Color Hex Logo

#eed81e Color Hex

#EED81E
(238,216,30)
0 Favorites   0 Comments

Color spaces of #eed81e

RGB 23821630
HSL0.150.860.53
HSV54°87°93°
CMYK 0.000.090.87   0.07
XYZ60.050167.382611.0695
Yxy67.38260.43360.4865
Hunter Lab82.0869-13.071749.4655
CIE-Lab85.6968-9.310981.9954

#eed81e color RGB value is (238,216,30).

#eed81e hex color red value is 238, green value is 216 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eed81e hue: 0.15 , saturation: 0.86 and the lightness value of eed81e is 0.53.

The process color (four color CMYK) of #eed81e color hex is 0.00, 0.09, 0.87, 0.07. Web safe color of #eed81e is #ffcc33. Color #eed81e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 00011110
Octal 356 330 36
Decimal 238 216 30
Hex EE D8 1E

RGB Percentages of Color #eed81e

%49.17
%44.63
%6.20

CMYK Percentages of Color #eed81e

%0
%9
%87
%7

Triadic Colors of #eed81e

#eed81e #1eeed8 #d81eee

Analogous Colors of #eed81e

#eed81e #9cee1e #ee701e

Monochromatic Colors of #eed81e

#eed81e

Complementary Color

#eed81e #1e34ee

#eed81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed81e Color CSS Codes

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

#eed81e Text Font Color

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

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


#eed81e Background Color

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

This div background color is #eed81e


#eed81e Border Color

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

This div border color is #eed81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed81e

#eed81e Color Palettes


Comments

No comments written yet.

Please login to write comment.