Color Hex Logo

#ccf7dd Color Hex

#CCF7DD
(204,247,221)
0 Favorites   0 Comments

Color spaces of #ccf7dd

RGB 204247221
HSL0.400.730.88
HSV144°17°97°
CMYK 0.170.000.11   0.03
XYZ71.213784.579480.9787
Yxy84.57940.30080.3572
Hunter Lab91.9671-22.722812.1710
CIE-Lab93.7016-18.72357.9370

#ccf7dd color RGB value is (204,247,221).

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

The process color (four color CMYK) of #ccf7dd color hex is 0.17, 0.00, 0.11, 0.03. Web safe color of #ccf7dd is #ccffcc. Color #ccf7dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110111 11011101
Octal 314 367 335
Decimal 204 247 221
Hex CC F7 DD

RGB Percentages of Color #ccf7dd

%30.36
%36.76
%32.89

CMYK Percentages of Color #ccf7dd

%17
%0
%11
%3

Triadic Colors of #ccf7dd

#ccf7dd #ddccf7 #f7ddcc

Analogous Colors of #ccf7dd

#ccf7dd #ccf7f3 #d1f7cc

Monochromatic Colors of #ccf7dd

#ccf7dd

Complementary Color

#ccf7dd #f7cce6

#ccf7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf7dd Color CSS Codes

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

#ccf7dd Text Font Color

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

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


#ccf7dd Background Color

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

This div background color is #ccf7dd


#ccf7dd Border Color

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

This div border color is #ccf7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf7dd


Comments

No comments written yet.

Please login to write comment.