Color spaces of #ed98be
RGB | 237 | 152 | 190 |
---|---|---|---|
HSL | 0.93 | 0.70 | 0.76 |
HSV | 333° | 36° | 93° |
CMYK | 0.00 | 0.36 | 0.20 0.07 |
XYZ | 55.4476 | 44.1787 | 54.3201 |
Yxy | 44.1787 | 0.3602 | 0.2870 |
Hunter Lab | 66.4671 | 32.5894 | -1.9277 |
CIE-Lab | 72.3478 | 36.9743 | -6.2983 |
#ed98be color RGB value is (237,152,190).
#ed98be hex color red value is 237, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ed98be hue: 0.93 , saturation: 0.70 and the lightness value of ed98be is 0.76.
The process color (four color CMYK) of #ed98be color hex is 0.00, 0.36, 0.20, 0.07. Web safe color of #ed98be is #ff99cc. Color #ed98be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10011000 | 10111110 |
Octal | 355 | 230 | 276 |
Decimal | 237 | 152 | 190 |
Hex | ED | 98 | BE |
Shades of #ed98be
Tints of #ed98be
RGB Percentages of Color #ed98be
CMYK Percentages of Color #ed98be
Complementary Color
#ed98be | #98edc7 |
#ed98be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed98be Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed98be Color CSS Codes
.mybgcolor {background-color:#ed98be; } .myforecolor {color:#ed98be; } .mybordercolor {border:3px solid #ed98be; }
#ed98be Text Font Color
<p style="color:#ed98be">Text here</p>
This sample text font color is #ed98be
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.
#ed98be Background Color
<div style="background-color:#ed98be">
Div content here</div>
This div background color is #ed98be
#ed98be Border Color
<div style="border:3px solid #ed98be">
Div here</div>
This div border color is #ed98be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,152,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed98be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed98be; -webkit-box-shadow: 1px 1px 3px 2px #ed98be; box-shadow: 1px 1px 3px 2px #ed98be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,152,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed98be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed98be; -webkit-box-shadow: 1px 1px 3px 2px #ed98be; box-shadow: 1px 1px 3px 2px #ed98be;">
Div content here</div>
This div box has shadow with color #ed98be
Comments
No comments written yet.
Please login to write comment.