Color spaces of #edadba
RGB | 237 | 173 | 186 |
---|---|---|---|
HSL | 0.97 | 0.64 | 0.80 |
HSV | 348° | 27° | 93° |
CMYK | 0.00 | 0.27 | 0.22 0.07 |
XYZ | 58.7315 | 51.4368 | 53.2872 |
Yxy | 51.4368 | 0.3593 | 0.3147 |
Hunter Lab | 71.7195 | 20.6657 | 6.1514 |
CIE-Lab | 76.9428 | 25.2581 | 2.6361 |
#edadba color RGB value is (237,173,186).
#edadba hex color red value is 237, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #edadba hue: 0.97 , saturation: 0.64 and the lightness value of edadba is 0.80.
The process color (four color CMYK) of #edadba color hex is 0.00, 0.27, 0.22, 0.07. Web safe color of #edadba is #ff99cc. Color #edadba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101101 | 10111010 |
Octal | 355 | 255 | 272 |
Decimal | 237 | 173 | 186 |
Hex | ED | AD | BA |
Shades of #edadba
Tints of #edadba
RGB Percentages of Color #edadba
CMYK Percentages of Color #edadba
Complementary Color
#edadba | #adede0 |
#edadba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edadba Color Preview on White Background
Lorem ipsum dolor sit amet.
#edadba Color CSS Codes
.mybgcolor {background-color:#edadba; } .myforecolor {color:#edadba; } .mybordercolor {border:3px solid #edadba; }
#edadba Text Font Color
<p style="color:#edadba">Text here</p>
This sample text font color is #edadba
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.
#edadba Background Color
<div style="background-color:#edadba">
Div content here</div>
This div background color is #edadba
#edadba Border Color
<div style="border:3px solid #edadba">
Div here</div>
This div border color is #edadba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,173,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edadba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edadba; -webkit-box-shadow: 1px 1px 3px 2px #edadba; box-shadow: 1px 1px 3px 2px #edadba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,173,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edadba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edadba; -webkit-box-shadow: 1px 1px 3px 2px #edadba; box-shadow: 1px 1px 3px 2px #edadba;">
Div content here</div>
This div box has shadow with color #edadba
Comments
No comments written yet.
Please login to write comment.