Color Hex Logo

#ed802a Color Hex

#ED802A
(237,128,42)
0 Favorites   0 Comments

Color spaces of #ed802a

RGB 23712842
HSL0.070.840.55
HSV26°82°93°
CMYK 0.000.460.82   0.07
XYZ43.062133.61006.4082
Yxy33.61000.51830.4045
Hunter Lab57.974131.131734.0282
CIE-Lab64.651836.384461.2592

#ed802a color RGB value is (237,128,42).

#ed802a hex color red value is 237, green value is 128 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ed802a hue: 0.07 , saturation: 0.84 and the lightness value of ed802a is 0.55.

The process color (four color CMYK) of #ed802a color hex is 0.00, 0.46, 0.82, 0.07. Web safe color of #ed802a is #ff9933. Color #ed802a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000000 00101010
Octal 355 200 52
Decimal 237 128 42
Hex ED 80 2A

RGB Percentages of Color #ed802a

%58.23
%31.45
%10.32

CMYK Percentages of Color #ed802a

%0
%46
%82
%7

Triadic Colors of #ed802a

#ed802a #2aed80 #802aed

Analogous Colors of #ed802a

#ed802a #ede22a #ed2a35

Monochromatic Colors of #ed802a

#ed802a

Complementary Color

#ed802a #2a97ed

#ed802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed802a Color CSS Codes

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

#ed802a Text Font Color

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

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


#ed802a Background Color

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

This div background color is #ed802a


#ed802a Border Color

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

This div border color is #ed802a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,128,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed802a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed802a;
  -webkit-box-shadow: 1px 1px 3px 2px #ed802a;
  box-shadow:         1px 1px 3px 2px #ed802a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,128,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed802a


Comments

No comments written yet.

Please login to write comment.