Color Hex Logo

#ccf4dd Color Hex

#CCF4DD
(204,244,221)
0 Favorites   0 Comments

Color spaces of #ccf4dd

RGB 204244221
HSL0.400.650.88
HSV146°16°96°
CMYK 0.160.000.09   0.04
XYZ70.303782.759280.6753
Yxy82.75920.30080.3541
Hunter Lab90.9721-21.255411.1013
CIE-Lab92.9089-17.24956.7969

#ccf4dd color RGB value is (204,244,221).

#ccf4dd hex color red value is 204, green value is 244 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccf4dd hue: 0.40 , saturation: 0.65 and the lightness value of ccf4dd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 11011101
Octal 314 364 335
Decimal 204 244 221
Hex CC F4 DD

RGB Percentages of Color #ccf4dd

%30.49
%36.47
%33.03

CMYK Percentages of Color #ccf4dd

%16
%0
%9
%4

Triadic Colors of #ccf4dd

#ccf4dd #ddccf4 #f4ddcc

Analogous Colors of #ccf4dd

#ccf4dd #ccf4f1 #cff4cc

Monochromatic Colors of #ccf4dd

#ccf4dd

Complementary Color

#ccf4dd #f4cce3

#ccf4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf4dd Color CSS Codes

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

#ccf4dd Text Font Color

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

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


#ccf4dd Background Color

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

This div background color is #ccf4dd


#ccf4dd Border Color

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

This div border color is #ccf4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf4dd


Comments

No comments written yet.

Please login to write comment.