Color Hex Logo

#cee1ea Color Hex

#CEE1EA
(206,225,234)
0 Favorites   0 Comments

Color spaces of #cee1ea

RGB 206225234
HSL0.550.400.86
HSV199°12°92°
CMYK 0.120.040.00   0.08
XYZ67.230172.912888.3721
Yxy72.91280.29420.3191
Hunter Lab85.3890-8.8907-1.5890
CIE-Lab88.4061-4.5290-6.5480

#cee1ea color RGB value is (206,225,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 11101010
Octal 316 341 352
Decimal 206 225 234
Hex CE E1 EA

RGB Percentages of Color #cee1ea

%30.98
%33.83
%35.19

CMYK Percentages of Color #cee1ea

%12
%4
%0
%8

Triadic Colors of #cee1ea

#cee1ea #eacee1 #e1eace

Analogous Colors of #cee1ea

#cee1ea #ced3ea #ceeae5

Monochromatic Colors of #cee1ea

#cee1ea

Complementary Color

#cee1ea #ead7ce

#cee1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee1ea Color CSS Codes

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

#cee1ea Text Font Color

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

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


#cee1ea Background Color

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

This div background color is #cee1ea


#cee1ea Border Color

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

This div border color is #cee1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee1ea


Comments

No comments written yet.

Please login to write comment.