Color Hex Logo

#eee94c Color Hex

#EEE94C
(238,233,76)
0 Favorites   0 Comments

Color spaces of #eee94c

RGB 23823376
HSL0.160.830.62
HSV58°68°93°
CMYK 0.000.020.68   0.07
XYZ65.703376.976818.2325
Yxy76.97680.40830.4784
Hunter Lab87.7364-19.865249.0944
CIE-Lab90.3109-16.137773.0582

#eee94c color RGB value is (238,233,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 01001100
Octal 356 351 114
Decimal 238 233 76
Hex EE E9 4C

RGB Percentages of Color #eee94c

%43.51
%42.60
%13.89

CMYK Percentages of Color #eee94c

%0
%2
%68
%7

Triadic Colors of #eee94c

#eee94c #4ceee9 #e94cee

Analogous Colors of #eee94c

#eee94c #a2ee4c #ee984c

Monochromatic Colors of #eee94c

#eee94c

Complementary Color

#eee94c #4c51ee

#eee94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee94c Color CSS Codes

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

#eee94c Text Font Color

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

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


#eee94c Background Color

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

This div background color is #eee94c


#eee94c Border Color

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

This div border color is #eee94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee94c


Comments

No comments written yet.

Please login to write comment.