Color Hex Logo

#eaf09d Color Hex

#EAF09D
(234,240,157)
0 Favorites   0 Comments

Color spaces of #eaf09d

RGB 234240157
HSL0.180.730.78
HSV64°35°94°
CMYK 0.030.000.35   0.06
XYZ71.177682.246944.0221
Yxy82.24690.36050.4166
Hunter Lab90.6901-18.612934.7029
CIE-Lab92.6837-14.413039.4975

#eaf09d color RGB value is (234,240,157).

#eaf09d hex color red value is 234, green value is 240 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eaf09d hue: 0.18 , saturation: 0.73 and the lightness value of eaf09d is 0.78.

The process color (four color CMYK) of #eaf09d color hex is 0.03, 0.00, 0.35, 0.06. Web safe color of #eaf09d is #ffff99. Color #eaf09d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 10011101
Octal 352 360 235
Decimal 234 240 157
Hex EA F0 9D

RGB Percentages of Color #eaf09d

%37.08
%38.03
%24.88

CMYK Percentages of Color #eaf09d

%3
%0
%35
%6

Triadic Colors of #eaf09d

#eaf09d #9deaf0 #f09dea

Analogous Colors of #eaf09d

#eaf09d #c1f09d #f0cd9d

Monochromatic Colors of #eaf09d

#eaf09d

Complementary Color

#eaf09d #a39df0

#eaf09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf09d Color CSS Codes

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

#eaf09d Text Font Color

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

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


#eaf09d Background Color

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

This div background color is #eaf09d


#eaf09d Border Color

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

This div border color is #eaf09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf09d


Comments

No comments written yet.

Please login to write comment.