color codes Logo

#e5e28a color codes

#E5E28A
(229,226,138)
0 Favorites   0 Comments

Color spaces of #e5e28a

RGB 229226138
HSL0.160.640.72
HSV58°40°90°
CMYK 0.000.010.40   0.10
XYZ64.096972.885734.7348
Yxy72.88570.37330.4245
Hunter Lab85.3731-15.387835.6385
CIE-Lab88.3932-11.504343.3313

#e5e28a color RGB value is (229,226,138).

#e5e28a hex color red value is 229, green value is 226 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e5e28a hue: 0.16 , saturation: 0.64 and the lightness value of e5e28a is 0.72.

The process color (four color CMYK) of #e5e28a color code is 0.00, 0.01, 0.40, 0.10. Web safe color of #e5e28a is #cccc99. Color #e5e28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11100010 10001010
Octal 345 342 212
Decimal 229 226 138
Hex E5 E2 8A

RGB Percentages of Color #e5e28a

%38.62
%38.11
%23.27

CMYK Percentages of Color #e5e28a

%0
%1
%40
%10

Triadic Colors of #e5e28a

#e5e28a #8ae5e2 #e28ae5

Analogous Colors of #e5e28a

#e5e28a #bbe58a #e5b58a

Monochromatic Colors of #e5e28a

#e5e28a

Complementary Color

#e5e28a #8a8de5

#e5e28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5e28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5e28a Color CSS Codes

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

#e5e28a Text Font Color

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

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


#e5e28a Background Color

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

This div background color is #e5e28a


#e5e28a Border Color

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

This div border color is #e5e28a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,226,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5e28a


Comments

No comments written yet.

Please login to write comment.