Color Hex Logo

#eaf35e Color Hex

#EAF35E
(234,243,94)
0 Favorites   0 Comments

Color spaces of #eaf35e

RGB 23424394
HSL0.180.860.66
HSV64°61°95°
CMYK 0.040.000.61   0.05
XYZ68.002782.401822.9107
Yxy82.40180.39240.4754
Hunter Lab90.7754-25.137148.5787
CIE-Lab92.7519-21.560868.5465

#eaf35e color RGB value is (234,243,94).

#eaf35e hex color red value is 234, green value is 243 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eaf35e hue: 0.18 , saturation: 0.86 and the lightness value of eaf35e is 0.66.

The process color (four color CMYK) of #eaf35e color hex is 0.04, 0.00, 0.61, 0.05. Web safe color of #eaf35e is #ffff66. Color #eaf35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 01011110
Octal 352 363 136
Decimal 234 243 94
Hex EA F3 5E

RGB Percentages of Color #eaf35e

%40.98
%42.56
%16.46

CMYK Percentages of Color #eaf35e

%4
%0
%61
%5

Triadic Colors of #eaf35e

#eaf35e #5eeaf3 #f35eea

Analogous Colors of #eaf35e

#eaf35e #a0f35e #f3b25e

Monochromatic Colors of #eaf35e

#eaf35e

Complementary Color

#eaf35e #675ef3

#eaf35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf35e Color CSS Codes

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

#eaf35e Text Font Color

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

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


#eaf35e Background Color

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

This div background color is #eaf35e


#eaf35e Border Color

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

This div border color is #eaf35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf35e


Comments

No comments written yet.

Please login to write comment.