Color Hex Logo

#edb52f Color Hex

#EDB52F
(237,181,47)
0 Favorites   0 Comments

Color spaces of #edb52f

RGB 23718147
HSL0.120.840.56
HSV42°80°93°
CMYK 0.000.240.80   0.07
XYZ51.962051.25759.8443
Yxy51.25750.45960.4534
Hunter Lab71.59434.262341.9636
CIE-Lab76.83478.689570.2953

#edb52f color RGB value is (237,181,47).

#edb52f hex color red value is 237, green value is 181 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #edb52f hue: 0.12 , saturation: 0.84 and the lightness value of edb52f is 0.56.

The process color (four color CMYK) of #edb52f color hex is 0.00, 0.24, 0.80, 0.07. Web safe color of #edb52f is #ffcc33. Color #edb52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110101 00101111
Octal 355 265 57
Decimal 237 181 47
Hex ED B5 2F

RGB Percentages of Color #edb52f

%50.97
%38.92
%10.11

CMYK Percentages of Color #edb52f

%0
%24
%80
%7

Triadic Colors of #edb52f

#edb52f #2fedb5 #b52fed

Analogous Colors of #edb52f

#edb52f #c6ed2f #ed562f

Monochromatic Colors of #edb52f

#edb52f

Complementary Color

#edb52f #2f67ed

#edb52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb52f Color CSS Codes

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

#edb52f Text Font Color

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

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


#edb52f Background Color

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

This div background color is #edb52f


#edb52f Border Color

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

This div border color is #edb52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb52f


Comments

No comments written yet.

Please login to write comment.