Color Hex Logo

#e5e332 Color Hex

#E5E332
(229,227,50)
0 Favorites   0 Comments

Color spaces of #e5e332

RGB 22922750
HSL0.160.770.55
HSV59°78°90°
CMYK 0.000.010.78   0.10
XYZ60.357971.826513.7003
Yxy71.82650.41370.4924
Hunter Lab84.7505-21.188749.7409
CIE-Lab87.8850-18.011178.8923

#e5e332 color RGB value is (229,227,50).

#e5e332 hex color red value is 229, green value is 227 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #e5e332 hue: 0.16 , saturation: 0.77 and the lightness value of e5e332 is 0.55.

The process color (four color CMYK) of #e5e332 color hex is 0.00, 0.01, 0.78, 0.10. Web safe color of #e5e332 is #cccc33. Color #e5e332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11100011 00110010
Octal 345 343 62
Decimal 229 227 50
Hex E5 E3 32

RGB Percentages of Color #e5e332

%45.26
%44.86
%9.88

CMYK Percentages of Color #e5e332

%0
%1
%78
%10

Triadic Colors of #e5e332

#e5e332 #32e5e3 #e332e5

Analogous Colors of #e5e332

#e5e332 #8ee532 #e58a32

Monochromatic Colors of #e5e332

#e5e332

Complementary Color

#e5e332 #3234e5

#e5e332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5e332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5e332 Color CSS Codes

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

#e5e332 Text Font Color

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

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


#e5e332 Background Color

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

This div background color is #e5e332


#e5e332 Border Color

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

This div border color is #e5e332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5e332


Comments

No comments written yet.

Please login to write comment.