Color Hex Logo

#eaf13d Color Hex

#EAF13D
(234,241,61)
0 Favorites   0 Comments

Color spaces of #eaf13d

RGB 23424161
HSL0.170.870.59
HSV62°75°95°
CMYK 0.030.000.75   0.05
XYZ66.229380.739916.5086
Yxy80.73990.40510.4939
Hunter Lab89.8554-25.680752.0058
CIE-Lab92.0158-22.309879.5877

#eaf13d color RGB value is (234,241,61).

#eaf13d hex color red value is 234, green value is 241 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eaf13d hue: 0.17 , saturation: 0.87 and the lightness value of eaf13d is 0.59.

The process color (four color CMYK) of #eaf13d color hex is 0.03, 0.00, 0.75, 0.05. Web safe color of #eaf13d is #ffff33. Color #eaf13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 00111101
Octal 352 361 75
Decimal 234 241 61
Hex EA F1 3D

RGB Percentages of Color #eaf13d

%43.66
%44.96
%11.38

CMYK Percentages of Color #eaf13d

%3
%0
%75
%5

Triadic Colors of #eaf13d

#eaf13d #3deaf1 #f13dea

Analogous Colors of #eaf13d

#eaf13d #90f13d #f19e3d

Monochromatic Colors of #eaf13d

#eaf13d

Complementary Color

#eaf13d #443df1

#eaf13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf13d Color CSS Codes

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

#eaf13d Text Font Color

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

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


#eaf13d Background Color

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

This div background color is #eaf13d


#eaf13d Border Color

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

This div border color is #eaf13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf13d


Comments

No comments written yet.

Please login to write comment.