Color Hex Logo

#cefae9 Color Hex

#CEFAE9
(206,250,233)
0 Favorites   0 Comments

Color spaces of #cefae9

RGB 206250233
HSL0.440.810.89
HSV157°18°98°
CMYK 0.180.000.07   0.02
XYZ74.347287.376290.0376
Yxy87.37620.29530.3471
Hunter Lab93.4752-21.60858.3231
CIE-Lab94.8977-17.31373.4797

#cefae9 color RGB value is (206,250,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 11101001
Octal 316 372 351
Decimal 206 250 233
Hex CE FA E9

RGB Percentages of Color #cefae9

%29.90
%36.28
%33.82

CMYK Percentages of Color #cefae9

%18
%0
%7
%2

Triadic Colors of #cefae9

#cefae9 #e9cefa #fae9ce

Analogous Colors of #cefae9

#cefae9 #cef5fa #cefad3

Monochromatic Colors of #cefae9

#cefae9

Complementary Color

#cefae9 #facedf

#cefae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefae9 Color CSS Codes

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

#cefae9 Text Font Color

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

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


#cefae9 Background Color

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

This div background color is #cefae9


#cefae9 Border Color

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

This div border color is #cefae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefae9


Comments

No comments written yet.

Please login to write comment.