Color Hex Logo

#edb84a Color Hex

#EDB84A
(237,184,74)
0 Favorites   0 Comments

Color spaces of #edb84a

RGB 23718474
HSL0.110.820.61
HSV40°69°93°
CMYK 0.000.220.69   0.07
XYZ53.301652.779913.8568
Yxy52.77990.44440.4401
Hunter Lab72.64983.824639.5462
CIE-Lab77.74498.250061.0292

#edb84a color RGB value is (237,184,74).

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

The process color (four color CMYK) of #edb84a color hex is 0.00, 0.22, 0.69, 0.07. Web safe color of #edb84a is #ffcc33. Color #edb84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 01001010
Octal 355 270 112
Decimal 237 184 74
Hex ED B8 4A

RGB Percentages of Color #edb84a

%47.88
%37.17
%14.95

CMYK Percentages of Color #edb84a

%0
%22
%69
%7

Triadic Colors of #edb84a

#edb84a #4aedb8 #b84aed

Analogous Colors of #edb84a

#edb84a #d1ed4a #ed674a

Monochromatic Colors of #edb84a

#edb84a

Complementary Color

#edb84a #4a7fed

#edb84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb84a Color CSS Codes

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

#edb84a Text Font Color

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

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


#edb84a Background Color

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

This div background color is #edb84a


#edb84a Border Color

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

This div border color is #edb84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb84a


Comments

No comments written yet.

Please login to write comment.