Color Hex Logo

#cee0fd Color Hex

#CEE0FD
(206,224,253)
0 Favorites   0 Comments

Color spaces of #cee0fd

RGB 206224253
HSL0.600.920.90
HSV217°19°99°
CMYK 0.190.110.00   0.01
XYZ69.838973.5250103.4393
Yxy73.52500.28300.2979
Hunter Lab85.7467-4.6723-11.5009
CIE-Lab88.6975-0.0956-16.0969

#cee0fd color RGB value is (206,224,253).

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

The process color (four color CMYK) of #cee0fd color hex is 0.19, 0.11, 0.00, 0.01. Web safe color of #cee0fd is #ccccff. Color #cee0fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 11111101
Octal 316 340 375
Decimal 206 224 253
Hex CE E0 FD

RGB Percentages of Color #cee0fd

%30.16
%32.80
%37.04

CMYK Percentages of Color #cee0fd

%19
%11
%0
%1

Triadic Colors of #cee0fd

#cee0fd #fdcee0 #e0fdce

Analogous Colors of #cee0fd

#cee0fd #d4cefd #cef8fd

Monochromatic Colors of #cee0fd

#cee0fd

Complementary Color

#cee0fd #fdebce

#cee0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee0fd Color CSS Codes

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

#cee0fd Text Font Color

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

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


#cee0fd Background Color

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

This div background color is #cee0fd


#cee0fd Border Color

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

This div border color is #cee0fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,224,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee0fd


Comments

No comments written yet.

Please login to write comment.