Color Hex Logo

#eda70e Color Hex

#EDA70E
(237,167,14)
0 Favorites   0 Comments

Color spaces of #eda70e

RGB 23716714
HSL0.110.890.49
HSV41°94°93°
CMYK 0.000.300.94   0.07
XYZ48.823045.67376.6581
Yxy45.67370.48270.4515
Hunter Lab67.582310.683441.4665
CIE-Lab73.333315.377775.2289

#eda70e color RGB value is (237,167,14).

#eda70e hex color red value is 237, green value is 167 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eda70e hue: 0.11 , saturation: 0.89 and the lightness value of eda70e is 0.49.

The process color (four color CMYK) of #eda70e color hex is 0.00, 0.30, 0.94, 0.07. Web safe color of #eda70e is #ff9900. Color #eda70e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 00001110
Octal 355 247 16
Decimal 237 167 14
Hex ED A7 E

RGB Percentages of Color #eda70e

%56.70
%39.95
%3.35

CMYK Percentages of Color #eda70e

%0
%30
%94
%7

Triadic Colors of #eda70e

#eda70e #0eeda7 #a70eed

Analogous Colors of #eda70e

#eda70e #c4ed0e #ed380e

Monochromatic Colors of #eda70e

#eda70e

Complementary Color

#eda70e #0e54ed

#eda70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda70e Color CSS Codes

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

#eda70e Text Font Color

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

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


#eda70e Background Color

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

This div background color is #eda70e


#eda70e Border Color

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

This div border color is #eda70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda70e


Comments

No comments written yet.

Please login to write comment.