Color Hex Logo

#c8bdaa Color Hex

#C8BDAA
(200,189,170)
0 Favorites   0 Comments

Color spaces of #c8bdaa

RGB 200189170
HSL0.110.210.73
HSV38°15°78°
CMYK 0.000.050.15   0.22
XYZ49.272751.576845.3886
Yxy51.57680.33690.3527
Hunter Lab71.8170-3.213212.8004
CIE-Lab77.02710.681810.9887

#c8bdaa color RGB value is (200,189,170).

#c8bdaa hex color red value is 200, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c8bdaa hue: 0.11 , saturation: 0.21 and the lightness value of c8bdaa is 0.73.

The process color (four color CMYK) of #c8bdaa color hex is 0.00, 0.05, 0.15, 0.22. Web safe color of #c8bdaa is #cccc99. Color #c8bdaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111101 10101010
Octal 310 275 252
Decimal 200 189 170
Hex C8 BD AA

RGB Percentages of Color #c8bdaa

%35.78
%33.81
%30.41

CMYK Percentages of Color #c8bdaa

%0
%5
%15
%22

Triadic Colors of #c8bdaa

#c8bdaa #aac8bd #bdaac8

Analogous Colors of #c8bdaa

#c8bdaa #c4c8aa #c8aeaa

Monochromatic Colors of #c8bdaa

#c8bdaa

Complementary Color

#c8bdaa #aab5c8

#c8bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bdaa Color CSS Codes

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

#c8bdaa Text Font Color

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

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


#c8bdaa Background Color

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

This div background color is #c8bdaa


#c8bdaa Border Color

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

This div border color is #c8bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bdaa


Comments

No comments written yet.

Please login to write comment.