Color Hex Logo

#eda73f Color Hex

#EDA73F
(237,167,63)
0 Favorites   0 Comments

Color spaces of #eda73f

RGB 23716763
HSL0.100.830.59
HSV36°73°93°
CMYK 0.000.300.73   0.07
XYZ49.641046.000810.9653
Yxy46.00080.46560.4315
Hunter Lab67.823911.954237.8911
CIE-Lab73.546116.684661.3397

#eda73f color RGB value is (237,167,63).

#eda73f hex color red value is 237, green value is 167 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #eda73f hue: 0.10 , saturation: 0.83 and the lightness value of eda73f is 0.59.

The process color (four color CMYK) of #eda73f color hex is 0.00, 0.30, 0.73, 0.07. Web safe color of #eda73f is #ff9933. Color #eda73f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 00111111
Octal 355 247 77
Decimal 237 167 63
Hex ED A7 3F

RGB Percentages of Color #eda73f

%50.75
%35.76
%13.49

CMYK Percentages of Color #eda73f

%0
%30
%73
%7

Triadic Colors of #eda73f

#eda73f #3feda7 #a73fed

Analogous Colors of #eda73f

#eda73f #dced3f #ed503f

Monochromatic Colors of #eda73f

#eda73f

Complementary Color

#eda73f #3f85ed

#eda73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda73f Color CSS Codes

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

#eda73f Text Font Color

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

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


#eda73f Background Color

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

This div background color is #eda73f


#eda73f Border Color

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

This div border color is #eda73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda73f


Comments

No comments written yet.

Please login to write comment.