Color Hex Logo

#ccedde Color Hex

#CCEDDE
(204,237,222)
0 Favorites   0 Comments

Color spaces of #ccedde

RGB 204237222
HSL0.420.480.86
HSV153°14°93°
CMYK 0.140.000.06   0.07
XYZ68.370878.679780.6904
Yxy78.67970.30020.3455
Hunter Lab88.7016-17.64078.1559
CIE-Lab91.0892-13.58843.6482

#ccedde color RGB value is (204,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11011110
Octal 314 355 336
Decimal 204 237 222
Hex CC ED DE

RGB Percentages of Color #ccedde

%30.77
%35.75
%33.48

CMYK Percentages of Color #ccedde

%14
%0
%6
%7

Triadic Colors of #ccedde

#ccedde #decced #eddecc

Analogous Colors of #ccedde

#ccedde #cceced #ccedce

Monochromatic Colors of #ccedde

#ccedde

Complementary Color

#ccedde #edccdb

#ccedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedde Color CSS Codes

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

#ccedde Text Font Color

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

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


#ccedde Background Color

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

This div background color is #ccedde


#ccedde Border Color

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

This div border color is #ccedde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,237,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccedde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedde


Comments

No comments written yet.

Please login to write comment.