Color Hex Logo

#ed998f Color Hex

#ED998F
(237,153,143)
0 Favorites   0 Comments

Color spaces of #ed998f

RGB 237153143
HSL0.020.720.75
HSV40°93°
CMYK 0.000.350.40   0.07
XYZ51.274242.770231.5396
Yxy42.77020.40830.3406
Hunter Lab65.398925.499817.1858
CIE-Lab71.398730.308618.3563

#ed998f color RGB value is (237,153,143).

#ed998f hex color red value is 237, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ed998f hue: 0.02 , saturation: 0.72 and the lightness value of ed998f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011001 10001111
Octal 355 231 217
Decimal 237 153 143
Hex ED 99 8F

RGB Percentages of Color #ed998f

%44.47
%28.71
%26.83

CMYK Percentages of Color #ed998f

%0
%35
%40
%7

Triadic Colors of #ed998f

#ed998f #8fed99 #998fed

Analogous Colors of #ed998f

#ed998f #edc88f #ed8fb4

Monochromatic Colors of #ed998f

#ed998f

Complementary Color

#ed998f #8fe3ed

#ed998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed998f Color CSS Codes

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

#ed998f Text Font Color

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

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


#ed998f Background Color

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

This div background color is #ed998f


#ed998f Border Color

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

This div border color is #ed998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed998f


Comments

No comments written yet.

Please login to write comment.