Color Hex Logo

#ccf0dd Color Hex

#CCF0DD
(204,240,221)
0 Favorites   0 Comments

Color spaces of #ccf0dd

RGB 204240221
HSL0.410.550.87
HSV148°15°94°
CMYK 0.150.000.08   0.06
XYZ69.113180.378080.2785
Yxy80.37800.30080.3498
Hunter Lab89.6538-19.29049.6677
CIE-Lab91.8542-15.27055.2757

#ccf0dd color RGB value is (204,240,221).

#ccf0dd hex color red value is 204, green value is 240 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccf0dd hue: 0.41 , saturation: 0.55 and the lightness value of ccf0dd is 0.87.

The process color (four color CMYK) of #ccf0dd color hex is 0.15, 0.00, 0.08, 0.06. Web safe color of #ccf0dd is #ccffcc. Color #ccf0dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 11011101
Octal 314 360 335
Decimal 204 240 221
Hex CC F0 DD

RGB Percentages of Color #ccf0dd

%30.68
%36.09
%33.23

CMYK Percentages of Color #ccf0dd

%15
%0
%8
%6

Triadic Colors of #ccf0dd

#ccf0dd #ddccf0 #f0ddcc

Analogous Colors of #ccf0dd

#ccf0dd #ccf0ef #cdf0cc

Monochromatic Colors of #ccf0dd

#ccf0dd

Complementary Color

#ccf0dd #f0ccdf

#ccf0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf0dd Color CSS Codes

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

#ccf0dd Text Font Color

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

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


#ccf0dd Background Color

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

This div background color is #ccf0dd


#ccf0dd Border Color

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

This div border color is #ccf0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf0dd


Comments

No comments written yet.

Please login to write comment.