Color Hex Logo

#ed94ad Color Hex

#ED94AD
(237,148,173)
0 Favorites   0 Comments

Color spaces of #ed94ad

RGB 237148173
HSL0.950.710.75
HSV343°38°93°
CMYK 0.000.380.27   0.07
XYZ53.057842.201544.8844
Yxy42.20150.37860.3011
Hunter Lab64.962732.10394.5089
CIE-Lab71.009636.65161.1690

#ed94ad color RGB value is (237,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 10101101
Octal 355 224 255
Decimal 237 148 173
Hex ED 94 AD

RGB Percentages of Color #ed94ad

%42.47
%26.52
%31.00

CMYK Percentages of Color #ed94ad

%0
%38
%27
%7

Triadic Colors of #ed94ad

#ed94ad #aded94 #94aded

Analogous Colors of #ed94ad

#ed94ad #eda894 #ed94da

Monochromatic Colors of #ed94ad

#ed94ad

Complementary Color

#ed94ad #94edd4

#ed94ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed94ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed94ad Color CSS Codes

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

#ed94ad Text Font Color

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

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


#ed94ad Background Color

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

This div background color is #ed94ad


#ed94ad Border Color

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

This div border color is #ed94ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed94ad

#ed94ad Color Palettes


Comments

No comments written yet.

Please login to write comment.