Color Hex Logo

#ccecdd Color Hex

#CCECDD
(204,236,221)
0 Favorites   0 Comments

Color spaces of #ccecdd

RGB 204236221
HSL0.420.460.86
HSV152°14°93°
CMYK 0.140.000.06   0.07
XYZ67.948478.048779.8903
Yxy78.04870.30080.3455
Hunter Lab88.3452-17.31548.2258
CIE-Lab90.8021-13.27573.7534

#ccecdd color RGB value is (204,236,221).

#ccecdd hex color red value is 204, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccecdd hue: 0.42 , saturation: 0.46 and the lightness value of ccecdd is 0.86.

The process color (four color CMYK) of #ccecdd color hex is 0.14, 0.00, 0.06, 0.07. Web safe color of #ccecdd is #ccffcc. Color #ccecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11011101
Octal 314 354 335
Decimal 204 236 221
Hex CC EC DD

RGB Percentages of Color #ccecdd

%30.86
%35.70
%33.43

CMYK Percentages of Color #ccecdd

%14
%0
%6
%7

Triadic Colors of #ccecdd

#ccecdd #ddccec #ecddcc

Analogous Colors of #ccecdd

#ccecdd #ccebec #cceccd

Monochromatic Colors of #ccecdd

#ccecdd

Complementary Color

#ccecdd #ecccdb

#ccecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecdd Color CSS Codes

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

#ccecdd Text Font Color

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

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


#ccecdd Background Color

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

This div background color is #ccecdd


#ccecdd Border Color

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

This div border color is #ccecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecdd


Comments

No comments written yet.

Please login to write comment.