Color Hex Logo

#eed80a Color Hex

#EED80A
(238,216,10)
0 Favorites   0 Comments

Color spaces of #eed80a

RGB 23821610
HSL0.150.920.49
HSV54°96°93°
CMYK 0.000.090.96   0.07
XYZ59.870567.310810.1239
Yxy67.31080.43600.4902
Hunter Lab82.0432-13.316250.1140
CIE-Lab85.6607-9.583384.6705

#eed80a color RGB value is (238,216,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 00001010
Octal 356 330 12
Decimal 238 216 10
Hex EE D8 A

RGB Percentages of Color #eed80a

%51.29
%46.55
%2.16

CMYK Percentages of Color #eed80a

%0
%9
%96
%7

Triadic Colors of #eed80a

#eed80a #0aeed8 #d80aee

Analogous Colors of #eed80a

#eed80a #92ee0a #ee660a

Monochromatic Colors of #eed80a

#eed80a

Complementary Color

#eed80a #0a20ee

#eed80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed80a Color CSS Codes

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

#eed80a Text Font Color

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

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


#eed80a Background Color

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

This div background color is #eed80a


#eed80a Border Color

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

This div border color is #eed80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed80a


Comments

No comments written yet.

Please login to write comment.