Color spaces of #cabe29
RGB | 202 | 190 | 41 |
---|---|---|---|
HSL | 0.15 | 0.66 | 0.48 |
HSV | 56° | 80° | 79° |
CMYK | 0.00 | 0.06 | 0.80 0.21 |
XYZ | 43.1708 | 49.5436 | 9.3853 |
Yxy | 49.5436 | 0.4228 | 0.4852 |
Hunter Lab | 70.3872 | -13.6977 | 41.3654 |
CIE-Lab | 75.7883 | -11.2947 | 69.9085 |
#cabe29 color RGB value is (202,190,41).
#cabe29 hex color red value is 202, green value is 190 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cabe29 hue: 0.15 , saturation: 0.66 and the lightness value of cabe29 is 0.48.
The process color (four color CMYK) of #cabe29 color hex is 0.00, 0.06, 0.80, 0.21. Web safe color of #cabe29 is #cccc33. Color #cabe29 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111110 | 00101001 |
Octal | 312 | 276 | 51 |
Decimal | 202 | 190 | 41 |
Hex | CA | BE | 29 |
Shades of #cabe29
Tints of #cabe29
RGB Percentages of Color #cabe29
CMYK Percentages of Color #cabe29
Complementary Color
#cabe29 | #2935ca |
#cabe29 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabe29 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabe29 Color CSS Codes
.mybgcolor {background-color:#cabe29; } .myforecolor {color:#cabe29; } .mybordercolor {border:3px solid #cabe29; }
#cabe29 Text Font Color
<p style="color:#cabe29">Text here</p>
This sample text font color is #cabe29
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.
#cabe29 Background Color
<div style="background-color:#cabe29">
Div content here</div>
This div background color is #cabe29
#cabe29 Border Color
<div style="border:3px solid #cabe29">
Div here</div>
This div border color is #cabe29
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,190,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabe29; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabe29; -webkit-box-shadow: 1px 1px 3px 2px #cabe29; box-shadow: 1px 1px 3px 2px #cabe29; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,190,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabe29">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabe29; -webkit-box-shadow: 1px 1px 3px 2px #cabe29; box-shadow: 1px 1px 3px 2px #cabe29;">
Div content here</div>
This div box has shadow with color #cabe29
Comments
No comments written yet.
Please login to write comment.