Color spaces of #caf555
RGB | 202 | 245 | 85 |
---|---|---|---|
HSL | 0.21 | 0.89 | 0.65 |
HSV | 76° | 65° | 96° |
CMYK | 0.18 | 0.00 | 0.65 0.04 |
XYZ | 58.6492 | 78.5172 | 20.6585 |
Yxy | 78.5172 | 0.3716 | 0.4975 |
Hunter Lab | 88.6099 | -36.9217 | 48.2041 |
CIE-Lab | 91.0154 | -35.5985 | 69.5856 |
#caf555 color RGB value is (202,245,85).
#caf555 hex color red value is 202, green value is 245 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #caf555 hue: 0.21 , saturation: 0.89 and the lightness value of caf555 is 0.65.
The process color (four color CMYK) of #caf555 color hex is 0.18, 0.00, 0.65, 0.04. Web safe color of #caf555 is #ccff66. Color #caf555 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11110101 | 01010101 |
Octal | 312 | 365 | 125 |
Decimal | 202 | 245 | 85 |
Hex | CA | F5 | 55 |
Shades of #caf555
Tints of #caf555
RGB Percentages of Color #caf555
CMYK Percentages of Color #caf555
Complementary Color
#caf555 | #8055f5 |
#caf555 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caf555 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caf555 Color CSS Codes
.mybgcolor {background-color:#caf555; } .myforecolor {color:#caf555; } .mybordercolor {border:3px solid #caf555; }
#caf555 Text Font Color
<p style="color:#caf555">Text here</p>
This sample text font color is #caf555
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.
#caf555 Background Color
<div style="background-color:#caf555">
Div content here</div>
This div background color is #caf555
#caf555 Border Color
<div style="border:3px solid #caf555">
Div here</div>
This div border color is #caf555
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,245,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caf555; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caf555; -webkit-box-shadow: 1px 1px 3px 2px #caf555; box-shadow: 1px 1px 3px 2px #caf555; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,245,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caf555">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caf555; -webkit-box-shadow: 1px 1px 3px 2px #caf555; box-shadow: 1px 1px 3px 2px #caf555;">
Div content here</div>
This div box has shadow with color #caf555
Comments
No comments written yet.
Please login to write comment.