Color Hex Logo

#eda403 Color Hex

#EDA403
(237,164,3)
0 Favorites   0 Comments

Color spaces of #eda403

RGB 2371643
HSL0.110.980.47
HSV41°99°93°
CMYK 0.000.310.99   0.07
XYZ48.216944.56206.1462
Yxy44.56200.48740.4505
Hunter Lab66.754812.109541.2694
CIE-Lab72.602516.863576.0424

#eda403 color RGB value is (237,164,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 00000011
Octal 355 244 3
Decimal 237 164 3
Hex ED A4 3

RGB Percentages of Color #eda403

%58.66
%40.59
%0.74

CMYK Percentages of Color #eda403

%0
%31
%99
%7

Triadic Colors of #eda403

#eda403 #03eda4 #a403ed

Analogous Colors of #eda403

#eda403 #c1ed03 #ed2f03

Monochromatic Colors of #eda403

#eda403

Complementary Color

#eda403 #034ced

#eda403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda403 Color CSS Codes

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

#eda403 Text Font Color

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

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


#eda403 Background Color

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

This div background color is #eda403


#eda403 Border Color

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

This div border color is #eda403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda403


Comments

No comments written yet.

Please login to write comment.