Color Hex Logo

#ccfecc Color Hex

#CCFECC
(204,254,204)
0 Favorites   0 Comments

Color spaces of #ccfecc

RGB 204254204
HSL0.330.960.90
HSV120°20°100°
CMYK 0.200.000.20   0.00
XYZ71.242788.080670.3731
Yxy88.08060.31020.3835
Hunter Lab93.8513-28.740021.2381
CIE-Lab95.1949-25.098518.7952

#ccfecc color RGB value is (204,254,204).

#ccfecc hex color red value is 204, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccfecc hue: 0.33 , saturation: 0.96 and the lightness value of ccfecc is 0.90.

The process color (four color CMYK) of #ccfecc color hex is 0.20, 0.00, 0.20, 0.00. Web safe color of #ccfecc is #ccffcc. Color #ccfecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11001100
Octal 314 376 314
Decimal 204 254 204
Hex CC FE CC

RGB Percentages of Color #ccfecc

%30.82
%38.37
%30.82

CMYK Percentages of Color #ccfecc

%20
%0
%20
%0

Triadic Colors of #ccfecc

#ccfecc #ccccfe #fecccc

Analogous Colors of #ccfecc

#ccfecc #ccfee5 #e5fecc

Monochromatic Colors of #ccfecc

#ccfecc

Complementary Color

#ccfecc #feccfe

#ccfecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfecc Color CSS Codes

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

#ccfecc Text Font Color

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

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


#ccfecc Background Color

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

This div background color is #ccfecc


#ccfecc Border Color

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

This div border color is #ccfecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfecc


Comments

No comments written yet.

Please login to write comment.