Color spaces of #cbafa5
RGB | 203 | 175 | 165 |
---|---|---|---|
HSL | 0.04 | 0.27 | 0.72 |
HSV | 16° | 19° | 80° |
CMYK | 0.00 | 0.14 | 0.19 0.20 |
XYZ | 46.7501 | 46.0731 | 42.0263 |
Yxy | 46.0731 | 0.3467 | 0.3417 |
Hunter Lab | 67.8772 | 4.1560 | 10.8045 |
CIE-Lab | 73.5929 | 8.5092 | 8.8519 |
#cbafa5 color RGB value is (203,175,165).
#cbafa5 hex color red value is 203, green value is 175 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cbafa5 hue: 0.04 , saturation: 0.27 and the lightness value of cbafa5 is 0.72.
The process color (four color CMYK) of #cbafa5 color hex is 0.00, 0.14, 0.19, 0.20. Web safe color of #cbafa5 is #cc9999. Color #cbafa5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101111 | 10100101 |
Octal | 313 | 257 | 245 |
Decimal | 203 | 175 | 165 |
Hex | CB | AF | A5 |
Shades of #cbafa5
Tints of #cbafa5
RGB Percentages of Color #cbafa5
CMYK Percentages of Color #cbafa5
Complementary Color
#cbafa5 | #a5c1cb |
#cbafa5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbafa5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbafa5 Color CSS Codes
.mybgcolor {background-color:#cbafa5; } .myforecolor {color:#cbafa5; } .mybordercolor {border:3px solid #cbafa5; }
#cbafa5 Text Font Color
<p style="color:#cbafa5">Text here</p>
This sample text font color is #cbafa5
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.
#cbafa5 Background Color
<div style="background-color:#cbafa5">
Div content here</div>
This div background color is #cbafa5
#cbafa5 Border Color
<div style="border:3px solid #cbafa5">
Div here</div>
This div border color is #cbafa5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,175,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbafa5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbafa5; -webkit-box-shadow: 1px 1px 3px 2px #cbafa5; box-shadow: 1px 1px 3px 2px #cbafa5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,175,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbafa5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbafa5; -webkit-box-shadow: 1px 1px 3px 2px #cbafa5; box-shadow: 1px 1px 3px 2px #cbafa5;">
Div content here</div>
This div box has shadow with color #cbafa5
Comments
No comments written yet.
Please login to write comment.