Color Hex Logo

#eaf34d Color Hex

#EAF34D
(234,243,77)
0 Favorites   0 Comments

Color spaces of #eaf34d

RGB 23424377
HSL0.180.870.63
HSV63°68°95°
CMYK 0.040.000.68   0.05
XYZ67.321882.129419.3255
Yxy82.12940.39890.4866
Hunter Lab90.6253-25.993950.7943
CIE-Lab92.6319-22.541374.8998

#eaf34d color RGB value is (234,243,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 01001101
Octal 352 363 115
Decimal 234 243 77
Hex EA F3 4D

RGB Percentages of Color #eaf34d

%42.24
%43.86
%13.90

CMYK Percentages of Color #eaf34d

%4
%0
%68
%5

Triadic Colors of #eaf34d

#eaf34d #4deaf3 #f34dea

Analogous Colors of #eaf34d

#eaf34d #97f34d #f3a94d

Monochromatic Colors of #eaf34d

#eaf34d

Complementary Color

#eaf34d #564df3

#eaf34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf34d Color CSS Codes

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

#eaf34d Text Font Color

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

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


#eaf34d Background Color

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

This div background color is #eaf34d


#eaf34d Border Color

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

This div border color is #eaf34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf34d


Comments

No comments written yet.

Please login to write comment.