Color Hex Logo

#ed9abc Color Hex

#ED9ABC
(237,154,188)
0 Favorites   0 Comments

Color spaces of #ed9abc

RGB 237154188
HSL0.930.700.77
HSV335°35°93°
CMYK 0.000.350.21   0.07
XYZ55.557844.746653.2857
Yxy44.74660.36170.2913
Hunter Lab66.892931.1903-0.4043
CIE-Lab72.724735.6261-4.6350

#ed9abc color RGB value is (237,154,188).

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

The process color (four color CMYK) of #ed9abc color hex is 0.00, 0.35, 0.21, 0.07. Web safe color of #ed9abc is #ff99cc. Color #ed9abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011010 10111100
Octal 355 232 274
Decimal 237 154 188
Hex ED 9A BC

RGB Percentages of Color #ed9abc

%40.93
%26.60
%32.47

CMYK Percentages of Color #ed9abc

%0
%35
%21
%7

Triadic Colors of #ed9abc

#ed9abc #bced9a #9abced

Analogous Colors of #ed9abc

#ed9abc #eda29a #ed9ae6

Monochromatic Colors of #ed9abc

#ed9abc

Complementary Color

#ed9abc #9aedcb

#ed9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9abc Color CSS Codes

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

#ed9abc Text Font Color

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

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


#ed9abc Background Color

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

This div background color is #ed9abc


#ed9abc Border Color

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

This div border color is #ed9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9abc


Comments

No comments written yet.

Please login to write comment.