Color spaces of #dbafa8
RGB | 219 | 175 | 168 |
---|---|---|---|
HSL | 0.02 | 0.41 | 0.76 |
HSV | 8° | 23° | 86° |
CMYK | 0.00 | 0.20 | 0.23 0.14 |
XYZ | 51.6113 | 48.5472 | 43.6961 |
Yxy | 48.5472 | 0.3588 | 0.3375 |
Hunter Lab | 69.6758 | 10.2885 | 11.5903 |
CIE-Lab | 75.1688 | 14.9485 | 9.6653 |
#dbafa8 color RGB value is (219,175,168).
#dbafa8 hex color red value is 219, green value is 175 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dbafa8 hue: 0.02 , saturation: 0.41 and the lightness value of dbafa8 is 0.76.
The process color (four color CMYK) of #dbafa8 color hex is 0.00, 0.20, 0.23, 0.14. Web safe color of #dbafa8 is #cc9999. Color #dbafa8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101111 | 10101000 |
Octal | 333 | 257 | 250 |
Decimal | 219 | 175 | 168 |
Hex | DB | AF | A8 |
Shades of #dbafa8
Tints of #dbafa8
RGB Percentages of Color #dbafa8
CMYK Percentages of Color #dbafa8
Complementary Color
#dbafa8 | #a8d4db |
#dbafa8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbafa8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbafa8 Color CSS Codes
.mybgcolor {background-color:#dbafa8; } .myforecolor {color:#dbafa8; } .mybordercolor {border:3px solid #dbafa8; }
#dbafa8 Text Font Color
<p style="color:#dbafa8">Text here</p>
This sample text font color is #dbafa8
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.
#dbafa8 Background Color
<div style="background-color:#dbafa8">
Div content here</div>
This div background color is #dbafa8
#dbafa8 Border Color
<div style="border:3px solid #dbafa8">
Div here</div>
This div border color is #dbafa8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,175,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbafa8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbafa8; -webkit-box-shadow: 1px 1px 3px 2px #dbafa8; box-shadow: 1px 1px 3px 2px #dbafa8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,175,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbafa8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbafa8; -webkit-box-shadow: 1px 1px 3px 2px #dbafa8; box-shadow: 1px 1px 3px 2px #dbafa8;">
Div content here</div>
This div box has shadow with color #dbafa8
Comments
No comments written yet.
Please login to write comment.