Color Hex Logo

#edad8e Color Hex

#EDAD8E
(237,173,142)
0 Favorites   0 Comments

Color spaces of #edad8e

RGB 237173142
HSL0.050.730.74
HSV20°40°93°
CMYK 0.000.270.40   0.07
XYZ54.751149.844732.3265
Yxy49.84470.39990.3640
Hunter Lab70.600814.875922.2730
CIE-Lab75.973819.588025.1529

#edad8e color RGB value is (237,173,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10001110
Octal 355 255 216
Decimal 237 173 142
Hex ED AD 8E

RGB Percentages of Color #edad8e

%42.93
%31.34
%25.72

CMYK Percentages of Color #edad8e

%0
%27
%40
%7

Triadic Colors of #edad8e

#edad8e #8eedad #ad8eed

Analogous Colors of #edad8e

#edad8e #eddd8e #ed8e9f

Monochromatic Colors of #edad8e

#edad8e

Complementary Color

#edad8e #8eceed

#edad8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edad8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edad8e Color CSS Codes

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

#edad8e Text Font Color

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

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


#edad8e Background Color

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

This div background color is #edad8e


#edad8e Border Color

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

This div border color is #edad8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edad8e


Comments

No comments written yet.

Please login to write comment.