Color Hex Logo

#ceeaef Color Hex

#CEEAEF
(206,234,239)
0 Favorites   0 Comments

Color spaces of #ceeaef

RGB 206234239
HSL0.530.510.87
HSV189°14°94°
CMYK 0.140.020.00   0.06
XYZ70.456478.199493.0419
Yxy78.19940.29150.3235
Hunter Lab88.4304-12.5345-0.4806
CIE-Lab90.8708-8.1375-5.5283

#ceeaef color RGB value is (206,234,239).

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

The process color (four color CMYK) of #ceeaef color hex is 0.14, 0.02, 0.00, 0.06. Web safe color of #ceeaef is #ccffff. Color #ceeaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 11101111
Octal 316 352 357
Decimal 206 234 239
Hex CE EA EF

RGB Percentages of Color #ceeaef

%30.34
%34.46
%35.20

CMYK Percentages of Color #ceeaef

%14
%2
%0
%6

Triadic Colors of #ceeaef

#ceeaef #efceea #eaefce

Analogous Colors of #ceeaef

#ceeaef #cedaef #ceefe4

Monochromatic Colors of #ceeaef

#ceeaef

Complementary Color

#ceeaef #efd3ce

#ceeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeaef Color CSS Codes

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

#ceeaef Text Font Color

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

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


#ceeaef Background Color

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

This div background color is #ceeaef


#ceeaef Border Color

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

This div border color is #ceeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeaef


Comments

No comments written yet.

Please login to write comment.