Color Hex Logo

#ceeefb Color Hex

#CEEEFB
(206,238,251)
0 Favorites   0 Comments

Color spaces of #ceeefb

RGB 206238251
HSL0.550.850.90
HSV197°18°98°
CMYK 0.180.050.00   0.02
XYZ73.440781.2359103.0761
Yxy81.23590.28490.3152
Hunter Lab90.1310-12.2834-4.7139
CIE-Lab92.2366-7.7235-9.7647

#ceeefb color RGB value is (206,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101110 11111011
Octal 316 356 373
Decimal 206 238 251
Hex CE EE FB

RGB Percentages of Color #ceeefb

%29.64
%34.24
%36.12

CMYK Percentages of Color #ceeefb

%18
%5
%0
%2

Triadic Colors of #ceeefb

#ceeefb #fbceee #eefbce

Analogous Colors of #ceeefb

#ceeefb #ced8fb #cefbf2

Monochromatic Colors of #ceeefb

#ceeefb

Complementary Color

#ceeefb #fbdbce

#ceeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeefb Color CSS Codes

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

#ceeefb Text Font Color

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

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


#ceeefb Background Color

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

This div background color is #ceeefb


#ceeefb Border Color

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

This div border color is #ceeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeefb


Comments

No comments written yet.

Please login to write comment.