Color Hex Logo

#e0980a Color Hex

#E0980A
(224,152,10)
0 Favorites   0 Comments

Color spaces of #e0980a

RGB 22415210
HSL0.110.910.46
HSV40°96°88°
CMYK 0.000.320.96   0.12
XYZ42.023538.32575.4699
Yxy38.32570.48970.4466
Hunter Lab61.907812.828738.0968
CIE-Lab68.260017.719571.4792

#e0980a color RGB value is (224,152,10).

#e0980a hex color red value is 224, green value is 152 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e0980a hue: 0.11 , saturation: 0.91 and the lightness value of e0980a is 0.46.

The process color (four color CMYK) of #e0980a color hex is 0.00, 0.32, 0.96, 0.12. Web safe color of #e0980a is #cc9900. Color #e0980a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011000 00001010
Octal 340 230 12
Decimal 224 152 10
Hex E0 98 A

RGB Percentages of Color #e0980a

%58.03
%39.38
%2.59

CMYK Percentages of Color #e0980a

%0
%32
%96
%12

Triadic Colors of #e0980a

#e0980a #0ae098 #980ae0

Analogous Colors of #e0980a

#e0980a #bde00a #e02d0a

Monochromatic Colors of #e0980a

#e0980a

Complementary Color

#e0980a #0a52e0

#e0980a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0980a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0980a Color CSS Codes

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

#e0980a Text Font Color

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

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


#e0980a Background Color

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

This div background color is #e0980a


#e0980a Border Color

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

This div border color is #e0980a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,152,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 #e0980a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0980a


Comments

No comments written yet.

Please login to write comment.