Color Hex Logo

#ed9aac Color Hex

#ED9AAC
(237,154,172)
0 Favorites   0 Comments

Color spaces of #ed9aac

RGB 237154172
HSL0.960.700.77
HSV347°35°93°
CMYK 0.000.350.27   0.07
XYZ53.927044.094344.6985
Yxy44.09430.37790.3090
Hunter Lab66.403528.75556.5723
CIE-Lab72.291533.36243.5849

#ed9aac color RGB value is (237,154,172).

#ed9aac hex color red value is 237, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed9aac hue: 0.96 , saturation: 0.70 and the lightness value of ed9aac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011010 10101100
Octal 355 232 254
Decimal 237 154 172
Hex ED 9A AC

RGB Percentages of Color #ed9aac

%42.10
%27.35
%30.55

CMYK Percentages of Color #ed9aac

%0
%35
%27
%7

Triadic Colors of #ed9aac

#ed9aac #aced9a #9aaced

Analogous Colors of #ed9aac

#ed9aac #edb29a #ed9ad6

Monochromatic Colors of #ed9aac

#ed9aac

Complementary Color

#ed9aac #9aeddb

#ed9aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9aac Color CSS Codes

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

#ed9aac Text Font Color

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

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


#ed9aac Background Color

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

This div background color is #ed9aac


#ed9aac Border Color

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

This div border color is #ed9aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9aac


Comments

No comments written yet.

Please login to write comment.