Color Hex Logo

#ed94aa Color Hex

#ED94AA
(237,148,170)
0 Favorites   0 Comments

Color spaces of #ed94aa

RGB 237148170
HSL0.960.710.75
HSV345°38°93°
CMYK 0.000.380.28   0.07
XYZ52.770742.086643.3724
Yxy42.08660.38180.3045
Hunter Lab64.874231.66775.7729
CIE-Lab70.930636.24842.7233

#ed94aa color RGB value is (237,148,170).

#ed94aa hex color red value is 237, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed94aa hue: 0.96 , saturation: 0.71 and the lightness value of ed94aa is 0.75.

The process color (four color CMYK) of #ed94aa color hex is 0.00, 0.38, 0.28, 0.07. Web safe color of #ed94aa is #ff9999. Color #ed94aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 10101010
Octal 355 224 252
Decimal 237 148 170
Hex ED 94 AA

RGB Percentages of Color #ed94aa

%42.70
%26.67
%30.63

CMYK Percentages of Color #ed94aa

%0
%38
%28
%7

Triadic Colors of #ed94aa

#ed94aa #aaed94 #94aaed

Analogous Colors of #ed94aa

#ed94aa #edab94 #ed94d7

Monochromatic Colors of #ed94aa

#ed94aa

Complementary Color

#ed94aa #94edd7

#ed94aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed94aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed94aa Color CSS Codes

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

#ed94aa Text Font Color

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

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


#ed94aa Background Color

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

This div background color is #ed94aa


#ed94aa Border Color

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

This div border color is #ed94aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed94aa


Comments

No comments written yet.

Please login to write comment.