Color Hex Logo

#ceedfb Color Hex

#CEEDFB
(206,237,251)
0 Favorites   0 Comments

Color spaces of #ceedfb

RGB 206237251
HSL0.550.850.90
HSV199°18°98°
CMYK 0.180.060.00   0.02
XYZ73.150480.6552102.9794
Yxy80.65520.28490.3141
Hunter Lab89.8082-11.7730-5.1196
CIE-Lab91.9780-7.2145-10.1489

#ceedfb color RGB value is (206,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101101 11111011
Octal 316 355 373
Decimal 206 237 251
Hex CE ED FB

RGB Percentages of Color #ceedfb

%29.68
%34.15
%36.17

CMYK Percentages of Color #ceedfb

%18
%6
%0
%2

Triadic Colors of #ceedfb

#ceedfb #fbceed #edfbce

Analogous Colors of #ceedfb

#ceedfb #ced7fb #cefbf3

Monochromatic Colors of #ceedfb

#ceedfb

Complementary Color

#ceedfb #fbdcce

#ceedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceedfb Color CSS Codes

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

#ceedfb Text Font Color

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

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


#ceedfb Background Color

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

This div background color is #ceedfb


#ceedfb Border Color

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

This div border color is #ceedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceedfb


Comments

No comments written yet.

Please login to write comment.