Color Hex Logo

#c1aeac Color Hex

#C1AEAC
(193,174,172)
0 Favorites   0 Comments

Color spaces of #c1aeac

RGB 193174172
HSL0.020.140.72
HSV11°76°
CMYK 0.000.100.11   0.24
XYZ44.574844.588145.2867
Yxy44.58810.33150.3316
Hunter Lab66.77432.30156.5312
CIE-Lab72.61986.48453.5019

#c1aeac color RGB value is (193,174,172).

#c1aeac hex color red value is 193, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c1aeac hue: 0.02 , saturation: 0.14 and the lightness value of c1aeac is 0.72.

The process color (four color CMYK) of #c1aeac color hex is 0.00, 0.10, 0.11, 0.24. Web safe color of #c1aeac is #cc9999. Color #c1aeac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 10101100
Octal 301 256 254
Decimal 193 174 172
Hex C1 AE AC

RGB Percentages of Color #c1aeac

%35.81
%32.28
%31.91

CMYK Percentages of Color #c1aeac

%0
%10
%11
%24

Triadic Colors of #c1aeac

#c1aeac #acc1ae #aeacc1

Analogous Colors of #c1aeac

#c1aeac #c1b9ac #c1acb5

Monochromatic Colors of #c1aeac

#c1aeac

Complementary Color

#c1aeac #acbfc1

#c1aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aeac Color CSS Codes

.mybgcolor {background-color:#c1aeac; } 
.myforecolor {color:#c1aeac; }
.mybordercolor {border:3px solid #c1aeac; }

#c1aeac Text Font Color

<p style="color:#c1aeac">Text here</p>

This sample text font color is #c1aeac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c1aeac Background Color

<div style="background-color:#c1aeac">
Div content here</div>

This div background color is #c1aeac


#c1aeac Border Color

<div style="border:3px solid #c1aeac">
Div here</div>

This div border color is #c1aeac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,174,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1aeac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1aeac;
  -webkit-box-shadow: 1px 1px 3px 2px #c1aeac;
  box-shadow:         1px 1px 3px 2px #c1aeac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,174,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1aeac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c1aeac;
  -webkit-box-shadow: 1px 1px 3px 2px #c1aeac;
  box-shadow:         1px 1px 3px 2px #c1aeac;">
Div content here</div>

This div box has shadow with color #c1aeac


Comments

No comments written yet.

Please login to write comment.