Color Hex Logo

#edba0d Color Hex

#EDBA0D
(237,186,13)
0 Favorites   0 Comments

Color spaces of #edba0d

RGB 23718613
HSL0.130.900.49
HSV46°95°93°
CMYK 0.000.220.95   0.07
XYZ52.556653.15147.8700
Yxy53.15140.46270.4680
Hunter Lab72.90501.095444.6332
CIE-Lab77.96435.374278.6966

#edba0d color RGB value is (237,186,13).

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

The process color (four color CMYK) of #edba0d color hex is 0.00, 0.22, 0.95, 0.07. Web safe color of #edba0d is #ffcc00. Color #edba0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 00001101
Octal 355 272 15
Decimal 237 186 13
Hex ED BA D

RGB Percentages of Color #edba0d

%54.36
%42.66
%2.98

CMYK Percentages of Color #edba0d

%0
%22
%95
%7

Triadic Colors of #edba0d

#edba0d #0dedba #ba0ded

Analogous Colors of #edba0d

#edba0d #b0ed0d #ed4a0d

Monochromatic Colors of #edba0d

#edba0d

Complementary Color

#edba0d #0d40ed

#edba0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba0d Color CSS Codes

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

#edba0d Text Font Color

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

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


#edba0d Background Color

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

This div background color is #edba0d


#edba0d Border Color

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

This div border color is #edba0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba0d

#edba0d Color Palettes


Comments

No comments written yet.

Please login to write comment.