Color spaces of #cbba98
RGB | 203 | 186 | 152 |
---|---|---|---|
HSL | 0.11 | 0.33 | 0.70 |
HSV | 40° | 25° | 80° |
CMYK | 0.00 | 0.08 | 0.25 0.20 |
XYZ | 47.8550 | 50.0813 | 36.8502 |
Yxy | 50.0813 | 0.3550 | 0.3716 |
Hunter Lab | 70.7681 | -3.1386 | 18.6644 |
CIE-Lab | 76.1191 | 0.7056 | 19.4495 |
#cbba98 color RGB value is (203,186,152).
#cbba98 hex color red value is 203, green value is 186 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cbba98 hue: 0.11 , saturation: 0.33 and the lightness value of cbba98 is 0.70.
The process color (four color CMYK) of #cbba98 color hex is 0.00, 0.08, 0.25, 0.20. Web safe color of #cbba98 is #cccc99. Color #cbba98 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111010 | 10011000 |
Octal | 313 | 272 | 230 |
Decimal | 203 | 186 | 152 |
Hex | CB | BA | 98 |
Shades of #cbba98
Tints of #cbba98
RGB Percentages of Color #cbba98
CMYK Percentages of Color #cbba98
Complementary Color
#cbba98 | #98a9cb |
#cbba98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbba98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbba98 Color CSS Codes
.mybgcolor {background-color:#cbba98; } .myforecolor {color:#cbba98; } .mybordercolor {border:3px solid #cbba98; }
#cbba98 Text Font Color
<p style="color:#cbba98">Text here</p>
This sample text font color is #cbba98
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.
#cbba98 Background Color
<div style="background-color:#cbba98">
Div content here</div>
This div background color is #cbba98
#cbba98 Border Color
<div style="border:3px solid #cbba98">
Div here</div>
This div border color is #cbba98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,186,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbba98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbba98; -webkit-box-shadow: 1px 1px 3px 2px #cbba98; box-shadow: 1px 1px 3px 2px #cbba98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,186,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbba98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbba98; -webkit-box-shadow: 1px 1px 3px 2px #cbba98; box-shadow: 1px 1px 3px 2px #cbba98;">
Div content here</div>
This div box has shadow with color #cbba98
Comments
No comments written yet.
Please login to write comment.