Color spaces of #edadbe
RGB | 237 | 173 | 190 |
---|---|---|---|
HSL | 0.96 | 0.64 | 0.80 |
HSV | 344° | 27° | 93° |
CMYK | 0.00 | 0.27 | 0.20 0.07 |
XYZ | 59.1629 | 51.6094 | 55.5586 |
Yxy | 51.6094 | 0.3557 | 0.3103 |
Hunter Lab | 71.8397 | 21.2826 | 4.4347 |
CIE-Lab | 77.0467 | 25.8506 | 0.6068 |
#edadbe color RGB value is (237,173,190).
#edadbe hex color red value is 237, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #edadbe hue: 0.96 , saturation: 0.64 and the lightness value of edadbe is 0.80.
The process color (four color CMYK) of #edadbe color hex is 0.00, 0.27, 0.20, 0.07. Web safe color of #edadbe is #ff99cc. Color #edadbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101101 | 10111110 |
Octal | 355 | 255 | 276 |
Decimal | 237 | 173 | 190 |
Hex | ED | AD | BE |
Shades of #edadbe
Tints of #edadbe
RGB Percentages of Color #edadbe
CMYK Percentages of Color #edadbe
Complementary Color
#edadbe | #adeddc |
#edadbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edadbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#edadbe Color CSS Codes
.mybgcolor {background-color:#edadbe; } .myforecolor {color:#edadbe; } .mybordercolor {border:3px solid #edadbe; }
#edadbe Text Font Color
<p style="color:#edadbe">Text here</p>
This sample text font color is #edadbe
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.
#edadbe Background Color
<div style="background-color:#edadbe">
Div content here</div>
This div background color is #edadbe
#edadbe Border Color
<div style="border:3px solid #edadbe">
Div here</div>
This div border color is #edadbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,173,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edadbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edadbe; -webkit-box-shadow: 1px 1px 3px 2px #edadbe; box-shadow: 1px 1px 3px 2px #edadbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,173,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 #edadbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edadbe; -webkit-box-shadow: 1px 1px 3px 2px #edadbe; box-shadow: 1px 1px 3px 2px #edadbe;">
Div content here</div>
This div box has shadow with color #edadbe
Comments
No comments written yet.
Please login to write comment.