Color Hex Logo

#edad9d Color Hex

#EDAD9D
(237,173,157)
0 Favorites   0 Comments

Color spaces of #edad9d

RGB 237173157
HSL0.030.690.77
HSV12°34°93°
CMYK 0.000.270.34   0.07
XYZ55.954450.326038.6631
Yxy50.32600.38600.3472
Hunter Lab70.940816.645017.3452
CIE-Lab76.268921.341817.4586

#edad9d color RGB value is (237,173,157).

#edad9d hex color red value is 237, green value is 173 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edad9d hue: 0.03 , saturation: 0.69 and the lightness value of edad9d is 0.77.

The process color (four color CMYK) of #edad9d color hex is 0.00, 0.27, 0.34, 0.07. Web safe color of #edad9d is #ff9999. Color #edad9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10011101
Octal 355 255 235
Decimal 237 173 157
Hex ED AD 9D

RGB Percentages of Color #edad9d

%41.80
%30.51
%27.69

CMYK Percentages of Color #edad9d

%0
%27
%34
%7

Triadic Colors of #edad9d

#edad9d #9dedad #ad9ded

Analogous Colors of #edad9d

#edad9d #edd59d #ed9db5

Monochromatic Colors of #edad9d

#edad9d

Complementary Color

#edad9d #9ddded

#edad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edad9d Color CSS Codes

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

#edad9d Text Font Color

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

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


#edad9d Background Color

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

This div background color is #edad9d


#edad9d Border Color

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

This div border color is #edad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edad9d


Comments

No comments written yet.

Please login to write comment.