Color Hex Logo

#eaf5da Color Hex

#EAF5DA
(234,245,218)
0 Favorites   0 Comments

Color spaces of #eaf5da

RGB 234245218
HSL0.230.570.91
HSV84°11°96°
CMYK 0.040.000.11   0.04
XYZ79.239087.859279.1118
Yxy87.85920.32180.3568
Hunter Lab93.7332-13.135115.5719
CIE-Lab95.1016-8.302611.7542

#eaf5da color RGB value is (234,245,218).

#eaf5da hex color red value is 234, green value is 245 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eaf5da hue: 0.23 , saturation: 0.57 and the lightness value of eaf5da is 0.91.

The process color (four color CMYK) of #eaf5da color hex is 0.04, 0.00, 0.11, 0.04. Web safe color of #eaf5da is #ffffcc. Color #eaf5da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110101 11011010
Octal 352 365 332
Decimal 234 245 218
Hex EA F5 DA

RGB Percentages of Color #eaf5da

%33.57
%35.15
%31.28

CMYK Percentages of Color #eaf5da

%4
%0
%11
%4

Triadic Colors of #eaf5da

#eaf5da #daeaf5 #f5daea

Analogous Colors of #eaf5da

#eaf5da #ddf5da #f5f3da

Monochromatic Colors of #eaf5da

#eaf5da

Complementary Color

#eaf5da #e5daf5

#eaf5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf5da Color CSS Codes

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

#eaf5da Text Font Color

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

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


#eaf5da Background Color

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

This div background color is #eaf5da


#eaf5da Border Color

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

This div border color is #eaf5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf5da


Comments

No comments written yet.

Please login to write comment.