Color spaces of #cabf2a
RGB | 202 | 191 | 42 |
---|---|---|---|
HSL | 0.16 | 0.66 | 0.48 |
HSV | 56° | 79° | 79° |
CMYK | 0.00 | 0.05 | 0.79 0.21 |
XYZ | 43.4058 | 49.9853 | 9.5509 |
Yxy | 49.9853 | 0.4217 | 0.4856 |
Hunter Lab | 70.7003 | -14.1370 | 41.4807 |
CIE-Lab | 76.0602 | -11.7708 | 69.8608 |
#cabf2a color RGB value is (202,191,42).
#cabf2a hex color red value is 202, green value is 191 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cabf2a hue: 0.16 , saturation: 0.66 and the lightness value of cabf2a is 0.48.
The process color (four color CMYK) of #cabf2a color hex is 0.00, 0.05, 0.79, 0.21. Web safe color of #cabf2a is #cccc33. Color #cabf2a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111111 | 00101010 |
Octal | 312 | 277 | 52 |
Decimal | 202 | 191 | 42 |
Hex | CA | BF | 2A |
Shades of #cabf2a
Tints of #cabf2a
RGB Percentages of Color #cabf2a
CMYK Percentages of Color #cabf2a
Complementary Color
#cabf2a | #2a35ca |
#cabf2a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabf2a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabf2a Color CSS Codes
.mybgcolor {background-color:#cabf2a; } .myforecolor {color:#cabf2a; } .mybordercolor {border:3px solid #cabf2a; }
#cabf2a Text Font Color
<p style="color:#cabf2a">Text here</p>
This sample text font color is #cabf2a
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.
#cabf2a Background Color
<div style="background-color:#cabf2a">
Div content here</div>
This div background color is #cabf2a
#cabf2a Border Color
<div style="border:3px solid #cabf2a">
Div here</div>
This div border color is #cabf2a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,191,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabf2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabf2a; -webkit-box-shadow: 1px 1px 3px 2px #cabf2a; box-shadow: 1px 1px 3px 2px #cabf2a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,191,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabf2a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabf2a; -webkit-box-shadow: 1px 1px 3px 2px #cabf2a; box-shadow: 1px 1px 3px 2px #cabf2a;">
Div content here</div>
This div box has shadow with color #cabf2a
Comments
No comments written yet.
Please login to write comment.