Color spaces of #ed98df
RGB | 237 | 152 | 223 |
---|---|---|---|
HSL | 0.86 | 0.70 | 0.76 |
HSV | 310° | 36° | 93° |
CMYK | 0.00 | 0.36 | 0.06 0.07 |
XYZ | 59.4726 | 45.7887 | 75.5156 |
Yxy | 45.7887 | 0.3290 | 0.2533 |
Hunter Lab | 67.6673 | 38.4652 | -18.7995 |
CIE-Lab | 73.4082 | 42.2773 | -22.8814 |
#ed98df color RGB value is (237,152,223).
#ed98df hex color red value is 237, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ed98df hue: 0.86 , saturation: 0.70 and the lightness value of ed98df is 0.76.
The process color (four color CMYK) of #ed98df color hex is 0.00, 0.36, 0.06, 0.07. Web safe color of #ed98df is #ff99cc. Color #ed98df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10011000 | 11011111 |
Octal | 355 | 230 | 337 |
Decimal | 237 | 152 | 223 |
Hex | ED | 98 | DF |
Shades of #ed98df
Tints of #ed98df
RGB Percentages of Color #ed98df
CMYK Percentages of Color #ed98df
Complementary Color
#ed98df | #98eda6 |
#ed98df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed98df Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed98df Color CSS Codes
.mybgcolor {background-color:#ed98df; } .myforecolor {color:#ed98df; } .mybordercolor {border:3px solid #ed98df; }
#ed98df Text Font Color
<p style="color:#ed98df">Text here</p>
This sample text font color is #ed98df
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.
#ed98df Background Color
<div style="background-color:#ed98df">
Div content here</div>
This div background color is #ed98df
#ed98df Border Color
<div style="border:3px solid #ed98df">
Div here</div>
This div border color is #ed98df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,152,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed98df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed98df; -webkit-box-shadow: 1px 1px 3px 2px #ed98df; box-shadow: 1px 1px 3px 2px #ed98df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,152,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed98df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed98df; -webkit-box-shadow: 1px 1px 3px 2px #ed98df; box-shadow: 1px 1px 3px 2px #ed98df;">
Div content here</div>
This div box has shadow with color #ed98df
Comments
No comments written yet.
Please login to write comment.