Color spaces of #edbfbe
RGB | 237 | 191 | 190 |
---|---|---|---|
HSL | 0.00 | 0.57 | 0.84 |
HSV | 1° | 20° | 93° |
CMYK | 0.00 | 0.19 | 0.20 0.07 |
XYZ | 62.8501 | 58.9838 | 56.7877 |
Yxy | 58.9838 | 0.3519 | 0.3302 |
Hunter Lab | 76.8009 | 11.6741 | 9.9208 |
CIE-Lab | 81.2827 | 16.2827 | 6.7403 |
#edbfbe color RGB value is (237,191,190).
#edbfbe hex color red value is 237, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #edbfbe hue: 0.00 , saturation: 0.57 and the lightness value of edbfbe is 0.84.
The process color (four color CMYK) of #edbfbe color hex is 0.00, 0.19, 0.20, 0.07. Web safe color of #edbfbe is #ffcccc. Color #edbfbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111111 | 10111110 |
Octal | 355 | 277 | 276 |
Decimal | 237 | 191 | 190 |
Hex | ED | BF | BE |
Shades of #edbfbe
Tints of #edbfbe
RGB Percentages of Color #edbfbe
CMYK Percentages of Color #edbfbe
Complementary Color
#edbfbe | #beeced |
#edbfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbfbe Color CSS Codes
.mybgcolor {background-color:#edbfbe; } .myforecolor {color:#edbfbe; } .mybordercolor {border:3px solid #edbfbe; }
#edbfbe Text Font Color
<p style="color:#edbfbe">Text here</p>
This sample text font color is #edbfbe
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.
#edbfbe Background Color
<div style="background-color:#edbfbe">
Div content here</div>
This div background color is #edbfbe
#edbfbe Border Color
<div style="border:3px solid #edbfbe">
Div here</div>
This div border color is #edbfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,191,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbfbe; -webkit-box-shadow: 1px 1px 3px 2px #edbfbe; box-shadow: 1px 1px 3px 2px #edbfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,191,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 #edbfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbfbe; -webkit-box-shadow: 1px 1px 3px 2px #edbfbe; box-shadow: 1px 1px 3px 2px #edbfbe;">
Div content here</div>
This div box has shadow with color #edbfbe
Comments
No comments written yet.
Please login to write comment.