color codes Logo

#ed9e7d color codes

#ED9E7D
(237,158,125)
0 Favorites   0 Comments

Color spaces of #ed9e7d

RGB 237158125
HSL0.050.760.71
HSV18°47°93°
CMYK 0.000.330.47   0.07
XYZ50.853643.938925.2028
Yxy43.93890.42380.3662
Hunter Lab66.286420.940323.8578
CIE-Lab72.187625.792129.2492

#ed9e7d color RGB value is (237,158,125).

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

The process color (four color CMYK) of #ed9e7d color code is 0.00, 0.33, 0.47, 0.07. Web safe color of #ed9e7d is #ff9966. Color #ed9e7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011110 01111101
Octal 355 236 175
Decimal 237 158 125
Hex ED 9E 7D

RGB Percentages of Color #ed9e7d

%45.58
%30.38
%24.04

CMYK Percentages of Color #ed9e7d

%0
%33
%47
%7

Triadic Colors of #ed9e7d

#ed9e7d #7ded9e #9e7ded

Analogous Colors of #ed9e7d

#ed9e7d #edd67d #ed7d94

Monochromatic Colors of #ed9e7d

#ed9e7d

Complementary Color

#ed9e7d #7dcced

#ed9e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9e7d Color CSS Codes

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

#ed9e7d Text Font Color

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

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


#ed9e7d Background Color

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

This div background color is #ed9e7d


#ed9e7d Border Color

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

This div border color is #ed9e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9e7d


Comments

No comments written yet.

Please login to write comment.