Color Hex Logo

#ed8aae Color Hex

#ED8AAE
(237,138,174)
0 Favorites   0 Comments

Color spaces of #ed8aae

RGB 237138174
HSL0.940.730.74
HSV338°42°93°
CMYK 0.000.420.27   0.07
XYZ51.653539.237544.8956
Yxy39.23750.38040.2890
Hunter Lab62.639837.57331.3532
CIE-Lab68.923041.9812-2.4411

#ed8aae color RGB value is (237,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001010 10101110
Octal 355 212 256
Decimal 237 138 174
Hex ED 8A AE

RGB Percentages of Color #ed8aae

%43.17
%25.14
%31.69

CMYK Percentages of Color #ed8aae

%0
%42
%27
%7

Triadic Colors of #ed8aae

#ed8aae #aeed8a #8aaeed

Analogous Colors of #ed8aae

#ed8aae #ed988a #ed8ae0

Monochromatic Colors of #ed8aae

#ed8aae

Complementary Color

#ed8aae #8aedc9

#ed8aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8aae Color CSS Codes

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

#ed8aae Text Font Color

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

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


#ed8aae Background Color

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

This div background color is #ed8aae


#ed8aae Border Color

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

This div border color is #ed8aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8aae


Comments

No comments written yet.

Please login to write comment.