Color Hex Logo

#eee94a Color Hex

#EEE94A
(238,233,74)
0 Favorites   0 Comments

Color spaces of #eee94a

RGB 23823374
HSL0.160.830.61
HSV58°69°93°
CMYK 0.000.020.69   0.07
XYZ65.634876.949417.8720
Yxy76.94940.40910.4796
Hunter Lab87.7208-19.953549.3250
CIE-Lab90.2983-16.237073.7679

#eee94a color RGB value is (238,233,74).

#eee94a hex color red value is 238, green value is 233 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eee94a hue: 0.16 , saturation: 0.83 and the lightness value of eee94a is 0.61.

The process color (four color CMYK) of #eee94a color hex is 0.00, 0.02, 0.69, 0.07. Web safe color of #eee94a is #ffff33. Color #eee94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 01001010
Octal 356 351 112
Decimal 238 233 74
Hex EE E9 4A

RGB Percentages of Color #eee94a

%43.67
%42.75
%13.58

CMYK Percentages of Color #eee94a

%0
%2
%69
%7

Triadic Colors of #eee94a

#eee94a #4aeee9 #e94aee

Analogous Colors of #eee94a

#eee94a #a1ee4a #ee974a

Monochromatic Colors of #eee94a

#eee94a

Complementary Color

#eee94a #4a4fee

#eee94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee94a Color CSS Codes

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

#eee94a Text Font Color

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

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


#eee94a Background Color

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

This div background color is #eee94a


#eee94a Border Color

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

This div border color is #eee94a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,233,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee94a


Comments

No comments written yet.

Please login to write comment.