Color Hex Logo

#edba1f Color Hex

#EDBA1F
(237,186,31)
0 Favorites   0 Comments

Color spaces of #edba1f

RGB 23718631
HSL0.130.850.53
HSV45°87°93°
CMYK 0.000.220.87   0.07
XYZ52.731353.22138.7898
Yxy53.22130.45960.4638
Hunter Lab72.95291.354443.9234
CIE-Lab78.00555.650975.6408

#edba1f color RGB value is (237,186,31).

#edba1f hex color red value is 237, green value is 186 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #edba1f hue: 0.13 , saturation: 0.85 and the lightness value of edba1f is 0.53.

The process color (four color CMYK) of #edba1f color hex is 0.00, 0.22, 0.87, 0.07. Web safe color of #edba1f is #ffcc33. Color #edba1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 00011111
Octal 355 272 37
Decimal 237 186 31
Hex ED BA 1F

RGB Percentages of Color #edba1f

%52.20
%40.97
%6.83

CMYK Percentages of Color #edba1f

%0
%22
%87
%7

Triadic Colors of #edba1f

#edba1f #1fedba #ba1fed

Analogous Colors of #edba1f

#edba1f #b9ed1f #ed531f

Monochromatic Colors of #edba1f

#edba1f

Complementary Color

#edba1f #1f52ed

#edba1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba1f Color CSS Codes

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

#edba1f Text Font Color

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

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


#edba1f Background Color

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

This div background color is #edba1f


#edba1f Border Color

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

This div border color is #edba1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba1f

#edba1f Color Palettes


Comments

No comments written yet.

Please login to write comment.