Color Hex Logo

#edb10d Color Hex

#EDB10D
(237,177,13)
0 Favorites   0 Comments

Color spaces of #edb10d

RGB 23717713
HSL0.120.900.49
HSV44°95°93°
CMYK 0.000.250.95   0.07
XYZ50.719849.47797.2577
Yxy49.47790.47200.4605
Hunter Lab70.34055.613443.1209
CIE-Lab75.747710.090877.0940

#edb10d color RGB value is (237,177,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 00001101
Octal 355 261 15
Decimal 237 177 13
Hex ED B1 D

RGB Percentages of Color #edb10d

%55.50
%41.45
%3.04

CMYK Percentages of Color #edb10d

%0
%25
%95
%7

Triadic Colors of #edb10d

#edb10d #0dedb1 #b10ded

Analogous Colors of #edb10d

#edb10d #b9ed0d #ed410d

Monochromatic Colors of #edb10d

#edb10d

Complementary Color

#edb10d #0d49ed

#edb10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb10d Color CSS Codes

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

#edb10d Text Font Color

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

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


#edb10d Background Color

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

This div background color is #edb10d


#edb10d Border Color

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

This div border color is #edb10d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,177,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 #edb10d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb10d


Comments

No comments written yet.

Please login to write comment.