Color spaces of #cde55d
RGB | 205 | 229 | 93 |
---|---|---|---|
HSL | 0.20 | 0.72 | 0.63 |
HSV | 71° | 59° | 90° |
CMYK | 0.10 | 0.00 | 0.59 0.10 |
XYZ | 55.1719 | 69.8081 | 20.9224 |
Yxy | 69.8081 | 0.3781 | 0.4785 |
Hunter Lab | 83.5512 | -28.3447 | 43.6388 |
CIE-Lab | 86.9027 | -26.4559 | 62.0074 |
#cde55d color RGB value is (205,229,93).
#cde55d hex color red value is 205, green value is 229 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cde55d hue: 0.20 , saturation: 0.72 and the lightness value of cde55d is 0.63.
The process color (four color CMYK) of #cde55d color hex is 0.10, 0.00, 0.59, 0.10. Web safe color of #cde55d is #cccc66. Color #cde55d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100101 | 01011101 |
Octal | 315 | 345 | 135 |
Decimal | 205 | 229 | 93 |
Hex | CD | E5 | 5D |
Shades of #cde55d
Tints of #cde55d
RGB Percentages of Color #cde55d
CMYK Percentages of Color #cde55d
Complementary Color
#cde55d | #755de5 |
#cde55d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde55d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde55d Color CSS Codes
.mybgcolor {background-color:#cde55d; } .myforecolor {color:#cde55d; } .mybordercolor {border:3px solid #cde55d; }
#cde55d Text Font Color
<p style="color:#cde55d">Text here</p>
This sample text font color is #cde55d
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.
#cde55d Background Color
<div style="background-color:#cde55d">
Div content here</div>
This div background color is #cde55d
#cde55d Border Color
<div style="border:3px solid #cde55d">
Div here</div>
This div border color is #cde55d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,229,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde55d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde55d; -webkit-box-shadow: 1px 1px 3px 2px #cde55d; box-shadow: 1px 1px 3px 2px #cde55d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,229,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde55d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde55d; -webkit-box-shadow: 1px 1px 3px 2px #cde55d; box-shadow: 1px 1px 3px 2px #cde55d;">
Div content here</div>
This div box has shadow with color #cde55d
Comments
No comments written yet.
Please login to write comment.