Color Hex Logo

#ccf6dd Color Hex

#CCF6DD
(204,246,221)
0 Favorites   0 Comments

Color spaces of #ccf6dd

RGB 204246221
HSL0.400.700.88
HSV144°17°96°
CMYK 0.170.000.10   0.04
XYZ70.908883.969480.8770
Yxy83.96940.30080.3562
Hunter Lab91.6348-22.234211.8149
CIE-Lab93.4372-18.23307.5571

#ccf6dd color RGB value is (204,246,221).

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

The process color (four color CMYK) of #ccf6dd color hex is 0.17, 0.00, 0.10, 0.04. Web safe color of #ccf6dd is #ccffcc. Color #ccf6dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110110 11011101
Octal 314 366 335
Decimal 204 246 221
Hex CC F6 DD

RGB Percentages of Color #ccf6dd

%30.40
%36.66
%32.94

CMYK Percentages of Color #ccf6dd

%17
%0
%10
%4

Triadic Colors of #ccf6dd

#ccf6dd #ddccf6 #f6ddcc

Analogous Colors of #ccf6dd

#ccf6dd #ccf6f2 #d0f6cc

Monochromatic Colors of #ccf6dd

#ccf6dd

Complementary Color

#ccf6dd #f6cce5

#ccf6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf6dd Color CSS Codes

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

#ccf6dd Text Font Color

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

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


#ccf6dd Background Color

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

This div background color is #ccf6dd


#ccf6dd Border Color

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

This div border color is #ccf6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf6dd

Related Colors


Comments

No comments written yet.

Please login to write comment.