Color spaces of #cbae90
RGB | 203 | 174 | 144 |
---|---|---|---|
HSL | 0.08 | 0.36 | 0.68 |
HSV | 31° | 29° | 80° |
CMYK | 0.00 | 0.14 | 0.29 0.20 |
XYZ | 44.7987 | 44.9822 | 32.7068 |
Yxy | 44.9822 | 0.3657 | 0.3672 |
Hunter Lab | 67.0688 | 1.8590 | 18.0347 |
CIE-Lab | 72.8802 | 6.0117 | 19.2979 |
#cbae90 color RGB value is (203,174,144).
#cbae90 hex color red value is 203, green value is 174 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cbae90 hue: 0.08 , saturation: 0.36 and the lightness value of cbae90 is 0.68.
The process color (four color CMYK) of #cbae90 color hex is 0.00, 0.14, 0.29, 0.20. Web safe color of #cbae90 is #cc9999. Color #cbae90 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101110 | 10010000 |
Octal | 313 | 256 | 220 |
Decimal | 203 | 174 | 144 |
Hex | CB | AE | 90 |
Shades of #cbae90
Tints of #cbae90
RGB Percentages of Color #cbae90
CMYK Percentages of Color #cbae90
Complementary Color
#cbae90 | #90adcb |
#cbae90 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbae90 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbae90 Color CSS Codes
.mybgcolor {background-color:#cbae90; } .myforecolor {color:#cbae90; } .mybordercolor {border:3px solid #cbae90; }
#cbae90 Text Font Color
<p style="color:#cbae90">Text here</p>
This sample text font color is #cbae90
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.
#cbae90 Background Color
<div style="background-color:#cbae90">
Div content here</div>
This div background color is #cbae90
#cbae90 Border Color
<div style="border:3px solid #cbae90">
Div here</div>
This div border color is #cbae90
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,174,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbae90; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbae90; -webkit-box-shadow: 1px 1px 3px 2px #cbae90; box-shadow: 1px 1px 3px 2px #cbae90; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,174,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbae90">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbae90; -webkit-box-shadow: 1px 1px 3px 2px #cbae90; box-shadow: 1px 1px 3px 2px #cbae90;">
Div content here</div>
This div box has shadow with color #cbae90
Comments
No comments written yet.
Please login to write comment.