Color Hex Logo

#edb304 Color Hex

#EDB304
(237,179,4)
0 Favorites   0 Comments

Color spaces of #edb304

RGB 2371794
HSL0.130.970.47
HSV45°98°93°
CMYK 0.000.240.98   0.07
XYZ51.067150.25357.1232
Yxy50.25350.47090.4634
Hunter Lab70.88974.529843.6652
CIE-Lab76.22468.958778.4203

#edb304 color RGB value is (237,179,4).

#edb304 hex color red value is 237, green value is 179 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #edb304 hue: 0.13 , saturation: 0.97 and the lightness value of edb304 is 0.47.

The process color (four color CMYK) of #edb304 color hex is 0.00, 0.24, 0.98, 0.07. Web safe color of #edb304 is #ffcc00. Color #edb304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 00000100
Octal 355 263 4
Decimal 237 179 4
Hex ED B3 4

RGB Percentages of Color #edb304

%56.43
%42.62
%0.95

CMYK Percentages of Color #edb304

%0
%24
%98
%7

Triadic Colors of #edb304

#edb304 #04edb3 #b304ed

Analogous Colors of #edb304

#edb304 #b3ed04 #ed3e04

Monochromatic Colors of #edb304

#edb304

Complementary Color

#edb304 #043eed

#edb304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb304 Color CSS Codes

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

#edb304 Text Font Color

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

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


#edb304 Background Color

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

This div background color is #edb304


#edb304 Border Color

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

This div border color is #edb304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb304


Comments

No comments written yet.

Please login to write comment.