Color Hex Logo

#ed899a Color Hex

#ED899A
(237,137,154)
0 Favorites   0 Comments

Color spaces of #ed899a

RGB 237137154
HSL0.970.740.73
HSV350°42°93°
CMYK 0.000.420.35   0.07
XYZ49.703438.228935.3311
Yxy38.22890.40320.3101
Hunter Lab61.829535.29069.4007
CIE-Lab68.189039.94417.7189

#ed899a color RGB value is (237,137,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001001 10011010
Octal 355 211 232
Decimal 237 137 154
Hex ED 89 9A

RGB Percentages of Color #ed899a

%44.89
%25.95
%29.17

CMYK Percentages of Color #ed899a

%0
%42
%35
%7

Triadic Colors of #ed899a

#ed899a #9aed89 #899aed

Analogous Colors of #ed899a

#ed899a #edaa89 #ed89cc

Monochromatic Colors of #ed899a

#ed899a

Complementary Color

#ed899a #89eddc

#ed899a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed899a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed899a Color CSS Codes

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

#ed899a Text Font Color

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

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


#ed899a Background Color

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

This div background color is #ed899a


#ed899a Border Color

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

This div border color is #ed899a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed899a


Comments

No comments written yet.

Please login to write comment.