Color spaces of #cabf61
RGB | 202 | 191 | 97 |
---|---|---|---|
HSL | 0.15 | 0.50 | 0.59 |
HSV | 54° | 52° | 79° |
CMYK | 0.00 | 0.05 | 0.52 0.21 |
XYZ | 45.1456 | 50.6812 | 18.7123 |
Yxy | 50.6812 | 0.3942 | 0.4425 |
Hunter Lab | 71.1907 | -11.3880 | 34.2493 |
CIE-Lab | 76.4855 | -8.5267 | 48.2626 |
#cabf61 color RGB value is (202,191,97).
#cabf61 hex color red value is 202, green value is 191 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cabf61 hue: 0.15 , saturation: 0.50 and the lightness value of cabf61 is 0.59.
The process color (four color CMYK) of #cabf61 color hex is 0.00, 0.05, 0.52, 0.21. Web safe color of #cabf61 is #cccc66. Color #cabf61 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111111 | 01100001 |
Octal | 312 | 277 | 141 |
Decimal | 202 | 191 | 97 |
Hex | CA | BF | 61 |
Shades of #cabf61
Tints of #cabf61
RGB Percentages of Color #cabf61
CMYK Percentages of Color #cabf61
Complementary Color
#cabf61 | #616cca |
#cabf61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabf61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabf61 Color CSS Codes
.mybgcolor {background-color:#cabf61; } .myforecolor {color:#cabf61; } .mybordercolor {border:3px solid #cabf61; }
#cabf61 Text Font Color
<p style="color:#cabf61">Text here</p>
This sample text font color is #cabf61
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.
#cabf61 Background Color
<div style="background-color:#cabf61">
Div content here</div>
This div background color is #cabf61
#cabf61 Border Color
<div style="border:3px solid #cabf61">
Div here</div>
This div border color is #cabf61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,191,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabf61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabf61; -webkit-box-shadow: 1px 1px 3px 2px #cabf61; box-shadow: 1px 1px 3px 2px #cabf61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,191,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabf61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabf61; -webkit-box-shadow: 1px 1px 3px 2px #cabf61; box-shadow: 1px 1px 3px 2px #cabf61;">
Div content here</div>
This div box has shadow with color #cabf61
Comments
No comments written yet.
Please login to write comment.