Color Hex Logo

#eafdf9 Color Hex

#EAFDF9
(234,253,249)
0 Favorites   0 Comments

Color spaces of #eafdf9

RGB 234253249
HSL0.460.830.95
HSV167°99°
CMYK 0.080.000.02   0.01
XYZ86.155894.5825103.3379
Yxy94.58250.30330.3329
Hunter Lab97.2535-12.06265.0782
CIE-Lab97.8662-6.9067-0.2245

#eafdf9 color RGB value is (234,253,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 11111001
Octal 352 375 371
Decimal 234 253 249
Hex EA FD F9

RGB Percentages of Color #eafdf9

%31.79
%34.38
%33.83

CMYK Percentages of Color #eafdf9

%8
%0
%2
%1

Triadic Colors of #eafdf9

#eafdf9 #f9eafd #fdf9ea

Analogous Colors of #eafdf9

#eafdf9 #eaf8fd #eafdf0

Monochromatic Colors of #eafdf9

#eafdf9

Complementary Color

#eafdf9 #fdeaee

#eafdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdf9 Color CSS Codes

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

#eafdf9 Text Font Color

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

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


#eafdf9 Background Color

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

This div background color is #eafdf9


#eafdf9 Border Color

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

This div border color is #eafdf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafdf9


Comments

No comments written yet.

Please login to write comment.