Color Hex Logo

#cee9ee Color Hex

#CEE9EE
(206,233,238)
0 Favorites   0 Comments

Color spaces of #cee9ee

RGB 206233238
HSL0.530.480.87
HSV189°13°93°
CMYK 0.130.020.00   0.07
XYZ70.025177.572792.1712
Yxy77.57270.29210.3235
Hunter Lab88.0754-12.2139-0.3945
CIE-Lab90.5846-7.8288-5.4280

#cee9ee color RGB value is (206,233,238).

#cee9ee hex color red value is 206, green value is 233 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cee9ee hue: 0.53 , saturation: 0.48 and the lightness value of cee9ee is 0.87.

The process color (four color CMYK) of #cee9ee color hex is 0.13, 0.02, 0.00, 0.07. Web safe color of #cee9ee is #ccffff. Color #cee9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 11101110
Octal 316 351 356
Decimal 206 233 238
Hex CE E9 EE

RGB Percentages of Color #cee9ee

%30.43
%34.42
%35.16

CMYK Percentages of Color #cee9ee

%13
%2
%0
%7

Triadic Colors of #cee9ee

#cee9ee #eecee9 #e9eece

Analogous Colors of #cee9ee

#cee9ee #ced9ee #ceeee3

Monochromatic Colors of #cee9ee

#cee9ee

Complementary Color

#cee9ee #eed3ce

#cee9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee9ee Color CSS Codes

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

#cee9ee Text Font Color

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

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


#cee9ee Background Color

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

This div background color is #cee9ee


#cee9ee Border Color

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

This div border color is #cee9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee9ee

#cee9ee Color Palettes


Comments

No comments written yet.

Please login to write comment.