Color Hex Logo

#ed8aba Color Hex

#ED8ABA
(237,138,186)
0 Favorites   0 Comments

Color spaces of #ed8aba

RGB 237138186
HSL0.920.730.74
HSV331°42°93°
CMYK 0.000.420.22   0.07
XYZ52.876539.726751.3355
Yxy39.72670.36740.2760
Hunter Lab63.029139.4466-4.1697
CIE-Lab69.274443.6615-8.6371

#ed8aba color RGB value is (237,138,186).

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

The process color (four color CMYK) of #ed8aba color hex is 0.00, 0.42, 0.22, 0.07. Web safe color of #ed8aba is #ff99cc. Color #ed8aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001010 10111010
Octal 355 212 272
Decimal 237 138 186
Hex ED 8A BA

RGB Percentages of Color #ed8aba

%42.25
%24.60
%33.16

CMYK Percentages of Color #ed8aba

%0
%42
%22
%7

Triadic Colors of #ed8aba

#ed8aba #baed8a #8abaed

Analogous Colors of #ed8aba

#ed8aba #ed8c8a #ed8aec

Monochromatic Colors of #ed8aba

#ed8aba

Complementary Color

#ed8aba #8aedbd

#ed8aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8aba Color CSS Codes

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

#ed8aba Text Font Color

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

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


#ed8aba Background Color

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

This div background color is #ed8aba


#ed8aba Border Color

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

This div border color is #ed8aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8aba


Comments

No comments written yet.

Please login to write comment.