Color Hex Logo

#edb94d Color Hex

#EDB94D
(237,185,77)
0 Favorites   0 Comments

Color spaces of #edb94d

RGB 23718577
HSL0.110.820.62
HSV41°68°93°
CMYK 0.000.220.68   0.07
XYZ53.613653.238314.4715
Yxy53.23830.44190.4388
Hunter Lab72.96463.471939.3159
CIE-Lab78.01557.886560.0296

#edb94d color RGB value is (237,185,77).

#edb94d hex color red value is 237, green value is 185 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #edb94d hue: 0.11 , saturation: 0.82 and the lightness value of edb94d is 0.62.

The process color (four color CMYK) of #edb94d color hex is 0.00, 0.22, 0.68, 0.07. Web safe color of #edb94d is #ffcc66. Color #edb94d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01001101
Octal 355 271 115
Decimal 237 185 77
Hex ED B9 4D

RGB Percentages of Color #edb94d

%47.49
%37.07
%15.43

CMYK Percentages of Color #edb94d

%0
%22
%68
%7

Triadic Colors of #edb94d

#edb94d #4dedb9 #b94ded

Analogous Colors of #edb94d

#edb94d #d1ed4d #ed694d

Monochromatic Colors of #edb94d

#edb94d

Complementary Color

#edb94d #4d81ed

#edb94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb94d Color CSS Codes

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

#edb94d Text Font Color

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

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


#edb94d Background Color

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

This div background color is #edb94d


#edb94d Border Color

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

This div border color is #edb94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb94d


Comments

No comments written yet.

Please login to write comment.