Color Hex Logo

#edb814 Color Hex

#EDB814
(237,184,20)
0 Favorites   0 Comments

Color spaces of #edb814

RGB 23718420
HSL0.130.860.50
HSV45°92°93°
CMYK 0.000.220.92   0.07
XYZ52.191852.33608.0129
Yxy52.33600.46380.4650
Hunter Lab72.34362.176244.0735
CIE-Lab77.48136.504277.3626

#edb814 color RGB value is (237,184,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 00010100
Octal 355 270 24
Decimal 237 184 20
Hex ED B8 14

RGB Percentages of Color #edb814

%53.74
%41.72
%4.54

CMYK Percentages of Color #edb814

%0
%22
%92
%7

Triadic Colors of #edb814

#edb814 #14edb8 #b814ed

Analogous Colors of #edb814

#edb814 #b6ed14 #ed4c14

Monochromatic Colors of #edb814

#edb814

Complementary Color

#edb814 #1449ed

#edb814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb814 Color CSS Codes

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

#edb814 Text Font Color

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

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


#edb814 Background Color

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

This div background color is #edb814


#edb814 Border Color

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

This div border color is #edb814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb814


Comments

No comments written yet.

Please login to write comment.