Color Hex Logo

#eda517 Color Hex

#EDA517
(237,165,23)
0 Favorites   0 Comments

Color spaces of #eda517

RGB 23716523
HSL0.110.860.51
HSV40°90°93°
CMYK 0.000.300.90   0.07
XYZ48.534844.97676.9339
Yxy44.97670.48320.4478
Hunter Lab67.064711.817540.8152
CIE-Lab72.876516.556973.3681

#eda517 color RGB value is (237,165,23).

#eda517 hex color red value is 237, green value is 165 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #eda517 hue: 0.11 , saturation: 0.86 and the lightness value of eda517 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 00010111
Octal 355 245 27
Decimal 237 165 23
Hex ED A5 17

RGB Percentages of Color #eda517

%55.76
%38.82
%5.41

CMYK Percentages of Color #eda517

%0
%30
%90
%7

Triadic Colors of #eda517

#eda517 #17eda5 #a517ed

Analogous Colors of #eda517

#eda517 #caed17 #ed3a17

Monochromatic Colors of #eda517

#eda517

Complementary Color

#eda517 #175fed

#eda517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda517 Color CSS Codes

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

#eda517 Text Font Color

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

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


#eda517 Background Color

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

This div background color is #eda517


#eda517 Border Color

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

This div border color is #eda517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda517


Comments

No comments written yet.

Please login to write comment.