color codes Logo

#edab0a color codes

#EDAB0A
(237,171,10)
0 Favorites   0 Comments

Color spaces of #edab0a

RGB 23717110
HSL0.120.920.48
HSV43°96°93°
CMYK 0.000.280.96   0.07
XYZ49.542747.15236.7773
Yxy47.15230.47880.4557
Hunter Lab68.66758.617242.2155
CIE-Lab74.287113.224576.4059

#edab0a color RGB value is (237,171,10).

#edab0a hex color red value is 237, green value is 171 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #edab0a hue: 0.12 , saturation: 0.92 and the lightness value of edab0a is 0.48.

The process color (four color CMYK) of #edab0a color code is 0.00, 0.28, 0.96, 0.07. Web safe color of #edab0a is #ff9900. Color #edab0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 00001010
Octal 355 253 12
Decimal 237 171 10
Hex ED AB A

RGB Percentages of Color #edab0a

%56.70
%40.91
%2.39

CMYK Percentages of Color #edab0a

%0
%28
%96
%7

Triadic Colors of #edab0a

#edab0a #0aedab #ab0aed

Analogous Colors of #edab0a

#edab0a #beed0a #ed390a

Monochromatic Colors of #edab0a

#edab0a

Complementary Color

#edab0a #0a4ced

#edab0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab0a Color CSS Codes

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

#edab0a Text Font Color

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

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


#edab0a Background Color

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

This div background color is #edab0a


#edab0a Border Color

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

This div border color is #edab0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab0a


Comments

No comments written yet.

Please login to write comment.