Color Hex Logo

#edac8d Color Hex

#EDAC8D
(237,172,141)
0 Favorites   0 Comments

Color spaces of #edac8d

RGB 237172141
HSL0.050.730.74
HSV19°41°93°
CMYK 0.000.270.41   0.07
XYZ54.485349.432731.8691
Yxy49.43270.40130.3640
Hunter Lab70.308415.288422.3411
CIE-Lab75.719720.009025.3471

#edac8d color RGB value is (237,172,141).

#edac8d hex color red value is 237, green value is 172 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #edac8d hue: 0.05 , saturation: 0.73 and the lightness value of edac8d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10001101
Octal 355 254 215
Decimal 237 172 141
Hex ED AC 8D

RGB Percentages of Color #edac8d

%43.09
%31.27
%25.64

CMYK Percentages of Color #edac8d

%0
%27
%41
%7

Triadic Colors of #edac8d

#edac8d #8dedac #ac8ded

Analogous Colors of #edac8d

#edac8d #eddc8d #ed8d9e

Monochromatic Colors of #edac8d

#edac8d

Complementary Color

#edac8d #8dceed

#edac8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac8d Color CSS Codes

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

#edac8d Text Font Color

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

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


#edac8d Background Color

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

This div background color is #edac8d


#edac8d Border Color

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

This div border color is #edac8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac8d


Comments

No comments written yet.

Please login to write comment.