Color spaces of #ed8aaf
RGB | 237 | 138 | 175 |
---|---|---|---|
HSL | 0.94 | 0.73 | 0.74 |
HSV | 338° | 42° | 93° |
CMYK | 0.00 | 0.42 | 0.26 0.07 |
XYZ | 51.7514 | 39.2766 | 45.4110 |
Yxy | 39.2766 | 0.3793 | 0.2879 |
Hunter Lab | 62.6710 | 37.7243 | 0.9086 |
CIE-Lab | 68.9512 | 42.1173 | -2.9599 |
#ed8aaf color RGB value is (237,138,175).
#ed8aaf hex color red value is 237, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ed8aaf hue: 0.94 , saturation: 0.73 and the lightness value of ed8aaf is 0.74.
The process color (four color CMYK) of #ed8aaf color hex is 0.00, 0.42, 0.26, 0.07. Web safe color of #ed8aaf is #ff9999. Color #ed8aaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10001010 | 10101111 |
Octal | 355 | 212 | 257 |
Decimal | 237 | 138 | 175 |
Hex | ED | 8A | AF |
Shades of #ed8aaf
Tints of #ed8aaf
RGB Percentages of Color #ed8aaf
CMYK Percentages of Color #ed8aaf
Complementary Color
#ed8aaf | #8aedc8 |
#ed8aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed8aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed8aaf Color CSS Codes
.mybgcolor {background-color:#ed8aaf; } .myforecolor {color:#ed8aaf; } .mybordercolor {border:3px solid #ed8aaf; }
#ed8aaf Text Font Color
<p style="color:#ed8aaf">Text here</p>
This sample text font color is #ed8aaf
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.
#ed8aaf Background Color
<div style="background-color:#ed8aaf">
Div content here</div>
This div background color is #ed8aaf
#ed8aaf Border Color
<div style="border:3px solid #ed8aaf">
Div here</div>
This div border color is #ed8aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,138,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed8aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed8aaf; -webkit-box-shadow: 1px 1px 3px 2px #ed8aaf; box-shadow: 1px 1px 3px 2px #ed8aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,138,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed8aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed8aaf; -webkit-box-shadow: 1px 1px 3px 2px #ed8aaf; box-shadow: 1px 1px 3px 2px #ed8aaf;">
Div content here</div>
This div box has shadow with color #ed8aaf
Comments
No comments written yet.
Please login to write comment.