Color Hex Logo

#eaf560 Color Hex

#EAF560
(234,245,96)
0 Favorites   0 Comments

Color spaces of #eaf560

RGB 23424596
HSL0.180.880.67
HSV64°61°96°
CMYK 0.040.000.61   0.04
XYZ68.695483.641823.5902
Yxy83.64180.39050.4754
Hunter Lab91.4559-25.970848.7258
CIE-Lab93.2947-22.387268.3177

#eaf560 color RGB value is (234,245,96).

#eaf560 hex color red value is 234, green value is 245 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eaf560 hue: 0.18 , saturation: 0.88 and the lightness value of eaf560 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110101 01100000
Octal 352 365 140
Decimal 234 245 96
Hex EA F5 60

RGB Percentages of Color #eaf560

%40.70
%42.61
%16.70

CMYK Percentages of Color #eaf560

%4
%0
%61
%4

Triadic Colors of #eaf560

#eaf560 #60eaf5 #f560ea

Analogous Colors of #eaf560

#eaf560 #a0f560 #f5b660

Monochromatic Colors of #eaf560

#eaf560

Complementary Color

#eaf560 #6b60f5

#eaf560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf560 Color CSS Codes

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

#eaf560 Text Font Color

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

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


#eaf560 Background Color

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

This div background color is #eaf560


#eaf560 Border Color

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

This div border color is #eaf560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf560


Comments

No comments written yet.

Please login to write comment.