Color Hex Logo

#edb014 Color Hex

#EDB014
(237,176,20)
0 Favorites   0 Comments

Color spaces of #edb014

RGB 23717620
HSL0.120.860.50
HSV43°92°93°
CMYK 0.000.260.92   0.07
XYZ50.576749.10577.4745
Yxy49.10570.47200.4583
Hunter Lab70.07556.199742.7287
CIE-Lab75.517010.703275.8968

#edb014 color RGB value is (237,176,20).

#edb014 hex color red value is 237, green value is 176 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #edb014 hue: 0.12 , saturation: 0.86 and the lightness value of edb014 is 0.50.

The process color (four color CMYK) of #edb014 color hex is 0.00, 0.26, 0.92, 0.07. Web safe color of #edb014 is #ff9900. Color #edb014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 00010100
Octal 355 260 24
Decimal 237 176 20
Hex ED B0 14

RGB Percentages of Color #edb014

%54.73
%40.65
%4.62

CMYK Percentages of Color #edb014

%0
%26
%92
%7

Triadic Colors of #edb014

#edb014 #14edb0 #b014ed

Analogous Colors of #edb014

#edb014 #beed14 #ed4414

Monochromatic Colors of #edb014

#edb014

Complementary Color

#edb014 #1451ed

#edb014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb014 Color CSS Codes

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

#edb014 Text Font Color

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

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


#edb014 Background Color

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

This div background color is #edb014


#edb014 Border Color

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

This div border color is #edb014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb014


Comments

No comments written yet.

Please login to write comment.