Color Hex Logo

#ccefdd Color Hex

#CCEFDD
(204,239,221)
0 Favorites   0 Comments

Color spaces of #ccefdd

RGB 204239221
HSL0.410.520.87
HSV149°15°94°
CMYK 0.150.000.08   0.06
XYZ68.819579.790880.1806
Yxy79.79080.30080.3487
Hunter Lab89.3257-18.79769.3081
CIE-Lab91.5909-14.77324.8952

#ccefdd color RGB value is (204,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11011101
Octal 314 357 335
Decimal 204 239 221
Hex CC EF DD

RGB Percentages of Color #ccefdd

%30.72
%35.99
%33.28

CMYK Percentages of Color #ccefdd

%15
%0
%8
%6

Triadic Colors of #ccefdd

#ccefdd #ddccef #efddcc

Analogous Colors of #ccefdd

#ccefdd #ccefef #cdefcc

Monochromatic Colors of #ccefdd

#ccefdd

Complementary Color

#ccefdd #efccde

#ccefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefdd Color CSS Codes

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

#ccefdd Text Font Color

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

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


#ccefdd Background Color

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

This div background color is #ccefdd


#ccefdd Border Color

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

This div border color is #ccefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefdd


Comments

No comments written yet.

Please login to write comment.