Color spaces of #cdfb3e
RGB | 205 | 251 | 62 |
---|---|---|---|
HSL | 0.21 | 0.96 | 0.61 |
HSV | 75° | 75° | 98° |
CMYK | 0.18 | 0.00 | 0.75 0.02 |
XYZ | 60.5435 | 82.3213 | 17.2560 |
Yxy | 82.3213 | 0.3781 | 0.5141 |
Hunter Lab | 90.7311 | -39.6690 | 52.2355 |
CIE-Lab | 92.7165 | -38.3963 | 79.2100 |
#cdfb3e color RGB value is (205,251,62).
#cdfb3e hex color red value is 205, green value is 251 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cdfb3e hue: 0.21 , saturation: 0.96 and the lightness value of cdfb3e is 0.61.
The process color (four color CMYK) of #cdfb3e color hex is 0.18, 0.00, 0.75, 0.02. Web safe color of #cdfb3e is #ccff33. Color #cdfb3e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11111011 | 00111110 |
Octal | 315 | 373 | 76 |
Decimal | 205 | 251 | 62 |
Hex | CD | FB | 3E |
Shades of #cdfb3e
Tints of #cdfb3e
RGB Percentages of Color #cdfb3e
CMYK Percentages of Color #cdfb3e
Complementary Color
#cdfb3e | #6c3efb |
#cdfb3e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdfb3e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdfb3e Color CSS Codes
.mybgcolor {background-color:#cdfb3e; } .myforecolor {color:#cdfb3e; } .mybordercolor {border:3px solid #cdfb3e; }
#cdfb3e Text Font Color
<p style="color:#cdfb3e">Text here</p>
This sample text font color is #cdfb3e
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.
#cdfb3e Background Color
<div style="background-color:#cdfb3e">
Div content here</div>
This div background color is #cdfb3e
#cdfb3e Border Color
<div style="border:3px solid #cdfb3e">
Div here</div>
This div border color is #cdfb3e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,251,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdfb3e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdfb3e; -webkit-box-shadow: 1px 1px 3px 2px #cdfb3e; box-shadow: 1px 1px 3px 2px #cdfb3e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,251,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdfb3e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdfb3e; -webkit-box-shadow: 1px 1px 3px 2px #cdfb3e; box-shadow: 1px 1px 3px 2px #cdfb3e;">
Div content here</div>
This div box has shadow with color #cdfb3e
Comments
No comments written yet.
Please login to write comment.