Color Hex Logo

#eed80d Color Hex

#EED80D
(238,216,13)
0 Favorites   0 Comments

Color spaces of #eed80d

RGB 23821613
HSL0.150.900.49
HSV54°95°93°
CMYK 0.000.090.95   0.07
XYZ59.888467.317910.2180
Yxy67.31790.43580.4899
Hunter Lab82.0475-13.291750.0494
CIE-Lab85.6642-9.556084.3968

#eed80d color RGB value is (238,216,13).

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

The process color (four color CMYK) of #eed80d color hex is 0.00, 0.09, 0.95, 0.07. Web safe color of #eed80d is #ffcc00. Color #eed80d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 00001101
Octal 356 330 15
Decimal 238 216 13
Hex EE D8 D

RGB Percentages of Color #eed80d

%50.96
%46.25
%2.78

CMYK Percentages of Color #eed80d

%0
%9
%95
%7

Triadic Colors of #eed80d

#eed80d #0deed8 #d80dee

Analogous Colors of #eed80d

#eed80d #94ee0d #ee680d

Monochromatic Colors of #eed80d

#eed80d

Complementary Color

#eed80d #0d23ee

#eed80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed80d Color CSS Codes

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

#eed80d Text Font Color

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

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


#eed80d Background Color

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

This div background color is #eed80d


#eed80d Border Color

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

This div border color is #eed80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed80d


Comments

No comments written yet.

Please login to write comment.