Color Hex Logo

#cceaac Color Hex

#CCEAAC
(204,234,172)
0 Favorites   0 Comments

Color spaces of #cceaac

RGB 204234172
HSL0.250.600.80
HSV89°26°92°
CMYK 0.130.000.26   0.08
XYZ61.771174.661650.1852
Yxy74.66160.33100.4001
Hunter Lab86.4069-23.605026.0492
CIE-Lab89.2342-20.498426.9478

#cceaac color RGB value is (204,234,172).

#cceaac hex color red value is 204, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cceaac hue: 0.25 , saturation: 0.60 and the lightness value of cceaac is 0.80.

The process color (four color CMYK) of #cceaac color hex is 0.13, 0.00, 0.26, 0.08. Web safe color of #cceaac is #ccff99. Color #cceaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 10101100
Octal 314 352 254
Decimal 204 234 172
Hex CC EA AC

RGB Percentages of Color #cceaac

%33.44
%38.36
%28.20

CMYK Percentages of Color #cceaac

%13
%0
%26
%8

Triadic Colors of #cceaac

#cceaac #acccea #eaaccc

Analogous Colors of #cceaac

#cceaac #adeaac #eae9ac

Monochromatic Colors of #cceaac

#cceaac

Complementary Color

#cceaac #caacea

#cceaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceaac Color CSS Codes

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

#cceaac Text Font Color

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

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


#cceaac Background Color

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

This div background color is #cceaac


#cceaac Border Color

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

This div border color is #cceaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceaac


Comments

No comments written yet.

Please login to write comment.