Color Hex Logo

#ccdeac Color Hex

#CCDEAC
(204,222,172)
0 Favorites   0 Comments

Color spaces of #ccdeac

RGB 204222172
HSL0.230.430.77
HSV82°23°87°
CMYK 0.080.000.23   0.13
XYZ58.469568.058549.0847
Yxy68.05850.33290.3875
Hunter Lab82.4976-17.860322.4717
CIE-Lab86.0357-14.569522.5707

#ccdeac color RGB value is (204,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 10101100
Octal 314 336 254
Decimal 204 222 172
Hex CC DE AC

RGB Percentages of Color #ccdeac

%34.11
%37.12
%28.76

CMYK Percentages of Color #ccdeac

%8
%0
%23
%13

Triadic Colors of #ccdeac

#ccdeac #acccde #deaccc

Analogous Colors of #ccdeac

#ccdeac #b3deac #ded7ac

Monochromatic Colors of #ccdeac

#ccdeac

Complementary Color

#ccdeac #beacde

#ccdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdeac Color CSS Codes

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

#ccdeac Text Font Color

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

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


#ccdeac Background Color

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

This div background color is #ccdeac


#ccdeac Border Color

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

This div border color is #ccdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdeac


Comments

No comments written yet.

Please login to write comment.