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