Color Hex Logo

#edb505 Color Hex

#EDB505
(237,181,5)
0 Favorites   0 Comments

Color spaces of #edb505

RGB 2371815
HSL0.130.960.47
HSV46°98°93°
CMYK 0.000.240.98   0.07
XYZ51.476351.06327.2867
Yxy51.06320.46870.4649
Hunter Lab71.45853.533043.9751
CIE-Lab76.71737.917978.6578

#edb505 color RGB value is (237,181,5).

#edb505 hex color red value is 237, green value is 181 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #edb505 hue: 0.13 , saturation: 0.96 and the lightness value of edb505 is 0.47.

The process color (four color CMYK) of #edb505 color hex is 0.00, 0.24, 0.98, 0.07. Web safe color of #edb505 is #ffcc00. Color #edb505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110101 00000101
Octal 355 265 5
Decimal 237 181 5
Hex ED B5 5

RGB Percentages of Color #edb505

%56.03
%42.79
%1.18

CMYK Percentages of Color #edb505

%0
%24
%98
%7

Triadic Colors of #edb505

#edb505 #05edb5 #b505ed

Analogous Colors of #edb505

#edb505 #b1ed05 #ed4105

Monochromatic Colors of #edb505

#edb505

Complementary Color

#edb505 #053ded

#edb505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb505 Color CSS Codes

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

#edb505 Text Font Color

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

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


#edb505 Background Color

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

This div background color is #edb505


#edb505 Border Color

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

This div border color is #edb505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb505


Comments

No comments written yet.

Please login to write comment.