Color Hex Logo

#cceaaa Color Hex

#CCEAAA
(204,234,170)
0 Favorites   0 Comments

Color spaces of #cceaaa

RGB 204234170
HSL0.240.600.79
HSV88°27°92°
CMYK 0.130.000.27   0.08
XYZ61.580474.585349.1810
Yxy74.58530.33220.4024
Hunter Lab86.3628-23.856626.6901
CIE-Lab89.1984-20.790027.9234

#cceaaa color RGB value is (204,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 10101010
Octal 314 352 252
Decimal 204 234 170
Hex CC EA AA

RGB Percentages of Color #cceaaa

%33.55
%38.49
%27.96

CMYK Percentages of Color #cceaaa

%13
%0
%27
%8

Triadic Colors of #cceaaa

#cceaaa #aaccea #eaaacc

Analogous Colors of #cceaaa

#cceaaa #aceaaa #eae8aa

Monochromatic Colors of #cceaaa

#cceaaa

Complementary Color

#cceaaa #c8aaea

#cceaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceaaa Color CSS Codes

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

#cceaaa Text Font Color

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

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


#cceaaa Background Color

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

This div background color is #cceaaa


#cceaaa Border Color

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

This div border color is #cceaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceaaa


Comments

No comments written yet.

Please login to write comment.