Color Hex Logo

#eafdee Color Hex

#EAFDEE
(234,253,238)
0 Favorites   0 Comments

Color spaces of #eafdee

RGB 234253238
HSL0.370.830.95
HSV133°99°
CMYK 0.080.000.06   0.01
XYZ84.489693.916094.5635
Yxy93.91600.30950.3441
Hunter Lab96.9103-13.97079.9829
CIE-Lab97.5981-8.89095.0415

#eafdee color RGB value is (234,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 11101110
Octal 352 375 356
Decimal 234 253 238
Hex EA FD EE

RGB Percentages of Color #eafdee

%32.28
%34.90
%32.83

CMYK Percentages of Color #eafdee

%8
%0
%6
%1

Triadic Colors of #eafdee

#eafdee #eeeafd #fdeeea

Analogous Colors of #eafdee

#eafdee #eafdf8 #f0fdea

Monochromatic Colors of #eafdee

#eafdee

Complementary Color

#eafdee #fdeaf9

#eafdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdee Color CSS Codes

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

#eafdee Text Font Color

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

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


#eafdee Background Color

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

This div background color is #eafdee


#eafdee Border Color

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

This div border color is #eafdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdee


Comments

No comments written yet.

Please login to write comment.