Color Hex Logo

#cee2ea Color Hex

#CEE2EA
(206,226,234)
0 Favorites   0 Comments

Color spaces of #cee2ea

RGB 206226234
HSL0.550.400.86
HSV197°12°92°
CMYK 0.120.030.00   0.08
XYZ67.501273.455088.4624
Yxy73.45500.29420.3202
Hunter Lab85.7059-9.4003-1.2028
CIE-Lab88.6643-5.0437-6.1664

#cee2ea color RGB value is (206,226,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 11101010
Octal 316 342 352
Decimal 206 226 234
Hex CE E2 EA

RGB Percentages of Color #cee2ea

%30.93
%33.93
%35.14

CMYK Percentages of Color #cee2ea

%12
%3
%0
%8

Triadic Colors of #cee2ea

#cee2ea #eacee2 #e2eace

Analogous Colors of #cee2ea

#cee2ea #ced4ea #ceeae4

Monochromatic Colors of #cee2ea

#cee2ea

Complementary Color

#cee2ea #ead6ce

#cee2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee2ea Color CSS Codes

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

#cee2ea Text Font Color

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

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


#cee2ea Background Color

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

This div background color is #cee2ea


#cee2ea Border Color

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

This div border color is #cee2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee2ea


Comments

No comments written yet.

Please login to write comment.