Color Hex Logo

#eafdef Color Hex

#EAFDEF
(234,253,239)
0 Favorites   0 Comments

Color spaces of #eafdef

RGB 234253239
HSL0.380.830.95
HSV136°99°
CMYK 0.080.000.06   0.01
XYZ84.637093.975095.3395
Yxy93.97500.30890.3430
Hunter Lab96.9407-13.80149.5478
CIE-Lab97.6219-8.71404.5620

#eafdef color RGB value is (234,253,239).

#eafdef hex color red value is 234, green value is 253 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eafdef hue: 0.38 , saturation: 0.83 and the lightness value of eafdef is 0.95.

The process color (four color CMYK) of #eafdef color hex is 0.08, 0.00, 0.06, 0.01. Web safe color of #eafdef is #ffffff. Color #eafdef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 11101111
Octal 352 375 357
Decimal 234 253 239
Hex EA FD EF

RGB Percentages of Color #eafdef

%32.23
%34.85
%32.92

CMYK Percentages of Color #eafdef

%8
%0
%6
%1

Triadic Colors of #eafdef

#eafdef #efeafd #fdefea

Analogous Colors of #eafdef

#eafdef #eafdf9 #effdea

Monochromatic Colors of #eafdef

#eafdef

Complementary Color

#eafdef #fdeaf8

#eafdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdef Color CSS Codes

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

#eafdef Text Font Color

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

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


#eafdef Background Color

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

This div background color is #eafdef


#eafdef Border Color

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

This div border color is #eafdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdef

Related Colors


Comments

No comments written yet.

Please login to write comment.