Color Hex Logo

#cee0fb Color Hex

#CEE0FB
(206,224,251)
0 Favorites   0 Comments

Color spaces of #cee0fb

RGB 206224251
HSL0.600.850.90
HSV216°18°98°
CMYK 0.180.110.00   0.02
XYZ69.521873.3982101.7699
Yxy73.39820.28410.3000
Hunter Lab85.6727-5.0780-10.4591
CIE-Lab88.6373-0.5199-15.1373

#cee0fb color RGB value is (206,224,251).

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

The process color (four color CMYK) of #cee0fb color hex is 0.18, 0.11, 0.00, 0.02. Web safe color of #cee0fb is #ccccff. Color #cee0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 11111011
Octal 316 340 373
Decimal 206 224 251
Hex CE E0 FB

RGB Percentages of Color #cee0fb

%30.25
%32.89
%36.86

CMYK Percentages of Color #cee0fb

%18
%11
%0
%2

Triadic Colors of #cee0fb

#cee0fb #fbcee0 #e0fbce

Analogous Colors of #cee0fb

#cee0fb #d3cefb #cef7fb

Monochromatic Colors of #cee0fb

#cee0fb

Complementary Color

#cee0fb #fbe9ce

#cee0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee0fb Color CSS Codes

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

#cee0fb Text Font Color

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

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


#cee0fb Background Color

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

This div background color is #cee0fb


#cee0fb Border Color

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

This div border color is #cee0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee0fb


Comments

No comments written yet.

Please login to write comment.