Color spaces of #cadc54
RGB | 202 | 220 | 84 |
---|---|---|---|
HSL | 0.19 | 0.66 | 0.60 |
HSV | 68° | 62° | 86° |
CMYK | 0.08 | 0.00 | 0.62 0.14 |
XYZ | 51.5506 | 64.3830 | 18.0977 |
Yxy | 64.3830 | 0.3846 | 0.4804 |
Hunter Lab | 80.2390 | -25.7386 | 42.7946 |
CIE-Lab | 84.1648 | -23.9874 | 62.7338 |
#cadc54 color RGB value is (202,220,84).
#cadc54 hex color red value is 202, green value is 220 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #cadc54 hue: 0.19 , saturation: 0.66 and the lightness value of cadc54 is 0.60.
The process color (four color CMYK) of #cadc54 color hex is 0.08, 0.00, 0.62, 0.14. Web safe color of #cadc54 is #cccc66. Color #cadc54 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011100 | 01010100 |
Octal | 312 | 334 | 124 |
Decimal | 202 | 220 | 84 |
Hex | CA | DC | 54 |
Shades of #cadc54
Tints of #cadc54
RGB Percentages of Color #cadc54
CMYK Percentages of Color #cadc54
Complementary Color
#cadc54 | #6654dc |
#cadc54 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadc54 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadc54 Color CSS Codes
.mybgcolor {background-color:#cadc54; } .myforecolor {color:#cadc54; } .mybordercolor {border:3px solid #cadc54; }
#cadc54 Text Font Color
<p style="color:#cadc54">Text here</p>
This sample text font color is #cadc54
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.
#cadc54 Background Color
<div style="background-color:#cadc54">
Div content here</div>
This div background color is #cadc54
#cadc54 Border Color
<div style="border:3px solid #cadc54">
Div here</div>
This div border color is #cadc54
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,220,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadc54; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadc54; -webkit-box-shadow: 1px 1px 3px 2px #cadc54; box-shadow: 1px 1px 3px 2px #cadc54; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,220,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadc54">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadc54; -webkit-box-shadow: 1px 1px 3px 2px #cadc54; box-shadow: 1px 1px 3px 2px #cadc54;">
Div content here</div>
This div box has shadow with color #cadc54
Comments
No comments written yet.
Please login to write comment.