Color Hex Logo

#c8deba Color Hex

#C8DEBA
(200,222,186)
0 Favorites   0 Comments

Color spaces of #c8deba

RGB 200222186
HSL0.270.350.80
HSV97°16°87°
CMYK 0.100.000.16   0.13
XYZ58.803668.067156.4934
Yxy68.06710.32070.3712
Hunter Lab82.5028-17.154617.1534
CIE-Lab86.0400-13.779615.2211

#c8deba color RGB value is (200,222,186).

#c8deba hex color red value is 200, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c8deba hue: 0.27 , saturation: 0.35 and the lightness value of c8deba is 0.80.

The process color (four color CMYK) of #c8deba color hex is 0.10, 0.00, 0.16, 0.13. Web safe color of #c8deba is #cccccc. Color #c8deba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011110 10111010
Octal 310 336 272
Decimal 200 222 186
Hex C8 DE BA

RGB Percentages of Color #c8deba

%32.89
%36.51
%30.59

CMYK Percentages of Color #c8deba

%10
%0
%16
%13

Triadic Colors of #c8deba

#c8deba #bac8de #debac8

Analogous Colors of #c8deba

#c8deba #badebe #dadeba

Monochromatic Colors of #c8deba

#c8deba

Complementary Color

#c8deba #d0bade

#c8deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8deba Color CSS Codes

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

#c8deba Text Font Color

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

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


#c8deba Background Color

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

This div background color is #c8deba


#c8deba Border Color

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

This div border color is #c8deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8deba


Comments

No comments written yet.

Please login to write comment.