Color Hex Logo

#ccf3cc Color Hex

#CCF3CC
(204,243,204)
0 Favorites   0 Comments

Color spaces of #ccf3cc

RGB 204243204
HSL0.330.620.88
HSV120°16°95°
CMYK 0.160.000.16   0.05
XYZ67.851581.298269.2427
Yxy81.29820.31070.3723
Hunter Lab90.1655-23.464517.5840
CIE-Lab92.2642-19.790414.6732

#ccf3cc color RGB value is (204,243,204).

#ccf3cc hex color red value is 204, green value is 243 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccf3cc hue: 0.33 , saturation: 0.62 and the lightness value of ccf3cc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 11001100
Octal 314 363 314
Decimal 204 243 204
Hex CC F3 CC

RGB Percentages of Color #ccf3cc

%31.34
%37.33
%31.34

CMYK Percentages of Color #ccf3cc

%16
%0
%16
%5

Triadic Colors of #ccf3cc

#ccf3cc #ccccf3 #f3cccc

Analogous Colors of #ccf3cc

#ccf3cc #ccf3e0 #e0f3cc

Monochromatic Colors of #ccf3cc

#ccf3cc

Complementary Color

#ccf3cc #f3ccf3

#ccf3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf3cc Color CSS Codes

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

#ccf3cc Text Font Color

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

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


#ccf3cc Background Color

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

This div background color is #ccf3cc


#ccf3cc Border Color

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

This div border color is #ccf3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf3cc


Comments

No comments written yet.

Please login to write comment.