Color Hex Logo

#ccfcca Color Hex

#CCFCCA
(204,252,202)
0 Favorites   0 Comments

Color spaces of #ccfcca

RGB 204252202
HSL0.330.890.89
HSV118°20°99°
CMYK 0.190.000.20   0.01
XYZ70.372986.722468.9072
Yxy86.72240.31140.3837
Hunter Lab93.1249-28.079021.3161
CIE-Lab94.6204-24.478119.0137

#ccfcca color RGB value is (204,252,202).

#ccfcca hex color red value is 204, green value is 252 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ccfcca hue: 0.33 , saturation: 0.89 and the lightness value of ccfcca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11001010
Octal 314 374 312
Decimal 204 252 202
Hex CC FC CA

RGB Percentages of Color #ccfcca

%31.00
%38.30
%30.70

CMYK Percentages of Color #ccfcca

%19
%0
%20
%1

Triadic Colors of #ccfcca

#ccfcca #caccfc #fccacc

Analogous Colors of #ccfcca

#ccfcca #cafce1 #e5fcca

Monochromatic Colors of #ccfcca

#ccfcca

Complementary Color

#ccfcca #facafc

#ccfcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcca Color CSS Codes

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

#ccfcca Text Font Color

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

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


#ccfcca Background Color

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

This div background color is #ccfcca


#ccfcca Border Color

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

This div border color is #ccfcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcca


Comments

No comments written yet.

Please login to write comment.