Color Hex Logo

#c9baae Color Hex

#C9BAAE
(201,186,174)
0 Favorites   0 Comments

Color spaces of #c9baae

RGB 201186174
HSL0.070.200.74
HSV27°13°79°
CMYK 0.000.070.13   0.21
XYZ49.286350.591347.2118
Yxy50.59130.33510.3439
Hunter Lab71.1276-0.785510.4348
CIE-Lab76.43083.28917.9863

#c9baae color RGB value is (201,186,174).

#c9baae hex color red value is 201, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c9baae hue: 0.07 , saturation: 0.20 and the lightness value of c9baae is 0.74.

The process color (four color CMYK) of #c9baae color hex is 0.00, 0.07, 0.13, 0.21. Web safe color of #c9baae is #cccc99. Color #c9baae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111010 10101110
Octal 311 272 256
Decimal 201 186 174
Hex C9 BA AE

RGB Percentages of Color #c9baae

%35.83
%33.16
%31.02

CMYK Percentages of Color #c9baae

%0
%7
%13
%21

Triadic Colors of #c9baae

#c9baae #aec9ba #baaec9

Analogous Colors of #c9baae

#c9baae #c9c8ae #c9aeb0

Monochromatic Colors of #c9baae

#c9baae

Complementary Color

#c9baae #aebdc9

#c9baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9baae Color CSS Codes

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

#c9baae Text Font Color

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

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


#c9baae Background Color

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

This div background color is #c9baae


#c9baae Border Color

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

This div border color is #c9baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9baae


Comments

No comments written yet.

Please login to write comment.