Color Hex Logo

#c9beae Color Hex

#C9BEAE
(201,190,174)
0 Favorites   0 Comments

Color spaces of #c9beae

RGB 201190174
HSL0.100.200.74
HSV36°13°79°
CMYK 0.000.050.13   0.21
XYZ50.140852.300447.4967
Yxy52.30040.33440.3488
Hunter Lab72.3190-2.799211.6836
CIE-Lab77.46011.16059.4572

#c9beae color RGB value is (201,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111110 10101110
Octal 311 276 256
Decimal 201 190 174
Hex C9 BE AE

RGB Percentages of Color #c9beae

%35.58
%33.63
%30.80

CMYK Percentages of Color #c9beae

%0
%5
%13
%21

Triadic Colors of #c9beae

#c9beae #aec9be #beaec9

Analogous Colors of #c9beae

#c9beae #c7c9ae #c9b1ae

Monochromatic Colors of #c9beae

#c9beae

Complementary Color

#c9beae #aeb9c9

#c9beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9beae Color CSS Codes

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

#c9beae Text Font Color

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

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


#c9beae Background Color

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

This div background color is #c9beae


#c9beae Border Color

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

This div border color is #c9beae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,190,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 #c9beae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9beae


Comments

No comments written yet.

Please login to write comment.