Color spaces of #d6babe
RGB | 214 | 186 | 190 |
---|---|---|---|
HSL | 0.98 | 0.25 | 0.78 |
HSV | 351° | 13° | 84° |
CMYK | 0.00 | 0.13 | 0.11 0.16 |
XYZ | 54.5847 | 53.1317 | 56.0937 |
Yxy | 53.1317 | 0.3332 | 0.3243 |
Hunter Lab | 72.8915 | 6.1094 | 5.3974 |
CIE-Lab | 77.9527 | 10.6366 | 1.6574 |
#d6babe color RGB value is (214,186,190).
#d6babe hex color red value is 214, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d6babe hue: 0.98 , saturation: 0.25 and the lightness value of d6babe is 0.78.
The process color (four color CMYK) of #d6babe color hex is 0.00, 0.13, 0.11, 0.16. Web safe color of #d6babe is #cccccc. Color #d6babe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10111010 | 10111110 |
Octal | 326 | 272 | 276 |
Decimal | 214 | 186 | 190 |
Hex | D6 | BA | BE |
Shades of #d6babe
Tints of #d6babe
RGB Percentages of Color #d6babe
CMYK Percentages of Color #d6babe
Complementary Color
#d6babe | #bad6d2 |
#d6babe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6babe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6babe Color CSS Codes
.mybgcolor {background-color:#d6babe; } .myforecolor {color:#d6babe; } .mybordercolor {border:3px solid #d6babe; }
#d6babe Text Font Color
<p style="color:#d6babe">Text here</p>
This sample text font color is #d6babe
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.
#d6babe Background Color
<div style="background-color:#d6babe">
Div content here</div>
This div background color is #d6babe
#d6babe Border Color
<div style="border:3px solid #d6babe">
Div here</div>
This div border color is #d6babe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,186,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6babe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6babe; -webkit-box-shadow: 1px 1px 3px 2px #d6babe; box-shadow: 1px 1px 3px 2px #d6babe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,186,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 #d6babe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6babe; -webkit-box-shadow: 1px 1px 3px 2px #d6babe; box-shadow: 1px 1px 3px 2px #d6babe;">
Div content here</div>
This div box has shadow with color #d6babe
Comments
No comments written yet.
Please login to write comment.