Color Hex Logo

#cee3eb Color Hex

#CEE3EB
(206,227,235)
0 Favorites   0 Comments

Color spaces of #cee3eb

RGB 206227235
HSL0.550.420.86
HSV197°12°92°
CMYK 0.120.030.00   0.08
XYZ67.918174.058189.3122
Yxy74.05810.29370.3202
Hunter Lab86.0570-9.7236-1.2928
CIE-Lab88.9499-5.3586-6.2695

#cee3eb color RGB value is (206,227,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100011 11101011
Octal 316 343 353
Decimal 206 227 235
Hex CE E3 EB

RGB Percentages of Color #cee3eb

%30.84
%33.98
%35.18

CMYK Percentages of Color #cee3eb

%12
%3
%0
%8

Triadic Colors of #cee3eb

#cee3eb #ebcee3 #e3ebce

Analogous Colors of #cee3eb

#cee3eb #ced5eb #ceebe5

Monochromatic Colors of #cee3eb

#cee3eb

Complementary Color

#cee3eb #ebd6ce

#cee3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee3eb Color CSS Codes

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

#cee3eb Text Font Color

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

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


#cee3eb Background Color

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

This div background color is #cee3eb


#cee3eb Border Color

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

This div border color is #cee3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee3eb


Comments

No comments written yet.

Please login to write comment.