Color Hex Logo

#eda304 Color Hex

#EDA304
(237,163,4)
0 Favorites   0 Comments

Color spaces of #eda304

RGB 2371634
HSL0.110.970.47
HSV41°98°93°
CMYK 0.000.310.98   0.07
XYZ48.044244.20776.1156
Yxy44.20770.48840.4494
Hunter Lab66.488912.626841.0888
CIE-Lab72.367117.401775.7640

#eda304 color RGB value is (237,163,4).

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

The process color (four color CMYK) of #eda304 color hex is 0.00, 0.31, 0.98, 0.07. Web safe color of #eda304 is #ff9900. Color #eda304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 00000100
Octal 355 243 4
Decimal 237 163 4
Hex ED A3 4

RGB Percentages of Color #eda304

%58.66
%40.35
%0.99

CMYK Percentages of Color #eda304

%0
%31
%98
%7

Triadic Colors of #eda304

#eda304 #04eda3 #a304ed

Analogous Colors of #eda304

#eda304 #c3ed04 #ed2e04

Monochromatic Colors of #eda304

#eda304

Complementary Color

#eda304 #044eed

#eda304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda304 Color CSS Codes

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

#eda304 Text Font Color

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

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


#eda304 Background Color

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

This div background color is #eda304


#eda304 Border Color

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

This div border color is #eda304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda304


Comments

No comments written yet.

Please login to write comment.