Color Hex Logo

#ccf6ee Color Hex

#CCF6EE
(204,246,238)
0 Favorites   0 Comments

Color spaces of #ccf6ee

RGB 204246238
HSL0.470.700.88
HSV169°17°96°
CMYK 0.170.000.03   0.04
XYZ73.290284.922093.4177
Yxy84.92200.29130.3375
Hunter Lab92.1531-19.30544.4036
CIE-Lab93.8495-14.9894-0.6478

#ccf6ee color RGB value is (204,246,238).

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

The process color (four color CMYK) of #ccf6ee color hex is 0.17, 0.00, 0.03, 0.04. Web safe color of #ccf6ee is #ccffff. Color #ccf6ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110110 11101110
Octal 314 366 356
Decimal 204 246 238
Hex CC F6 EE

RGB Percentages of Color #ccf6ee

%29.65
%35.76
%34.59

CMYK Percentages of Color #ccf6ee

%17
%0
%3
%4

Triadic Colors of #ccf6ee

#ccf6ee #eeccf6 #f6eecc

Analogous Colors of #ccf6ee

#ccf6ee #cce9f6 #ccf6d9

Monochromatic Colors of #ccf6ee

#ccf6ee

Complementary Color

#ccf6ee #f6ccd4

#ccf6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf6ee Color CSS Codes

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

#ccf6ee Text Font Color

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

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


#ccf6ee Background Color

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

This div background color is #ccf6ee


#ccf6ee Border Color

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

This div border color is #ccf6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf6ee


Comments

No comments written yet.

Please login to write comment.