Color spaces of #cade58
RGB | 202 | 222 | 88 |
---|---|---|---|
HSL | 0.19 | 0.67 | 0.61 |
HSV | 69° | 60° | 87° |
CMYK | 0.09 | 0.00 | 0.60 0.13 |
XYZ | 52.2398 | 65.5037 | 19.1227 |
Yxy | 65.5037 | 0.3817 | 0.4786 |
Hunter Lab | 80.9344 | -26.4207 | 42.6454 |
CIE-Lab | 84.7426 | -24.6690 | 61.6920 |
#cade58 color RGB value is (202,222,88).
#cade58 hex color red value is 202, green value is 222 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cade58 hue: 0.19 , saturation: 0.67 and the lightness value of cade58 is 0.61.
The process color (four color CMYK) of #cade58 color hex is 0.09, 0.00, 0.60, 0.13. Web safe color of #cade58 is #cccc66. Color #cade58 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011110 | 01011000 |
Octal | 312 | 336 | 130 |
Decimal | 202 | 222 | 88 |
Hex | CA | DE | 58 |
Shades of #cade58
Tints of #cade58
RGB Percentages of Color #cade58
CMYK Percentages of Color #cade58
Complementary Color
#cade58 | #6c58de |
#cade58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cade58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cade58 Color CSS Codes
.mybgcolor {background-color:#cade58; } .myforecolor {color:#cade58; } .mybordercolor {border:3px solid #cade58; }
#cade58 Text Font Color
<p style="color:#cade58">Text here</p>
This sample text font color is #cade58
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.
#cade58 Background Color
<div style="background-color:#cade58">
Div content here</div>
This div background color is #cade58
#cade58 Border Color
<div style="border:3px solid #cade58">
Div here</div>
This div border color is #cade58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,222,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cade58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cade58; -webkit-box-shadow: 1px 1px 3px 2px #cade58; box-shadow: 1px 1px 3px 2px #cade58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,222,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cade58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cade58; -webkit-box-shadow: 1px 1px 3px 2px #cade58; box-shadow: 1px 1px 3px 2px #cade58;">
Div content here</div>
This div box has shadow with color #cade58
Comments
No comments written yet.
Please login to write comment.