Color Hex Logo

#ccefab Color Hex

#CCEFAB
(204,239,171)
0 Favorites   0 Comments

Color spaces of #ccefab

RGB 204239171
HSL0.250.680.80
HSV91°28°94°
CMYK 0.150.000.28   0.06
XYZ63.119077.510650.1624
Yxy77.51060.33080.4063
Hunter Lab88.0401-26.097427.8466
CIE-Lab90.5561-23.068629.2503

#ccefab color RGB value is (204,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10101011
Octal 314 357 253
Decimal 204 239 171
Hex CC EF AB

RGB Percentages of Color #ccefab

%33.22
%38.93
%27.85

CMYK Percentages of Color #ccefab

%15
%0
%28
%6

Triadic Colors of #ccefab

#ccefab #abccef #efabcc

Analogous Colors of #ccefab

#ccefab #abefac #eeefab

Monochromatic Colors of #ccefab

#ccefab

Complementary Color

#ccefab #ceabef

#ccefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefab Color CSS Codes

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

#ccefab Text Font Color

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

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


#ccefab Background Color

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

This div background color is #ccefab


#ccefab Border Color

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

This div border color is #ccefab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,239,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefab


Comments

No comments written yet.

Please login to write comment.