Color Hex Logo

#edb80e Color Hex

#EDB80E
(237,184,14)
0 Favorites   0 Comments

Color spaces of #edb80e

RGB 23718414
HSL0.130.890.49
HSV46°94°93°
CMYK 0.000.220.94   0.07
XYZ52.144852.31727.7654
Yxy52.31720.46460.4662
Hunter Lab72.33062.106144.2661
CIE-Lab77.47016.429678.2153

#edb80e color RGB value is (237,184,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 00001110
Octal 355 270 16
Decimal 237 184 14
Hex ED B8 E

RGB Percentages of Color #edb80e

%54.48
%42.30
%3.22

CMYK Percentages of Color #edb80e

%0
%22
%94
%7

Triadic Colors of #edb80e

#edb80e #0eedb8 #b80eed

Analogous Colors of #edb80e

#edb80e #b3ed0e #ed490e

Monochromatic Colors of #edb80e

#edb80e

Complementary Color

#edb80e #0e43ed

#edb80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb80e Color CSS Codes

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

#edb80e Text Font Color

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

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


#edb80e Background Color

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

This div background color is #edb80e


#edb80e Border Color

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

This div border color is #edb80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb80e


Comments

No comments written yet.

Please login to write comment.