Color spaces of #d0bebf
RGB | 208 | 190 | 191 |
---|---|---|---|
HSL | 0.99 | 0.16 | 0.78 |
HSV | 357° | 9° | 82° |
CMYK | 0.00 | 0.09 | 0.08 0.18 |
XYZ | 53.8299 | 53.9984 | 56.8758 |
Yxy | 53.9984 | 0.3268 | 0.3279 |
Hunter Lab | 73.4836 | 2.1626 | 5.5485 |
CIE-Lab | 78.4608 | 6.5219 | 1.7918 |
#d0bebf color RGB value is (208,190,191).
#d0bebf hex color red value is 208, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d0bebf hue: 0.99 , saturation: 0.16 and the lightness value of d0bebf is 0.78.
The process color (four color CMYK) of #d0bebf color hex is 0.00, 0.09, 0.08, 0.18. Web safe color of #d0bebf is #cccccc. Color #d0bebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10111110 | 10111111 |
Octal | 320 | 276 | 277 |
Decimal | 208 | 190 | 191 |
Hex | D0 | BE | BF |
Shades of #d0bebf
Tints of #d0bebf
RGB Percentages of Color #d0bebf
CMYK Percentages of Color #d0bebf
Complementary Color
#d0bebf | #bed0cf |
#d0bebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0bebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0bebf Color CSS Codes
.mybgcolor {background-color:#d0bebf; } .myforecolor {color:#d0bebf; } .mybordercolor {border:3px solid #d0bebf; }
#d0bebf Text Font Color
<p style="color:#d0bebf">Text here</p>
This sample text font color is #d0bebf
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.
#d0bebf Background Color
<div style="background-color:#d0bebf">
Div content here</div>
This div background color is #d0bebf
#d0bebf Border Color
<div style="border:3px solid #d0bebf">
Div here</div>
This div border color is #d0bebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,190,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0bebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0bebf; -webkit-box-shadow: 1px 1px 3px 2px #d0bebf; box-shadow: 1px 1px 3px 2px #d0bebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,190,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0bebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0bebf; -webkit-box-shadow: 1px 1px 3px 2px #d0bebf; box-shadow: 1px 1px 3px 2px #d0bebf;">
Div content here</div>
This div box has shadow with color #d0bebf
Comments
No comments written yet.
Please login to write comment.