Color Hex Logo

#e2e53d Color Hex

#E2E53D
(226,229,61)
0 Favorites   0 Comments

Color spaces of #e2e53d

RGB 22622961
HSL0.170.760.57
HSV61°73°90°
CMYK 0.010.000.73   0.10
XYZ60.225672.544315.2431
Yxy72.54430.40690.4901
Hunter Lab85.1729-22.835749.0101
CIE-Lab88.2299-19.812075.8581

#e2e53d color RGB value is (226,229,61).

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

The process color (four color CMYK) of #e2e53d color hex is 0.01, 0.00, 0.73, 0.10. Web safe color of #e2e53d is #cccc33. Color #e2e53d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100101 00111101
Octal 342 345 75
Decimal 226 229 61
Hex E2 E5 3D

RGB Percentages of Color #e2e53d

%43.80
%44.38
%11.82

CMYK Percentages of Color #e2e53d

%1
%0
%73
%10

Triadic Colors of #e2e53d

#e2e53d #3de2e5 #e53de2

Analogous Colors of #e2e53d

#e2e53d #8ee53d #e5943d

Monochromatic Colors of #e2e53d

#e2e53d

Complementary Color

#e2e53d #403de5

#e2e53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e53d Color CSS Codes

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

#e2e53d Text Font Color

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

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


#e2e53d Background Color

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

This div background color is #e2e53d


#e2e53d Border Color

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

This div border color is #e2e53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e53d


Comments

No comments written yet.

Please login to write comment.