Color Hex Logo

#ccefaa Color Hex

#CCEFAA
(204,239,170)
0 Favorites   0 Comments

Color spaces of #ccefaa

RGB 204239170
HSL0.250.680.80
HSV90°29°94°
CMYK 0.150.000.29   0.06
XYZ63.024077.472749.6622
Yxy77.47270.33140.4074
Hunter Lab88.0186-26.221028.1602
CIE-Lab90.5387-23.212629.7355

#ccefaa color RGB value is (204,239,170).

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

The process color (four color CMYK) of #ccefaa color hex is 0.15, 0.00, 0.29, 0.06. Web safe color of #ccefaa is #ccff99. Color #ccefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10101010
Octal 314 357 252
Decimal 204 239 170
Hex CC EF AA

RGB Percentages of Color #ccefaa

%33.28
%38.99
%27.73

CMYK Percentages of Color #ccefaa

%15
%0
%29
%6

Triadic Colors of #ccefaa

#ccefaa #aaccef #efaacc

Analogous Colors of #ccefaa

#ccefaa #aaefab #efefaa

Monochromatic Colors of #ccefaa

#ccefaa

Complementary Color

#ccefaa #cdaaef

#ccefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefaa Color CSS Codes

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

#ccefaa Text Font Color

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

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


#ccefaa Background Color

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

This div background color is #ccefaa


#ccefaa Border Color

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

This div border color is #ccefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefaa


Comments

No comments written yet.

Please login to write comment.