Color spaces of #caf26d
RGB | 202 | 242 | 109 |
---|---|---|---|
HSL | 0.22 | 0.84 | 0.69 |
HSV | 78° | 55° | 95° |
CMYK | 0.17 | 0.00 | 0.55 0.05 |
XYZ | 58.8696 | 77.1649 | 26.2596 |
Yxy | 77.1649 | 0.3627 | 0.4755 |
Hunter Lab | 87.8436 | -34.1019 | 43.7666 |
CIE-Lab | 90.3975 | -32.4024 | 58.9525 |
#caf26d color RGB value is (202,242,109).
#caf26d hex color red value is 202, green value is 242 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #caf26d hue: 0.22 , saturation: 0.84 and the lightness value of caf26d is 0.69.
The process color (four color CMYK) of #caf26d color hex is 0.17, 0.00, 0.55, 0.05. Web safe color of #caf26d is #ccff66. Color #caf26d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11110010 | 01101101 |
Octal | 312 | 362 | 155 |
Decimal | 202 | 242 | 109 |
Hex | CA | F2 | 6D |
Shades of #caf26d
Tints of #caf26d
RGB Percentages of Color #caf26d
CMYK Percentages of Color #caf26d
Complementary Color
#caf26d | #956df2 |
#caf26d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caf26d Color Preview on White Background
Lorem ipsum dolor sit amet.
#caf26d Color CSS Codes
.mybgcolor {background-color:#caf26d; } .myforecolor {color:#caf26d; } .mybordercolor {border:3px solid #caf26d; }
#caf26d Text Font Color
<p style="color:#caf26d">Text here</p>
This sample text font color is #caf26d
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.
#caf26d Background Color
<div style="background-color:#caf26d">
Div content here</div>
This div background color is #caf26d
#caf26d Border Color
<div style="border:3px solid #caf26d">
Div here</div>
This div border color is #caf26d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,242,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caf26d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caf26d; -webkit-box-shadow: 1px 1px 3px 2px #caf26d; box-shadow: 1px 1px 3px 2px #caf26d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,242,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caf26d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caf26d; -webkit-box-shadow: 1px 1px 3px 2px #caf26d; box-shadow: 1px 1px 3px 2px #caf26d;">
Div content here</div>
This div box has shadow with color #caf26d
Comments
No comments written yet.
Please login to write comment.