Color Hex Logo

#eda725 Color Hex

#EDA725
(237,167,37)
0 Favorites   0 Comments

Color spaces of #eda725

RGB 23716737
HSL0.110.850.54
HSV39°84°93°
CMYK 0.000.300.84   0.07
XYZ49.077745.77557.9992
Yxy45.77550.47720.4451
Hunter Lab67.657611.080240.3504
CIE-Lab73.399615.786970.3730

#eda725 color RGB value is (237,167,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 00100101
Octal 355 247 45
Decimal 237 167 37
Hex ED A7 25

RGB Percentages of Color #eda725

%53.74
%37.87
%8.39

CMYK Percentages of Color #eda725

%0
%30
%84
%7

Triadic Colors of #eda725

#eda725 #25eda7 #a725ed

Analogous Colors of #eda725

#eda725 #cfed25 #ed4325

Monochromatic Colors of #eda725

#eda725

Complementary Color

#eda725 #256bed

#eda725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda725 Color CSS Codes

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

#eda725 Text Font Color

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

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


#eda725 Background Color

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

This div background color is #eda725


#eda725 Border Color

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

This div border color is #eda725


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,167,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 #eda725">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda725


Comments

No comments written yet.

Please login to write comment.