Color Hex Logo

#c8deac Color Hex

#C8DEAC
(200,222,172)
0 Favorites   0 Comments

Color spaces of #c8deac

RGB 200222172
HSL0.240.430.77
HSV86°23°87°
CMYK 0.100.000.23   0.13
XYZ57.387167.500549.0340
Yxy67.50050.33000.3881
Hunter Lab82.1587-19.097122.1256
CIE-Lab85.7561-16.004622.1414

#c8deac color RGB value is (200,222,172).

#c8deac hex color red value is 200, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c8deac hue: 0.24 , saturation: 0.43 and the lightness value of c8deac is 0.77.

The process color (four color CMYK) of #c8deac color hex is 0.10, 0.00, 0.23, 0.13. Web safe color of #c8deac is #cccc99. Color #c8deac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011110 10101100
Octal 310 336 254
Decimal 200 222 172
Hex C8 DE AC

RGB Percentages of Color #c8deac

%33.67
%37.37
%28.96

CMYK Percentages of Color #c8deac

%10
%0
%23
%13

Triadic Colors of #c8deac

#c8deac #acc8de #deacc8

Analogous Colors of #c8deac

#c8deac #afdeac #dedbac

Monochromatic Colors of #c8deac

#c8deac

Complementary Color

#c8deac #c2acde

#c8deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8deac Color CSS Codes

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

#c8deac Text Font Color

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

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


#c8deac Background Color

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

This div background color is #c8deac


#c8deac Border Color

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

This div border color is #c8deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8deac


Comments

No comments written yet.

Please login to write comment.