Color Hex Logo

#eee532 Color Hex

#EEE532
(238,229,50)
0 Favorites   0 Comments

Color spaces of #eee532

RGB 23822950
HSL0.160.850.56
HSV57°79°93°
CMYK 0.000.040.79   0.07
XYZ63.854974.446114.0216
Yxy74.44610.41920.4887
Hunter Lab86.2822-18.891150.7624
CIE-Lab89.1329-15.245380.2665

#eee532 color RGB value is (238,229,50).

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

The process color (four color CMYK) of #eee532 color hex is 0.00, 0.04, 0.79, 0.07. Web safe color of #eee532 is #ffcc33. Color #eee532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 00110010
Octal 356 345 62
Decimal 238 229 50
Hex EE E5 32

RGB Percentages of Color #eee532

%46.03
%44.29
%9.67

CMYK Percentages of Color #eee532

%0
%4
%79
%7

Triadic Colors of #eee532

#eee532 #32eee5 #e532ee

Analogous Colors of #eee532

#eee532 #99ee32 #ee8732

Monochromatic Colors of #eee532

#eee532

Complementary Color

#eee532 #323bee

#eee532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee532 Color CSS Codes

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

#eee532 Text Font Color

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

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


#eee532 Background Color

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

This div background color is #eee532


#eee532 Border Color

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

This div border color is #eee532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee532


Comments

No comments written yet.

Please login to write comment.