Color spaces of #cdf037
RGB | 205 | 240 | 55 |
---|---|---|---|
HSL | 0.20 | 0.86 | 0.58 |
HSV | 71° | 77° | 94° |
CMYK | 0.15 | 0.00 | 0.77 0.06 |
XYZ | 57.0265 | 75.5751 | 15.1963 |
Yxy | 75.5751 | 0.3858 | 0.5113 |
Hunter Lab | 86.9339 | -35.0428 | 50.4897 |
CIE-Lab | 89.6617 | -33.7262 | 78.4330 |
#cdf037 color RGB value is (205,240,55).
#cdf037 hex color red value is 205, green value is 240 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cdf037 hue: 0.20 , saturation: 0.86 and the lightness value of cdf037 is 0.58.
The process color (four color CMYK) of #cdf037 color hex is 0.15, 0.00, 0.77, 0.06. Web safe color of #cdf037 is #ccff33. Color #cdf037 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11110000 | 00110111 |
Octal | 315 | 360 | 67 |
Decimal | 205 | 240 | 55 |
Hex | CD | F0 | 37 |
Shades of #cdf037
Tints of #cdf037
RGB Percentages of Color #cdf037
CMYK Percentages of Color #cdf037
Complementary Color
#cdf037 | #5a37f0 |
#cdf037 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdf037 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdf037 Color CSS Codes
.mybgcolor {background-color:#cdf037; } .myforecolor {color:#cdf037; } .mybordercolor {border:3px solid #cdf037; }
#cdf037 Text Font Color
<p style="color:#cdf037">Text here</p>
This sample text font color is #cdf037
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.
#cdf037 Background Color
<div style="background-color:#cdf037">
Div content here</div>
This div background color is #cdf037
#cdf037 Border Color
<div style="border:3px solid #cdf037">
Div here</div>
This div border color is #cdf037
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,240,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdf037; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdf037; -webkit-box-shadow: 1px 1px 3px 2px #cdf037; box-shadow: 1px 1px 3px 2px #cdf037; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,240,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdf037">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdf037; -webkit-box-shadow: 1px 1px 3px 2px #cdf037; box-shadow: 1px 1px 3px 2px #cdf037;">
Div content here</div>
This div box has shadow with color #cdf037
Comments
No comments written yet.
Please login to write comment.