Color Hex Logo

#c9beaf Color Hex

#C9BEAF
(201,190,175)
0 Favorites   0 Comments

Color spaces of #c9beaf

RGB 201190175
HSL0.100.190.74
HSV35°13°79°
CMYK 0.000.050.13   0.21
XYZ50.238752.339648.0121
Yxy52.33960.33360.3476
Hunter Lab72.3461-2.651411.2948
CIE-Lab77.48351.32268.9507

#c9beaf color RGB value is (201,190,175).

#c9beaf hex color red value is 201, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c9beaf hue: 0.10 , saturation: 0.19 and the lightness value of c9beaf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 10101111
Octal 311 276 257
Decimal 201 190 175
Hex C9 BE AF

RGB Percentages of Color #c9beaf

%35.51
%33.57
%30.92

CMYK Percentages of Color #c9beaf

%0
%5
%13
%21

Triadic Colors of #c9beaf

#c9beaf #afc9be #beafc9

Analogous Colors of #c9beaf

#c9beaf #c7c9af #c9b1af

Monochromatic Colors of #c9beaf

#c9beaf

Complementary Color

#c9beaf #afbac9

#c9beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9beaf Color CSS Codes

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

#c9beaf Text Font Color

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

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


#c9beaf Background Color

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

This div background color is #c9beaf


#c9beaf Border Color

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

This div border color is #c9beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9beaf


Comments

No comments written yet.

Please login to write comment.