Color Hex Logo

#eda625 Color Hex

#EDA625
(237,166,37)
0 Favorites   0 Comments

Color spaces of #eda625

RGB 23716637
HSL0.110.850.54
HSV39°84°93°
CMYK 0.000.300.84   0.07
XYZ48.895245.41057.9383
Yxy45.41050.47820.4441
Hunter Lab67.387311.589140.1867
CIE-Lab73.161416.316070.1753

#eda625 color RGB value is (237,166,37).

#eda625 hex color red value is 237, green value is 166 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #eda625 hue: 0.11 , saturation: 0.85 and the lightness value of eda625 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 00100101
Octal 355 246 45
Decimal 237 166 37
Hex ED A6 25

RGB Percentages of Color #eda625

%53.86
%37.73
%8.41

CMYK Percentages of Color #eda625

%0
%30
%84
%7

Triadic Colors of #eda625

#eda625 #25eda6 #a625ed

Analogous Colors of #eda625

#eda625 #d0ed25 #ed4225

Monochromatic Colors of #eda625

#eda625

Complementary Color

#eda625 #256ced

#eda625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda625 Color CSS Codes

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

#eda625 Text Font Color

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

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


#eda625 Background Color

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

This div background color is #eda625


#eda625 Border Color

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

This div border color is #eda625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda625


Comments

No comments written yet.

Please login to write comment.