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