Color Hex Logo

#cee7ea Color Hex

#CEE7EA
(206,231,234)
1 Favorites   0 Comments

Color spaces of #cee7ea

RGB 206231234
HSL0.520.400.86
HSV186°12°92°
CMYK 0.120.010.00   0.08
XYZ68.880876.214288.9223
Yxy76.21420.29430.3257
Hunter Lab87.3007-11.93880.7192
CIE-Lab89.9587-7.6045-4.2574

#cee7ea color RGB value is (206,231,234).

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

The process color (four color CMYK) of #cee7ea color hex is 0.12, 0.01, 0.00, 0.08. Web safe color of #cee7ea is #ccffff. Color #cee7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 11101010
Octal 316 347 352
Decimal 206 231 234
Hex CE E7 EA

RGB Percentages of Color #cee7ea

%30.70
%34.43
%34.87

CMYK Percentages of Color #cee7ea

%12
%1
%0
%8

Triadic Colors of #cee7ea

#cee7ea #eacee7 #e7eace

Analogous Colors of #cee7ea

#cee7ea #ced9ea #ceeadf

Monochromatic Colors of #cee7ea

#cee7ea

Complementary Color

#cee7ea #ead1ce

#cee7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee7ea Color CSS Codes

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

#cee7ea Text Font Color

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

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


#cee7ea Background Color

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

This div background color is #cee7ea


#cee7ea Border Color

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

This div border color is #cee7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee7ea


Comments

No comments written yet.

Please login to write comment.