Color Hex Logo

#ccedfb Color Hex

#CCEDFB
(204,237,251)
0 Favorites   0 Comments

Color spaces of #ccedfb

RGB 204237251
HSL0.550.850.89
HSV198°19°98°
CMYK 0.190.060.00   0.02
XYZ72.598680.3708102.9535
Yxy80.37080.28370.3140
Hunter Lab89.6498-12.3373-5.3336
CIE-Lab91.8510-7.8218-10.3516

#ccedfb color RGB value is (204,237,251).

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

The process color (four color CMYK) of #ccedfb color hex is 0.19, 0.06, 0.00, 0.02. Web safe color of #ccedfb is #ccffff. Color #ccedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11111011
Octal 314 355 373
Decimal 204 237 251
Hex CC ED FB

RGB Percentages of Color #ccedfb

%29.48
%34.25
%36.27

CMYK Percentages of Color #ccedfb

%19
%6
%0
%2

Triadic Colors of #ccedfb

#ccedfb #fbcced #edfbcc

Analogous Colors of #ccedfb

#ccedfb #ccd6fb #ccfbf2

Monochromatic Colors of #ccedfb

#ccedfb

Complementary Color

#ccedfb #fbdacc

#ccedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedfb Color CSS Codes

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

#ccedfb Text Font Color

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

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


#ccedfb Background Color

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

This div background color is #ccedfb


#ccedfb Border Color

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

This div border color is #ccedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedfb


Comments

No comments written yet.

Please login to write comment.