Color spaces of #cabd2f
RGB | 202 | 189 | 47 |
---|---|---|---|
HSL | 0.15 | 0.62 | 0.49 |
HSV | 55° | 77° | 79° |
CMYK | 0.00 | 0.06 | 0.77 0.21 |
XYZ | 43.0678 | 49.1570 | 9.9077 |
Yxy | 49.1570 | 0.4217 | 0.4813 |
Hunter Lab | 70.1121 | -13.0487 | 40.7000 |
CIE-Lab | 75.5489 | -10.5688 | 67.8861 |
#cabd2f color RGB value is (202,189,47).
#cabd2f hex color red value is 202, green value is 189 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cabd2f hue: 0.15 , saturation: 0.62 and the lightness value of cabd2f is 0.49.
The process color (four color CMYK) of #cabd2f color hex is 0.00, 0.06, 0.77, 0.21. Web safe color of #cabd2f is #cccc33. Color #cabd2f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111101 | 00101111 |
Octal | 312 | 275 | 57 |
Decimal | 202 | 189 | 47 |
Hex | CA | BD | 2F |
Shades of #cabd2f
Tints of #cabd2f
RGB Percentages of Color #cabd2f
CMYK Percentages of Color #cabd2f
Complementary Color
#cabd2f | #2f3cca |
#cabd2f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabd2f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabd2f Color CSS Codes
.mybgcolor {background-color:#cabd2f; } .myforecolor {color:#cabd2f; } .mybordercolor {border:3px solid #cabd2f; }
#cabd2f Text Font Color
<p style="color:#cabd2f">Text here</p>
This sample text font color is #cabd2f
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.
#cabd2f Background Color
<div style="background-color:#cabd2f">
Div content here</div>
This div background color is #cabd2f
#cabd2f Border Color
<div style="border:3px solid #cabd2f">
Div here</div>
This div border color is #cabd2f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,189,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabd2f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabd2f; -webkit-box-shadow: 1px 1px 3px 2px #cabd2f; box-shadow: 1px 1px 3px 2px #cabd2f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,189,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabd2f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabd2f; -webkit-box-shadow: 1px 1px 3px 2px #cabd2f; box-shadow: 1px 1px 3px 2px #cabd2f;">
Div content here</div>
This div box has shadow with color #cabd2f
Comments
No comments written yet.
Please login to write comment.