Color Hex Logo

#c9aeaa Color Hex

#C9AEAA
(201,174,170)
0 Favorites   0 Comments

Color spaces of #c9aeaa

RGB 201174170
HSL0.020.220.73
HSV15°79°
CMYK 0.000.130.15   0.21
XYZ46.479145.591944.3806
Yxy45.59190.34060.3341
Hunter Lab67.52184.70878.2952
CIE-Lab73.27999.09435.6424

#c9aeaa color RGB value is (201,174,170).

#c9aeaa hex color red value is 201, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c9aeaa hue: 0.02 , saturation: 0.22 and the lightness value of c9aeaa is 0.73.

The process color (four color CMYK) of #c9aeaa color hex is 0.00, 0.13, 0.15, 0.21. Web safe color of #c9aeaa is #cc9999. Color #c9aeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101110 10101010
Octal 311 256 252
Decimal 201 174 170
Hex C9 AE AA

RGB Percentages of Color #c9aeaa

%36.88
%31.93
%31.19

CMYK Percentages of Color #c9aeaa

%0
%13
%15
%21

Triadic Colors of #c9aeaa

#c9aeaa #aac9ae #aeaac9

Analogous Colors of #c9aeaa

#c9aeaa #c9beaa #c9aab6

Monochromatic Colors of #c9aeaa

#c9aeaa

Complementary Color

#c9aeaa #aac5c9

#c9aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9aeaa Color CSS Codes

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

#c9aeaa Text Font Color

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

This sample text font color is #c9aeaa
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.


#c9aeaa Background Color

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

This div background color is #c9aeaa


#c9aeaa Border Color

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

This div border color is #c9aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9aeaa


Comments

No comments written yet.

Please login to write comment.