Color Hex Logo

#c8dbaa Color Hex

#C8DBAA
(200,219,170)
0 Favorites   0 Comments

Color spaces of #c8dbaa

RGB 200219170
HSL0.230.400.76
HSV83°22°86°
CMYK 0.090.000.22   0.14
XYZ56.406665.844747.7666
Yxy65.84470.33180.3873
Hunter Lab81.1447-17.921621.8997
CIE-Lab84.9171-14.809222.0273

#c8dbaa color RGB value is (200,219,170).

#c8dbaa hex color red value is 200, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c8dbaa hue: 0.23 , saturation: 0.40 and the lightness value of c8dbaa is 0.76.

The process color (four color CMYK) of #c8dbaa color hex is 0.09, 0.00, 0.22, 0.14. Web safe color of #c8dbaa is #cccc99. Color #c8dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011011 10101010
Octal 310 333 252
Decimal 200 219 170
Hex C8 DB AA

RGB Percentages of Color #c8dbaa

%33.96
%37.18
%28.86

CMYK Percentages of Color #c8dbaa

%9
%0
%22
%14

Triadic Colors of #c8dbaa

#c8dbaa #aac8db #dbaac8

Analogous Colors of #c8dbaa

#c8dbaa #b0dbaa #dbd6aa

Monochromatic Colors of #c8dbaa

#c8dbaa

Complementary Color

#c8dbaa #bdaadb

#c8dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dbaa Color CSS Codes

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

#c8dbaa Text Font Color

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

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


#c8dbaa Background Color

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

This div background color is #c8dbaa


#c8dbaa Border Color

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

This div border color is #c8dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dbaa


Comments

No comments written yet.

Please login to write comment.