Color spaces of #d5babb
RGB | 213 | 186 | 187 |
---|---|---|---|
HSL | 0.99 | 0.24 | 0.78 |
HSV | 358° | 13° | 84° |
CMYK | 0.00 | 0.13 | 0.12 0.16 |
XYZ | 53.9691 | 52.8518 | 54.3706 |
Yxy | 52.8518 | 0.3348 | 0.3279 |
Hunter Lab | 72.6992 | 5.2878 | 6.5474 |
CIE-Lab | 77.7874 | 9.7807 | 3.0313 |
#d5babb color RGB value is (213,186,187).
#d5babb hex color red value is 213, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d5babb hue: 0.99 , saturation: 0.24 and the lightness value of d5babb is 0.78.
The process color (four color CMYK) of #d5babb color hex is 0.00, 0.13, 0.12, 0.16. Web safe color of #d5babb is #cccccc. Color #d5babb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10111010 | 10111011 |
Octal | 325 | 272 | 273 |
Decimal | 213 | 186 | 187 |
Hex | D5 | BA | BB |
Shades of #d5babb
Tints of #d5babb
RGB Percentages of Color #d5babb
CMYK Percentages of Color #d5babb
Complementary Color
#d5babb | #bad5d4 |
#d5babb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5babb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5babb Color CSS Codes
.mybgcolor {background-color:#d5babb; } .myforecolor {color:#d5babb; } .mybordercolor {border:3px solid #d5babb; }
#d5babb Text Font Color
<p style="color:#d5babb">Text here</p>
This sample text font color is #d5babb
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.
#d5babb Background Color
<div style="background-color:#d5babb">
Div content here</div>
This div background color is #d5babb
#d5babb Border Color
<div style="border:3px solid #d5babb">
Div here</div>
This div border color is #d5babb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,186,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5babb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5babb; -webkit-box-shadow: 1px 1px 3px 2px #d5babb; box-shadow: 1px 1px 3px 2px #d5babb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,186,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 #d5babb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5babb; -webkit-box-shadow: 1px 1px 3px 2px #d5babb; box-shadow: 1px 1px 3px 2px #d5babb;">
Div content here</div>
This div box has shadow with color #d5babb
Comments
No comments written yet.
Please login to write comment.