Color spaces of #cabf31
RGB | 202 | 191 | 49 |
---|---|---|---|
HSL | 0.15 | 0.61 | 0.49 |
HSV | 56° | 76° | 79° |
CMYK | 0.00 | 0.05 | 0.76 0.21 |
XYZ | 43.5423 | 50.0399 | 10.2695 |
Yxy | 50.0399 | 0.4193 | 0.4818 |
Hunter Lab | 70.7389 | -13.9200 | 40.9098 |
CIE-Lab | 76.0937 | -11.5121 | 67.7435 |
#cabf31 color RGB value is (202,191,49).
#cabf31 hex color red value is 202, green value is 191 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cabf31 hue: 0.15 , saturation: 0.61 and the lightness value of cabf31 is 0.49.
The process color (four color CMYK) of #cabf31 color hex is 0.00, 0.05, 0.76, 0.21. Web safe color of #cabf31 is #cccc33. Color #cabf31 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111111 | 00110001 |
Octal | 312 | 277 | 61 |
Decimal | 202 | 191 | 49 |
Hex | CA | BF | 31 |
Shades of #cabf31
Tints of #cabf31
RGB Percentages of Color #cabf31
CMYK Percentages of Color #cabf31
Complementary Color
#cabf31 | #313cca |
#cabf31 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabf31 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabf31 Color CSS Codes
.mybgcolor {background-color:#cabf31; } .myforecolor {color:#cabf31; } .mybordercolor {border:3px solid #cabf31; }
#cabf31 Text Font Color
<p style="color:#cabf31">Text here</p>
This sample text font color is #cabf31
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.
#cabf31 Background Color
<div style="background-color:#cabf31">
Div content here</div>
This div background color is #cabf31
#cabf31 Border Color
<div style="border:3px solid #cabf31">
Div here</div>
This div border color is #cabf31
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,191,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabf31; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabf31; -webkit-box-shadow: 1px 1px 3px 2px #cabf31; box-shadow: 1px 1px 3px 2px #cabf31; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,191,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabf31">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabf31; -webkit-box-shadow: 1px 1px 3px 2px #cabf31; box-shadow: 1px 1px 3px 2px #cabf31;">
Div content here</div>
This div box has shadow with color #cabf31
Comments
No comments written yet.
Please login to write comment.