Color Hex Logo

#cee0ea Color Hex

#CEE0EA
(206,224,234)
0 Favorites   0 Comments

Color spaces of #cee0ea

RGB 206224234
HSL0.560.400.86
HSV201°12°92°
CMYK 0.120.040.00   0.08
XYZ66.960572.373688.2822
Yxy72.37360.29420.3180
Hunter Lab85.0727-8.3803-1.9760
CIE-Lab88.1481-4.0132-6.9295

#cee0ea color RGB value is (206,224,234).

#cee0ea hex color red value is 206, green value is 224 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cee0ea hue: 0.56 , saturation: 0.40 and the lightness value of cee0ea is 0.86.

The process color (four color CMYK) of #cee0ea color hex is 0.12, 0.04, 0.00, 0.08. Web safe color of #cee0ea is #ccccff. Color #cee0ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 11101010
Octal 316 340 352
Decimal 206 224 234
Hex CE E0 EA

RGB Percentages of Color #cee0ea

%31.02
%33.73
%35.24

CMYK Percentages of Color #cee0ea

%12
%4
%0
%8

Triadic Colors of #cee0ea

#cee0ea #eacee0 #e0eace

Analogous Colors of #cee0ea

#cee0ea #ced2ea #ceeae6

Monochromatic Colors of #cee0ea

#cee0ea

Complementary Color

#cee0ea #ead8ce

#cee0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee0ea Color CSS Codes

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

#cee0ea Text Font Color

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

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


#cee0ea Background Color

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

This div background color is #cee0ea


#cee0ea Border Color

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

This div border color is #cee0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee0ea


Comments

No comments written yet.

Please login to write comment.