Color spaces of #edbbbb
RGB | 237 | 187 | 187 |
---|---|---|---|
HSL | 0.00 | 0.58 | 0.83 |
HSV | 0° | 21° | 93° |
CMYK | 0.00 | 0.21 | 0.21 0.07 |
XYZ | 61.6650 | 57.1330 | 54.7914 |
Yxy | 57.1330 | 0.3552 | 0.3291 |
Hunter Lab | 75.5864 | 13.3480 | 9.9321 |
CIE-Lab | 80.2543 | 17.9600 | 6.8763 |
#edbbbb color RGB value is (237,187,187).
#edbbbb hex color red value is 237, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edbbbb hue: 0.00 , saturation: 0.58 and the lightness value of edbbbb is 0.83.
The process color (four color CMYK) of #edbbbb color hex is 0.00, 0.21, 0.21, 0.07. Web safe color of #edbbbb is #ffcccc. Color #edbbbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111011 | 10111011 |
Octal | 355 | 273 | 273 |
Decimal | 237 | 187 | 187 |
Hex | ED | BB | BB |
Shades of #edbbbb
Tints of #edbbbb
RGB Percentages of Color #edbbbb
CMYK Percentages of Color #edbbbb
Complementary Color
#edbbbb | #bbeded |
#edbbbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbbbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbbbb Color CSS Codes
.mybgcolor {background-color:#edbbbb; } .myforecolor {color:#edbbbb; } .mybordercolor {border:3px solid #edbbbb; }
#edbbbb Text Font Color
<p style="color:#edbbbb">Text here</p>
This sample text font color is #edbbbb
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.
#edbbbb Background Color
<div style="background-color:#edbbbb">
Div content here</div>
This div background color is #edbbbb
#edbbbb Border Color
<div style="border:3px solid #edbbbb">
Div here</div>
This div border color is #edbbbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,187,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbbbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbbbb; -webkit-box-shadow: 1px 1px 3px 2px #edbbbb; box-shadow: 1px 1px 3px 2px #edbbbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,187,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edbbbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbbbb; -webkit-box-shadow: 1px 1px 3px 2px #edbbbb; box-shadow: 1px 1px 3px 2px #edbbbb;">
Div content here</div>
This div box has shadow with color #edbbbb
#edbbbb Color Palettes
Comments
No comments written yet.
Please login to write comment.