Color Hex Logo

#ccefac Color Hex

#CCEFAC
(204,239,172)
0 Favorites   0 Comments

Color spaces of #ccefac

RGB 204239172
HSL0.250.680.81
HSV91°28°94°
CMYK 0.150.000.28   0.06
XYZ63.214777.548950.6664
Yxy77.54890.33020.4051
Hunter Lab88.0619-25.973027.5308
CIE-Lab90.5737-22.923828.7650

#ccefac color RGB value is (204,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10101100
Octal 314 357 254
Decimal 204 239 172
Hex CC EF AC

RGB Percentages of Color #ccefac

%33.17
%38.86
%27.97

CMYK Percentages of Color #ccefac

%15
%0
%28
%6

Triadic Colors of #ccefac

#ccefac #acccef #efaccc

Analogous Colors of #ccefac

#ccefac #acefae #eeefac

Monochromatic Colors of #ccefac

#ccefac

Complementary Color

#ccefac #cfacef

#ccefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefac Color CSS Codes

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

#ccefac Text Font Color

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

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


#ccefac Background Color

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

This div background color is #ccefac


#ccefac Border Color

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

This div border color is #ccefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefac


Comments

No comments written yet.

Please login to write comment.