Color spaces of #cadb44
RGB | 202 | 219 | 68 |
---|---|---|---|
HSL | 0.19 | 0.68 | 0.56 |
HSV | 67° | 69° | 86° |
CMYK | 0.08 | 0.00 | 0.69 0.14 |
XYZ | 50.7320 | 63.6369 | 15.0781 |
Yxy | 63.6369 | 0.3919 | 0.4916 |
Hunter Lab | 79.7727 | -26.0840 | 44.6343 |
CIE-Lab | 83.7764 | -24.4831 | 68.5556 |
#cadb44 color RGB value is (202,219,68).
#cadb44 hex color red value is 202, green value is 219 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #cadb44 hue: 0.19 , saturation: 0.68 and the lightness value of cadb44 is 0.56.
The process color (four color CMYK) of #cadb44 color hex is 0.08, 0.00, 0.69, 0.14. Web safe color of #cadb44 is #cccc33. Color #cadb44 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011011 | 01000100 |
Octal | 312 | 333 | 104 |
Decimal | 202 | 219 | 68 |
Hex | CA | DB | 44 |
Shades of #cadb44
Tints of #cadb44
RGB Percentages of Color #cadb44
CMYK Percentages of Color #cadb44
Complementary Color
#cadb44 | #5544db |
#cadb44 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadb44 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadb44 Color CSS Codes
.mybgcolor {background-color:#cadb44; } .myforecolor {color:#cadb44; } .mybordercolor {border:3px solid #cadb44; }
#cadb44 Text Font Color
<p style="color:#cadb44">Text here</p>
This sample text font color is #cadb44
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.
#cadb44 Background Color
<div style="background-color:#cadb44">
Div content here</div>
This div background color is #cadb44
#cadb44 Border Color
<div style="border:3px solid #cadb44">
Div here</div>
This div border color is #cadb44
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,219,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadb44; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadb44; -webkit-box-shadow: 1px 1px 3px 2px #cadb44; box-shadow: 1px 1px 3px 2px #cadb44; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,219,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadb44">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadb44; -webkit-box-shadow: 1px 1px 3px 2px #cadb44; box-shadow: 1px 1px 3px 2px #cadb44;">
Div content here</div>
This div box has shadow with color #cadb44
Comments
No comments written yet.
Please login to write comment.