Color Hex Logo

#ccedef Color Hex

#CCEDEF
(204,237,239)
0 Favorites   0 Comments

Color spaces of #ccedef

RGB 204237239
HSL0.510.520.87
HSV183°15°94°
CMYK 0.150.010.00   0.06
XYZ70.766079.637793.3032
Yxy79.63770.29040.3268
Hunter Lab89.2400-14.62200.4784
CIE-Lab91.5221-10.2827-4.5830

#ccedef color RGB value is (204,237,239).

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

The process color (four color CMYK) of #ccedef color hex is 0.15, 0.01, 0.00, 0.06. Web safe color of #ccedef is #ccffff. Color #ccedef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11101111
Octal 314 355 357
Decimal 204 237 239
Hex CC ED EF

RGB Percentages of Color #ccedef

%30.00
%34.85
%35.15

CMYK Percentages of Color #ccedef

%15
%1
%0
%6

Triadic Colors of #ccedef

#ccedef #efcced #edefcc

Analogous Colors of #ccedef

#ccedef #ccdcef #ccefe0

Monochromatic Colors of #ccedef

#ccedef

Complementary Color

#ccedef #efcecc

#ccedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedef Color CSS Codes

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

#ccedef Text Font Color

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

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


#ccedef Background Color

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

This div background color is #ccedef


#ccedef Border Color

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

This div border color is #ccedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedef

#ccedef Color Palettes


Comments

No comments written yet.

Please login to write comment.