Color spaces of #cbafa0
RGB | 203 | 175 | 160 |
---|---|---|---|
HSL | 0.06 | 0.29 | 0.71 |
HSV | 21° | 21° | 80° |
CMYK | 0.00 | 0.14 | 0.21 0.20 |
XYZ | 46.3037 | 45.8945 | 39.6758 |
Yxy | 45.8945 | 0.3511 | 0.3480 |
Hunter Lab | 67.7455 | 3.4493 | 12.6981 |
CIE-Lab | 73.4770 | 7.7486 | 11.4191 |
#cbafa0 color RGB value is (203,175,160).
#cbafa0 hex color red value is 203, green value is 175 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #cbafa0 hue: 0.06 , saturation: 0.29 and the lightness value of cbafa0 is 0.71.
The process color (four color CMYK) of #cbafa0 color hex is 0.00, 0.14, 0.21, 0.20. Web safe color of #cbafa0 is #cc9999. Color #cbafa0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101111 | 10100000 |
Octal | 313 | 257 | 240 |
Decimal | 203 | 175 | 160 |
Hex | CB | AF | A0 |
Shades of #cbafa0
Tints of #cbafa0
RGB Percentages of Color #cbafa0
CMYK Percentages of Color #cbafa0
Complementary Color
#cbafa0 | #a0bccb |
#cbafa0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbafa0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbafa0 Color CSS Codes
.mybgcolor {background-color:#cbafa0; } .myforecolor {color:#cbafa0; } .mybordercolor {border:3px solid #cbafa0; }
#cbafa0 Text Font Color
<p style="color:#cbafa0">Text here</p>
This sample text font color is #cbafa0
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.
#cbafa0 Background Color
<div style="background-color:#cbafa0">
Div content here</div>
This div background color is #cbafa0
#cbafa0 Border Color
<div style="border:3px solid #cbafa0">
Div here</div>
This div border color is #cbafa0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,175,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbafa0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbafa0; -webkit-box-shadow: 1px 1px 3px 2px #cbafa0; box-shadow: 1px 1px 3px 2px #cbafa0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,175,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbafa0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbafa0; -webkit-box-shadow: 1px 1px 3px 2px #cbafa0; box-shadow: 1px 1px 3px 2px #cbafa0;">
Div content here</div>
This div box has shadow with color #cbafa0
Comments
No comments written yet.
Please login to write comment.