Color Hex Logo

#eaf65d Color Hex

#EAF65D
(234,246,93)
0 Favorites   0 Comments

Color spaces of #eaf65d

RGB 23424693
HSL0.180.890.66
HSV65°62°96°
CMYK 0.050.000.62   0.04
XYZ68.863284.194322.9776
Yxy84.19430.39120.4783
Hunter Lab91.7575-26.612849.3830
CIE-Lab93.5348-23.057169.7806

#eaf65d color RGB value is (234,246,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 01011101
Octal 352 366 135
Decimal 234 246 93
Hex EA F6 5D

RGB Percentages of Color #eaf65d

%40.84
%42.93
%16.23

CMYK Percentages of Color #eaf65d

%5
%0
%62
%4

Triadic Colors of #eaf65d

#eaf65d #5deaf6 #f65dea

Analogous Colors of #eaf65d

#eaf65d #9ef65d #f6b65d

Monochromatic Colors of #eaf65d

#eaf65d

Complementary Color

#eaf65d #695df6

#eaf65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf65d Color CSS Codes

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

#eaf65d Text Font Color

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

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


#eaf65d Background Color

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

This div background color is #eaf65d


#eaf65d Border Color

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

This div border color is #eaf65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf65d


Comments

No comments written yet.

Please login to write comment.