Color spaces of #cdfe2a
RGB | 205 | 254 | 42 |
---|---|---|---|
HSL | 0.21 | 0.99 | 0.58 |
HSV | 74° | 83° | 100° |
CMYK | 0.19 | 0.00 | 0.83 0.00 |
XYZ | 61.0366 | 84.0299 | 15.1929 |
Yxy | 84.0299 | 0.3809 | 0.5243 |
Hunter Lab | 91.6678 | -41.5653 | 54.3408 |
CIE-Lab | 93.4635 | -40.4514 | 84.9956 |
#cdfe2a color RGB value is (205,254,42).
#cdfe2a hex color red value is 205, green value is 254 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cdfe2a hue: 0.21 , saturation: 0.99 and the lightness value of cdfe2a is 0.58.
The process color (four color CMYK) of #cdfe2a color hex is 0.19, 0.00, 0.83, 0.00. Web safe color of #cdfe2a is #ccff33. Color #cdfe2a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11111110 | 00101010 |
Octal | 315 | 376 | 52 |
Decimal | 205 | 254 | 42 |
Hex | CD | FE | 2A |
Shades of #cdfe2a
Tints of #cdfe2a
RGB Percentages of Color #cdfe2a
CMYK Percentages of Color #cdfe2a
Complementary Color
#cdfe2a | #5b2afe |
#cdfe2a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdfe2a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdfe2a Color CSS Codes
.mybgcolor {background-color:#cdfe2a; } .myforecolor {color:#cdfe2a; } .mybordercolor {border:3px solid #cdfe2a; }
#cdfe2a Text Font Color
<p style="color:#cdfe2a">Text here</p>
This sample text font color is #cdfe2a
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.
#cdfe2a Background Color
<div style="background-color:#cdfe2a">
Div content here</div>
This div background color is #cdfe2a
#cdfe2a Border Color
<div style="border:3px solid #cdfe2a">
Div here</div>
This div border color is #cdfe2a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,254,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdfe2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdfe2a; -webkit-box-shadow: 1px 1px 3px 2px #cdfe2a; box-shadow: 1px 1px 3px 2px #cdfe2a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,254,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdfe2a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdfe2a; -webkit-box-shadow: 1px 1px 3px 2px #cdfe2a; box-shadow: 1px 1px 3px 2px #cdfe2a;">
Div content here</div>
This div box has shadow with color #cdfe2a
Comments
No comments written yet.
Please login to write comment.