Color Hex Logo

#eee80e Color Hex

#EEE80E
(238,232,14)
0 Favorites   0 Comments

Color spaces of #eee80e

RGB 23823214
HSL0.160.890.49
HSV58°94°93°
CMYK 0.000.030.94   0.07
XYZ64.195875.922111.6864
Yxy75.92210.42290.5001
Hunter Lab87.1333-20.972753.0413
CIE-Lab89.8232-17.442687.4071

#eee80e color RGB value is (238,232,14).

#eee80e hex color red value is 238, green value is 232 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eee80e hue: 0.16 , saturation: 0.89 and the lightness value of eee80e is 0.49.

The process color (four color CMYK) of #eee80e color hex is 0.00, 0.03, 0.94, 0.07. Web safe color of #eee80e is #ffff00. Color #eee80e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101000 00001110
Octal 356 350 16
Decimal 238 232 14
Hex EE E8 E

RGB Percentages of Color #eee80e

%49.17
%47.93
%2.89

CMYK Percentages of Color #eee80e

%0
%3
%94
%7

Triadic Colors of #eee80e

#eee80e #0eeee8 #e80eee

Analogous Colors of #eee80e

#eee80e #84ee0e #ee780e

Monochromatic Colors of #eee80e

#eee80e

Complementary Color

#eee80e #0e14ee

#eee80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee80e Color CSS Codes

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

#eee80e Text Font Color

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

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


#eee80e Background Color

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

This div background color is #eee80e


#eee80e Border Color

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

This div border color is #eee80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee80e


Comments

No comments written yet.

Please login to write comment.