Color Hex Logo

#cefaee Color Hex

#CEFAEE
(206,250,238)
0 Favorites   0 Comments

Color spaces of #cefaee

RGB 206250238
HSL0.450.810.89
HSV164°18°98°
CMYK 0.180.000.05   0.02
XYZ75.071887.666193.8535
Yxy87.66610.29260.3417
Hunter Lab93.6302-20.73326.1097
CIE-Lab95.0202-16.34991.0755

#cefaee color RGB value is (206,250,238).

#cefaee hex color red value is 206, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cefaee hue: 0.45 , saturation: 0.81 and the lightness value of cefaee is 0.89.

The process color (four color CMYK) of #cefaee color hex is 0.18, 0.00, 0.05, 0.02. Web safe color of #cefaee is #ccffff. Color #cefaee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11101110
Octal 316 372 356
Decimal 206 250 238
Hex CE FA EE

RGB Percentages of Color #cefaee

%29.68
%36.02
%34.29

CMYK Percentages of Color #cefaee

%18
%0
%5
%2

Triadic Colors of #cefaee

#cefaee #eecefa #faeece

Analogous Colors of #cefaee

#cefaee #cef0fa #cefad8

Monochromatic Colors of #cefaee

#cefaee

Complementary Color

#cefaee #faceda

#cefaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefaee Color CSS Codes

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

#cefaee Text Font Color

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

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


#cefaee Background Color

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

This div background color is #cefaee


#cefaee Border Color

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

This div border color is #cefaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefaee


Comments

No comments written yet.

Please login to write comment.