Color spaces of #caf519
RGB | 202 | 245 | 25 |
---|---|---|---|
HSL | 0.20 | 0.92 | 0.53 |
HSV | 72° | 90° | 96° |
CMYK | 0.18 | 0.00 | 0.90 0.04 |
XYZ | 57.1850 | 77.9316 | 12.9480 |
Yxy | 77.9316 | 0.3862 | 0.5263 |
Hunter Lab | 88.2789 | -38.8599 | 53.0991 |
CIE-Lab | 90.7487 | -38.0211 | 85.6987 |
#caf519 color RGB value is (202,245,25).
#caf519 hex color red value is 202, green value is 245 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #caf519 hue: 0.20 , saturation: 0.92 and the lightness value of caf519 is 0.53.
The process color (four color CMYK) of #caf519 color hex is 0.18, 0.00, 0.90, 0.04. Web safe color of #caf519 is #ccff00. Color #caf519 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11110101 | 00011001 |
Octal | 312 | 365 | 31 |
Decimal | 202 | 245 | 25 |
Hex | CA | F5 | 19 |
Shades of #caf519
Tints of #caf519
RGB Percentages of Color #caf519
CMYK Percentages of Color #caf519
Complementary Color
#caf519 | #4419f5 |
#caf519 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caf519 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caf519 Color CSS Codes
.mybgcolor {background-color:#caf519; } .myforecolor {color:#caf519; } .mybordercolor {border:3px solid #caf519; }
#caf519 Text Font Color
<p style="color:#caf519">Text here</p>
This sample text font color is #caf519
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.
#caf519 Background Color
<div style="background-color:#caf519">
Div content here</div>
This div background color is #caf519
#caf519 Border Color
<div style="border:3px solid #caf519">
Div here</div>
This div border color is #caf519
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,245,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caf519; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caf519; -webkit-box-shadow: 1px 1px 3px 2px #caf519; box-shadow: 1px 1px 3px 2px #caf519; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,245,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caf519">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caf519; -webkit-box-shadow: 1px 1px 3px 2px #caf519; box-shadow: 1px 1px 3px 2px #caf519;">
Div content here</div>
This div box has shadow with color #caf519
Comments
No comments written yet.
Please login to write comment.