Color Hex Logo

#eee94d Color Hex

#EEE94D
(238,233,77)
0 Favorites   0 Comments

Color spaces of #eee94d

RGB 23823377
HSL0.160.830.62
HSV58°68°93°
CMYK 0.000.020.68   0.07
XYZ65.738476.990818.4171
Yxy76.99080.40790.4778
Hunter Lab87.7444-19.819948.9764
CIE-Lab90.3174-16.086872.6985

#eee94d color RGB value is (238,233,77).

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

The process color (four color CMYK) of #eee94d color hex is 0.00, 0.02, 0.68, 0.07. Web safe color of #eee94d is #ffff66. Color #eee94d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 01001101
Octal 356 351 115
Decimal 238 233 77
Hex EE E9 4D

RGB Percentages of Color #eee94d

%43.43
%42.52
%14.05

CMYK Percentages of Color #eee94d

%0
%2
%68
%7

Triadic Colors of #eee94d

#eee94d #4deee9 #e94dee

Analogous Colors of #eee94d

#eee94d #a3ee4d #ee994d

Monochromatic Colors of #eee94d

#eee94d

Complementary Color

#eee94d #4d52ee

#eee94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee94d Color CSS Codes

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

#eee94d Text Font Color

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

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


#eee94d Background Color

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

This div background color is #eee94d


#eee94d Border Color

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

This div border color is #eee94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee94d


Comments

No comments written yet.

Please login to write comment.