Color spaces of #edaadf
RGB | 237 | 170 | 223 |
---|---|---|---|
HSL | 0.87 | 0.65 | 0.80 |
HSV | 313° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.06 0.07 |
XYZ | 62.6191 | 52.0817 | 76.5644 |
Yxy | 52.0817 | 0.3274 | 0.2723 |
Hunter Lab | 72.1677 | 28.5892 | -12.3848 |
CIE-Lab | 77.3297 | 32.7873 | -16.9361 |
#edaadf color RGB value is (237,170,223).
#edaadf hex color red value is 237, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #edaadf hue: 0.87 , saturation: 0.65 and the lightness value of edaadf is 0.80.
The process color (four color CMYK) of #edaadf color hex is 0.00, 0.28, 0.06, 0.07. Web safe color of #edaadf is #ff99cc. Color #edaadf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101010 | 11011111 |
Octal | 355 | 252 | 337 |
Decimal | 237 | 170 | 223 |
Hex | ED | AA | DF |
Shades of #edaadf
Tints of #edaadf
RGB Percentages of Color #edaadf
CMYK Percentages of Color #edaadf
Complementary Color
#edaadf | #aaedb8 |
#edaadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edaadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#edaadf Color CSS Codes
.mybgcolor {background-color:#edaadf; } .myforecolor {color:#edaadf; } .mybordercolor {border:3px solid #edaadf; }
#edaadf Text Font Color
<p style="color:#edaadf">Text here</p>
This sample text font color is #edaadf
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.
#edaadf Background Color
<div style="background-color:#edaadf">
Div content here</div>
This div background color is #edaadf
#edaadf Border Color
<div style="border:3px solid #edaadf">
Div here</div>
This div border color is #edaadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,170,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edaadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edaadf; -webkit-box-shadow: 1px 1px 3px 2px #edaadf; box-shadow: 1px 1px 3px 2px #edaadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,170,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 #edaadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edaadf; -webkit-box-shadow: 1px 1px 3px 2px #edaadf; box-shadow: 1px 1px 3px 2px #edaadf;">
Div content here</div>
This div box has shadow with color #edaadf
Comments
No comments written yet.
Please login to write comment.