Color Hex Logo

#edad0b Color Hex

#EDAD0B
(237,173,11)
0 Favorites   0 Comments

Color spaces of #edad0b

RGB 23717311
HSL0.120.910.49
HSV43°95°93°
CMYK 0.000.270.95   0.07
XYZ49.929047.91586.9337
Yxy47.91580.47650.4573
Hunter Lab69.22127.614242.5160
CIE-Lab74.771812.178476.6365

#edad0b color RGB value is (237,173,11).

#edad0b hex color red value is 237, green value is 173 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #edad0b hue: 0.12 , saturation: 0.91 and the lightness value of edad0b is 0.49.

The process color (four color CMYK) of #edad0b color hex is 0.00, 0.27, 0.95, 0.07. Web safe color of #edad0b is #ff9900. Color #edad0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 00001011
Octal 355 255 13
Decimal 237 173 11
Hex ED AD B

RGB Percentages of Color #edad0b

%56.29
%41.09
%2.61

CMYK Percentages of Color #edad0b

%0
%27
%95
%7

Triadic Colors of #edad0b

#edad0b #0bedad #ad0bed

Analogous Colors of #edad0b

#edad0b #bced0b #ed3c0b

Monochromatic Colors of #edad0b

#edad0b

Complementary Color

#edad0b #0b4bed

#edad0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edad0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edad0b Color CSS Codes

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

#edad0b Text Font Color

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

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


#edad0b Background Color

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

This div background color is #edad0b


#edad0b Border Color

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

This div border color is #edad0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edad0b


Comments

No comments written yet.

Please login to write comment.