Color spaces of #cabf92
RGB | 202 | 191 | 146 |
---|---|---|---|
HSL | 0.13 | 0.35 | 0.68 |
HSV | 48° | 28° | 79° |
CMYK | 0.00 | 0.05 | 0.28 0.21 |
XYZ | 48.1762 | 51.8935 | 34.6714 |
Yxy | 51.8935 | 0.3575 | 0.3851 |
Hunter Lab | 72.0371 | -6.6898 | 21.8898 |
CIE-Lab | 77.2171 | -3.1391 | 24.1455 |
#cabf92 color RGB value is (202,191,146).
#cabf92 hex color red value is 202, green value is 191 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #cabf92 hue: 0.13 , saturation: 0.35 and the lightness value of cabf92 is 0.68.
The process color (four color CMYK) of #cabf92 color hex is 0.00, 0.05, 0.28, 0.21. Web safe color of #cabf92 is #cccc99. Color #cabf92 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111111 | 10010010 |
Octal | 312 | 277 | 222 |
Decimal | 202 | 191 | 146 |
Hex | CA | BF | 92 |
Shades of #cabf92
Tints of #cabf92
RGB Percentages of Color #cabf92
CMYK Percentages of Color #cabf92
Complementary Color
#cabf92 | #929dca |
#cabf92 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabf92 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabf92 Color CSS Codes
.mybgcolor {background-color:#cabf92; } .myforecolor {color:#cabf92; } .mybordercolor {border:3px solid #cabf92; }
#cabf92 Text Font Color
<p style="color:#cabf92">Text here</p>
This sample text font color is #cabf92
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.
#cabf92 Background Color
<div style="background-color:#cabf92">
Div content here</div>
This div background color is #cabf92
#cabf92 Border Color
<div style="border:3px solid #cabf92">
Div here</div>
This div border color is #cabf92
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,191,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabf92; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabf92; -webkit-box-shadow: 1px 1px 3px 2px #cabf92; box-shadow: 1px 1px 3px 2px #cabf92; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,191,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabf92">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabf92; -webkit-box-shadow: 1px 1px 3px 2px #cabf92; box-shadow: 1px 1px 3px 2px #cabf92;">
Div content here</div>
This div box has shadow with color #cabf92
Comments
No comments written yet.
Please login to write comment.