Color Hex Logo

#cee3ec Color Hex

#CEE3EC
(206,227,236)
0 Favorites   0 Comments

Color spaces of #cee3ec

RGB 206227236
HSL0.550.440.87
HSV198°13°93°
CMYK 0.130.040.00   0.07
XYZ68.063074.116190.0754
Yxy74.11610.29310.3191
Hunter Lab86.0907-9.5373-1.7707
CIE-Lab88.9773-5.1590-6.7541

#cee3ec color RGB value is (206,227,236).

#cee3ec hex color red value is 206, green value is 227 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cee3ec hue: 0.55 , saturation: 0.44 and the lightness value of cee3ec is 0.87.

The process color (four color CMYK) of #cee3ec color hex is 0.13, 0.04, 0.00, 0.07. Web safe color of #cee3ec is #ccccff. Color #cee3ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100011 11101100
Octal 316 343 354
Decimal 206 227 236
Hex CE E3 EC

RGB Percentages of Color #cee3ec

%30.79
%33.93
%35.28

CMYK Percentages of Color #cee3ec

%13
%4
%0
%7

Triadic Colors of #cee3ec

#cee3ec #eccee3 #e3ecce

Analogous Colors of #cee3ec

#cee3ec #ced4ec #ceece6

Monochromatic Colors of #cee3ec

#cee3ec

Complementary Color

#cee3ec #ecd7ce

#cee3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee3ec Color CSS Codes

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

#cee3ec Text Font Color

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

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


#cee3ec Background Color

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

This div background color is #cee3ec


#cee3ec Border Color

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

This div border color is #cee3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee3ec


Comments

No comments written yet.

Please login to write comment.