Color Hex Logo

#e5ea3d Color Hex

#E5EA3D
(229,234,61)
0 Favorites   0 Comments

Color spaces of #e5ea3d

RGB 22923461
HSL0.170.800.58
HSV62°74°92°
CMYK 0.020.000.74   0.08
XYZ62.578275.840615.7554
Yxy75.84060.40590.4919
Hunter Lab87.0865-24.135750.2340
CIE-Lab89.7853-20.995477.3891

#e5ea3d color RGB value is (229,234,61).

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

The process color (four color CMYK) of #e5ea3d color hex is 0.02, 0.00, 0.74, 0.08. Web safe color of #e5ea3d is #ccff33. Color #e5ea3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101010 00111101
Octal 345 352 75
Decimal 229 234 61
Hex E5 EA 3D

RGB Percentages of Color #e5ea3d

%43.70
%44.66
%11.64

CMYK Percentages of Color #e5ea3d

%2
%0
%74
%8

Triadic Colors of #e5ea3d

#e5ea3d #3de5ea #ea3de5

Analogous Colors of #e5ea3d

#e5ea3d #8fea3d #ea993d

Monochromatic Colors of #e5ea3d

#e5ea3d

Complementary Color

#e5ea3d #423dea

#e5ea3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ea3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ea3d Color CSS Codes

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

#e5ea3d Text Font Color

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

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


#e5ea3d Background Color

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

This div background color is #e5ea3d


#e5ea3d Border Color

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

This div border color is #e5ea3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,234,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 #e5ea3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ea3d


Comments

No comments written yet.

Please login to write comment.