Color Hex Logo

#edad2a Color Hex

#EDAD2A
(237,173,42)
0 Favorites   0 Comments

Color spaces of #edad2a

RGB 23717342
HSL0.110.840.55
HSV40°82°93°
CMYK 0.000.270.82   0.07
XYZ50.286548.05888.8164
Yxy48.05880.46930.4485
Hunter Lab69.32458.162340.9869
CIE-Lab74.862012.750270.1339

#edad2a color RGB value is (237,173,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 00101010
Octal 355 255 52
Decimal 237 173 42
Hex ED AD 2A

RGB Percentages of Color #edad2a

%52.43
%38.27
%9.29

CMYK Percentages of Color #edad2a

%0
%27
%82
%7

Triadic Colors of #edad2a

#edad2a #2aedad #ad2aed

Analogous Colors of #edad2a

#edad2a #cced2a #ed4c2a

Monochromatic Colors of #edad2a

#edad2a

Complementary Color

#edad2a #2a6aed

#edad2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edad2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edad2a Color CSS Codes

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

#edad2a Text Font Color

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

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


#edad2a Background Color

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

This div background color is #edad2a


#edad2a Border Color

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

This div border color is #edad2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edad2a


Comments

No comments written yet.

Please login to write comment.