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