Color spaces of #cafc39
RGB | 202 | 252 | 57 |
---|---|---|---|
HSL | 0.21 | 0.97 | 0.61 |
HSV | 75° | 77° | 99° |
CMYK | 0.20 | 0.00 | 0.77 0.01 |
XYZ | 59.9060 | 82.4728 | 16.6324 |
Yxy | 82.4728 | 0.3767 | 0.5187 |
Hunter Lab | 90.8145 | -41.1775 | 52.7114 |
CIE-Lab | 92.7831 | -40.1989 | 80.6447 |
#cafc39 color RGB value is (202,252,57).
#cafc39 hex color red value is 202, green value is 252 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cafc39 hue: 0.21 , saturation: 0.97 and the lightness value of cafc39 is 0.61.
The process color (four color CMYK) of #cafc39 color hex is 0.20, 0.00, 0.77, 0.01. Web safe color of #cafc39 is #ccff33. Color #cafc39 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11111100 | 00111001 |
Octal | 312 | 374 | 71 |
Decimal | 202 | 252 | 57 |
Hex | CA | FC | 39 |
Shades of #cafc39
Tints of #cafc39
RGB Percentages of Color #cafc39
CMYK Percentages of Color #cafc39
Complementary Color
#cafc39 | #6b39fc |
#cafc39 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cafc39 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cafc39 Color CSS Codes
.mybgcolor {background-color:#cafc39; } .myforecolor {color:#cafc39; } .mybordercolor {border:3px solid #cafc39; }
#cafc39 Text Font Color
<p style="color:#cafc39">Text here</p>
This sample text font color is #cafc39
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.
#cafc39 Background Color
<div style="background-color:#cafc39">
Div content here</div>
This div background color is #cafc39
#cafc39 Border Color
<div style="border:3px solid #cafc39">
Div here</div>
This div border color is #cafc39
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,252,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cafc39; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cafc39; -webkit-box-shadow: 1px 1px 3px 2px #cafc39; box-shadow: 1px 1px 3px 2px #cafc39; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,252,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cafc39">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cafc39; -webkit-box-shadow: 1px 1px 3px 2px #cafc39; box-shadow: 1px 1px 3px 2px #cafc39;">
Div content here</div>
This div box has shadow with color #cafc39
Comments
No comments written yet.
Please login to write comment.