Color spaces of #cdda27
RGB | 205 | 218 | 39 |
---|---|---|---|
HSL | 0.18 | 0.71 | 0.50 |
HSV | 64° | 82° | 85° |
CMYK | 0.06 | 0.00 | 0.82 0.15 |
XYZ | 50.6144 | 63.2684 | 11.4638 |
Yxy | 63.2684 | 0.4038 | 0.5047 |
Hunter Lab | 79.5414 | -25.6131 | 47.1339 |
CIE-Lab | 83.5834 | -23.9649 | 77.2562 |
#cdda27 color RGB value is (205,218,39).
#cdda27 hex color red value is 205, green value is 218 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #cdda27 hue: 0.18 , saturation: 0.71 and the lightness value of cdda27 is 0.50.
The process color (four color CMYK) of #cdda27 color hex is 0.06, 0.00, 0.82, 0.15. Web safe color of #cdda27 is #cccc33. Color #cdda27 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011010 | 00100111 |
Octal | 315 | 332 | 47 |
Decimal | 205 | 218 | 39 |
Hex | CD | DA | 27 |
Shades of #cdda27
Tints of #cdda27
RGB Percentages of Color #cdda27
CMYK Percentages of Color #cdda27
Complementary Color
#cdda27 | #3427da |
#cdda27 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdda27 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdda27 Color CSS Codes
.mybgcolor {background-color:#cdda27; } .myforecolor {color:#cdda27; } .mybordercolor {border:3px solid #cdda27; }
#cdda27 Text Font Color
<p style="color:#cdda27">Text here</p>
This sample text font color is #cdda27
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.
#cdda27 Background Color
<div style="background-color:#cdda27">
Div content here</div>
This div background color is #cdda27
#cdda27 Border Color
<div style="border:3px solid #cdda27">
Div here</div>
This div border color is #cdda27
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,218,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdda27; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdda27; -webkit-box-shadow: 1px 1px 3px 2px #cdda27; box-shadow: 1px 1px 3px 2px #cdda27; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,218,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdda27">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdda27; -webkit-box-shadow: 1px 1px 3px 2px #cdda27; box-shadow: 1px 1px 3px 2px #cdda27;">
Div content here</div>
This div box has shadow with color #cdda27
Comments
No comments written yet.
Please login to write comment.