Color Hex Logo

#eda97d Color Hex

#EDA97D
(237,169,125)
0 Favorites   0 Comments

Color spaces of #eda97d

RGB 237169125
HSL0.070.760.71
HSV24°47°93°
CMYK 0.000.290.47   0.07
XYZ52.814747.861125.8565
Yxy47.86110.41740.3783
Hunter Lab69.181715.202426.2677
CIE-Lab74.737219.954632.5924

#eda97d color RGB value is (237,169,125).

#eda97d hex color red value is 237, green value is 169 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eda97d hue: 0.07 , saturation: 0.76 and the lightness value of eda97d is 0.71.

The process color (four color CMYK) of #eda97d color hex is 0.00, 0.29, 0.47, 0.07. Web safe color of #eda97d is #ff9966. Color #eda97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 01111101
Octal 355 251 175
Decimal 237 169 125
Hex ED A9 7D

RGB Percentages of Color #eda97d

%44.63
%31.83
%23.54

CMYK Percentages of Color #eda97d

%0
%29
%47
%7

Triadic Colors of #eda97d

#eda97d #7deda9 #a97ded

Analogous Colors of #eda97d

#eda97d #ede17d #ed7d89

Monochromatic Colors of #eda97d

#eda97d

Complementary Color

#eda97d #7dc1ed

#eda97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda97d Color CSS Codes

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

#eda97d Text Font Color

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

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


#eda97d Background Color

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

This div background color is #eda97d


#eda97d Border Color

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

This div border color is #eda97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda97d


Comments

No comments written yet.

Please login to write comment.