Color Hex Logo

#edac9d Color Hex

#EDAC9D
(237,172,157)
0 Favorites   0 Comments

Color spaces of #edac9d

RGB 237172157
HSL0.030.690.77
HSV11°34°93°
CMYK 0.000.270.34   0.07
XYZ55.763449.943938.5994
Yxy49.94390.38640.3461
Hunter Lab70.671017.172317.0864
CIE-Lab76.034821.873517.1328

#edac9d color RGB value is (237,172,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10011101
Octal 355 254 235
Decimal 237 172 157
Hex ED AC 9D

RGB Percentages of Color #edac9d

%41.87
%30.39
%27.74

CMYK Percentages of Color #edac9d

%0
%27
%34
%7

Triadic Colors of #edac9d

#edac9d #9dedac #ac9ded

Analogous Colors of #edac9d

#edac9d #edd49d #ed9db6

Monochromatic Colors of #edac9d

#edac9d

Complementary Color

#edac9d #9ddeed

#edac9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac9d Color CSS Codes

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

#edac9d Text Font Color

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

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


#edac9d Background Color

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

This div background color is #edac9d


#edac9d Border Color

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

This div border color is #edac9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac9d


Comments

No comments written yet.

Please login to write comment.