Color Hex Logo

#cfefcc Color Hex

#CFEFCC
(207,239,204)
0 Favorites   0 Comments

Color spaces of #cfefcc

RGB 207239204
HSL0.320.520.87
HSV115°15°94°
CMYK 0.130.000.15   0.06
XYZ67.497779.358068.8869
Yxy79.35800.31290.3678
Hunter Lab89.0831-20.647116.5099
CIE-Lab91.3960-16.826313.4714

#cfefcc color RGB value is (207,239,204).

#cfefcc hex color red value is 207, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cfefcc hue: 0.32 , saturation: 0.52 and the lightness value of cfefcc is 0.87.

The process color (four color CMYK) of #cfefcc color hex is 0.13, 0.00, 0.15, 0.06. Web safe color of #cfefcc is #ccffcc. Color #cfefcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101111 11001100
Octal 317 357 314
Decimal 207 239 204
Hex CF EF CC

RGB Percentages of Color #cfefcc

%31.85
%36.77
%31.38

CMYK Percentages of Color #cfefcc

%13
%0
%15
%6

Triadic Colors of #cfefcc

#cfefcc #cccfef #efcccf

Analogous Colors of #cfefcc

#cfefcc #ccefdb #e1efcc

Monochromatic Colors of #cfefcc

#cfefcc

Complementary Color

#cfefcc #ecccef

#cfefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfefcc Color CSS Codes

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

#cfefcc Text Font Color

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

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


#cfefcc Background Color

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

This div background color is #cfefcc


#cfefcc Border Color

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

This div border color is #cfefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfefcc


Comments

No comments written yet.

Please login to write comment.