Color spaces of #cbafc0
RGB | 203 | 175 | 192 |
---|---|---|---|
HSL | 0.90 | 0.21 | 0.74 |
HSV | 324° | 14° | 80° |
CMYK | 0.00 | 0.14 | 0.05 0.20 |
XYZ | 49.4730 | 47.1622 | 56.3649 |
Yxy | 47.1622 | 0.3234 | 0.3082 |
Hunter Lab | 68.6747 | 8.4099 | -0.5900 |
CIE-Lab | 74.2934 | 13.0085 | -4.9096 |
#cbafc0 color RGB value is (203,175,192).
#cbafc0 hex color red value is 203, green value is 175 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #cbafc0 hue: 0.90 , saturation: 0.21 and the lightness value of cbafc0 is 0.74.
The process color (four color CMYK) of #cbafc0 color hex is 0.00, 0.14, 0.05, 0.20. Web safe color of #cbafc0 is #cc99cc. Color #cbafc0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101111 | 11000000 |
Octal | 313 | 257 | 300 |
Decimal | 203 | 175 | 192 |
Hex | CB | AF | C0 |
Shades of #cbafc0
Tints of #cbafc0
RGB Percentages of Color #cbafc0
CMYK Percentages of Color #cbafc0
Complementary Color
#cbafc0 | #afcbba |
#cbafc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbafc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbafc0 Color CSS Codes
.mybgcolor {background-color:#cbafc0; } .myforecolor {color:#cbafc0; } .mybordercolor {border:3px solid #cbafc0; }
#cbafc0 Text Font Color
<p style="color:#cbafc0">Text here</p>
This sample text font color is #cbafc0
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.
#cbafc0 Background Color
<div style="background-color:#cbafc0">
Div content here</div>
This div background color is #cbafc0
#cbafc0 Border Color
<div style="border:3px solid #cbafc0">
Div here</div>
This div border color is #cbafc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,175,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbafc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbafc0; -webkit-box-shadow: 1px 1px 3px 2px #cbafc0; box-shadow: 1px 1px 3px 2px #cbafc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,175,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbafc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbafc0; -webkit-box-shadow: 1px 1px 3px 2px #cbafc0; box-shadow: 1px 1px 3px 2px #cbafc0;">
Div content here</div>
This div box has shadow with color #cbafc0
Comments
No comments written yet.
Please login to write comment.