Color spaces of #cacf2d
RGB | 202 | 207 | 45 |
---|---|---|---|
HSL | 0.17 | 0.64 | 0.49 |
HSV | 62° | 78° | 81° |
CMYK | 0.02 | 0.00 | 0.78 0.19 |
XYZ | 47.1436 | 57.3717 | 11.0717 |
Yxy | 57.3717 | 0.4079 | 0.4964 |
Hunter Lab | 75.7441 | -21.4527 | 44.3543 |
CIE-Lab | 80.3882 | -19.6764 | 72.8365 |
#cacf2d color RGB value is (202,207,45).
#cacf2d hex color red value is 202, green value is 207 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cacf2d hue: 0.17 , saturation: 0.64 and the lightness value of cacf2d is 0.49.
The process color (four color CMYK) of #cacf2d color hex is 0.02, 0.00, 0.78, 0.19. Web safe color of #cacf2d is #cccc33. Color #cacf2d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001111 | 00101101 |
Octal | 312 | 317 | 55 |
Decimal | 202 | 207 | 45 |
Hex | CA | CF | 2D |
Shades of #cacf2d
Tints of #cacf2d
RGB Percentages of Color #cacf2d
CMYK Percentages of Color #cacf2d
Complementary Color
#cacf2d | #322dcf |
#cacf2d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacf2d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacf2d Color CSS Codes
.mybgcolor {background-color:#cacf2d; } .myforecolor {color:#cacf2d; } .mybordercolor {border:3px solid #cacf2d; }
#cacf2d Text Font Color
<p style="color:#cacf2d">Text here</p>
This sample text font color is #cacf2d
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.
#cacf2d Background Color
<div style="background-color:#cacf2d">
Div content here</div>
This div background color is #cacf2d
#cacf2d Border Color
<div style="border:3px solid #cacf2d">
Div here</div>
This div border color is #cacf2d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,207,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacf2d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacf2d; -webkit-box-shadow: 1px 1px 3px 2px #cacf2d; box-shadow: 1px 1px 3px 2px #cacf2d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,207,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacf2d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacf2d; -webkit-box-shadow: 1px 1px 3px 2px #cacf2d; box-shadow: 1px 1px 3px 2px #cacf2d;">
Div content here</div>
This div box has shadow with color #cacf2d
Comments
No comments written yet.
Please login to write comment.