Color Hex Logo

#ccf3ec Color Hex

#CCF3EC
(204,243,236)
0 Favorites   0 Comments

Color spaces of #ccf3ec

RGB 204243236
HSL0.470.620.88
HSV169°16°95°
CMYK 0.160.000.03   0.05
XYZ72.092882.994791.5768
Yxy82.99470.29230.3365
Hunter Lab91.1014-18.17214.1716
CIE-Lab93.0121-13.8907-0.8349

#ccf3ec color RGB value is (204,243,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 11101100
Octal 314 363 354
Decimal 204 243 236
Hex CC F3 EC

RGB Percentages of Color #ccf3ec

%29.87
%35.58
%34.55

CMYK Percentages of Color #ccf3ec

%16
%0
%3
%5

Triadic Colors of #ccf3ec

#ccf3ec #ecccf3 #f3eccc

Analogous Colors of #ccf3ec

#ccf3ec #cce7f3 #ccf3d9

Monochromatic Colors of #ccf3ec

#ccf3ec

Complementary Color

#ccf3ec #f3ccd3

#ccf3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf3ec Color CSS Codes

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

#ccf3ec Text Font Color

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

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


#ccf3ec Background Color

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

This div background color is #ccf3ec


#ccf3ec Border Color

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

This div border color is #ccf3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf3ec


Comments

No comments written yet.

Please login to write comment.