Color Hex Logo

#ccedf9 Color Hex

#CCEDF9
(204,237,249)
0 Favorites   0 Comments

Color spaces of #ccedf9

RGB 204237249
HSL0.540.790.89
HSV196°18°98°
CMYK 0.180.050.00   0.02
XYZ72.284980.2453101.3016
Yxy80.24530.28480.3161
Hunter Lab89.5797-12.7269-4.3425
CIE-Lab91.7948-8.2390-9.3928

#ccedf9 color RGB value is (204,237,249).

#ccedf9 hex color red value is 204, green value is 237 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ccedf9 hue: 0.54 , saturation: 0.79 and the lightness value of ccedf9 is 0.89.

The process color (four color CMYK) of #ccedf9 color hex is 0.18, 0.05, 0.00, 0.02. Web safe color of #ccedf9 is #ccffff. Color #ccedf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11111001
Octal 314 355 371
Decimal 204 237 249
Hex CC ED F9

RGB Percentages of Color #ccedf9

%29.57
%34.35
%36.09

CMYK Percentages of Color #ccedf9

%18
%5
%0
%2

Triadic Colors of #ccedf9

#ccedf9 #f9cced #edf9cc

Analogous Colors of #ccedf9

#ccedf9 #ccd7f9 #ccf9ef

Monochromatic Colors of #ccedf9

#ccedf9

Complementary Color

#ccedf9 #f9d8cc

#ccedf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedf9 Color CSS Codes

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

#ccedf9 Text Font Color

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

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


#ccedf9 Background Color

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

This div background color is #ccedf9


#ccedf9 Border Color

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

This div border color is #ccedf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedf9


Comments

No comments written yet.

Please login to write comment.