Color spaces of #cbadaf
RGB | 203 | 173 | 175 |
---|---|---|---|
HSL | 0.99 | 0.22 | 0.74 |
HSV | 356° | 15° | 80° |
CMYK | 0.00 | 0.15 | 0.14 0.20 |
XYZ | 47.3100 | 45.6788 | 46.8808 |
Yxy | 45.6788 | 0.3382 | 0.3266 |
Hunter Lab | 67.5861 | 6.6736 | 6.1840 |
CIE-Lab | 73.3366 | 11.1834 | 3.0062 |
#cbadaf color RGB value is (203,173,175).
#cbadaf hex color red value is 203, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cbadaf hue: 0.99 , saturation: 0.22 and the lightness value of cbadaf is 0.74.
The process color (four color CMYK) of #cbadaf color hex is 0.00, 0.15, 0.14, 0.20. Web safe color of #cbadaf is #cc9999. Color #cbadaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101101 | 10101111 |
Octal | 313 | 255 | 257 |
Decimal | 203 | 173 | 175 |
Hex | CB | AD | AF |
Shades of #cbadaf
Tints of #cbadaf
RGB Percentages of Color #cbadaf
CMYK Percentages of Color #cbadaf
Complementary Color
#cbadaf | #adcbc9 |
#cbadaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbadaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbadaf Color CSS Codes
.mybgcolor {background-color:#cbadaf; } .myforecolor {color:#cbadaf; } .mybordercolor {border:3px solid #cbadaf; }
#cbadaf Text Font Color
<p style="color:#cbadaf">Text here</p>
This sample text font color is #cbadaf
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.
#cbadaf Background Color
<div style="background-color:#cbadaf">
Div content here</div>
This div background color is #cbadaf
#cbadaf Border Color
<div style="border:3px solid #cbadaf">
Div here</div>
This div border color is #cbadaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,173,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbadaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbadaf; -webkit-box-shadow: 1px 1px 3px 2px #cbadaf; box-shadow: 1px 1px 3px 2px #cbadaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,173,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbadaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbadaf; -webkit-box-shadow: 1px 1px 3px 2px #cbadaf; box-shadow: 1px 1px 3px 2px #cbadaf;">
Div content here</div>
This div box has shadow with color #cbadaf
Comments
No comments written yet.
Please login to write comment.