Color Hex Logo

#ccf3de Color Hex

#CCF3DE
(204,243,222)
0 Favorites   0 Comments

Color spaces of #ccf3de

RGB 204243222
HSL0.410.620.88
HSV148°16°95°
CMYK 0.160.000.09   0.05
XYZ70.137282.212581.2792
Yxy82.21250.30020.3519
Hunter Lab90.6711-20.598610.3212
CIE-Lab92.6686-16.57085.9321

#ccf3de color RGB value is (204,243,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 11011110
Octal 314 363 336
Decimal 204 243 222
Hex CC F3 DE

RGB Percentages of Color #ccf3de

%30.49
%36.32
%33.18

CMYK Percentages of Color #ccf3de

%16
%0
%9
%5

Triadic Colors of #ccf3de

#ccf3de #deccf3 #f3decc

Analogous Colors of #ccf3de

#ccf3de #ccf3f2 #cef3cc

Monochromatic Colors of #ccf3de

#ccf3de

Complementary Color

#ccf3de #f3cce1

#ccf3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf3de Color CSS Codes

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

#ccf3de Text Font Color

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

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


#ccf3de Background Color

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

This div background color is #ccf3de


#ccf3de Border Color

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

This div border color is #ccf3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf3de

#ccf3de Color Palettes


Comments

No comments written yet.

Please login to write comment.