Color spaces of #cde430
RGB | 205 | 228 | 48 |
---|---|---|---|
HSL | 0.19 | 0.77 | 0.54 |
HSV | 68° | 79° | 89° |
CMYK | 0.10 | 0.00 | 0.79 0.11 |
XYZ | 53.4537 | 68.6793 | 13.2354 |
Yxy | 68.6793 | 0.3949 | 0.5074 |
Hunter Lab | 82.8730 | -29.8938 | 48.5421 |
CIE-Lab | 86.3450 | -28.4277 | 77.3838 |
#cde430 color RGB value is (205,228,48).
#cde430 hex color red value is 205, green value is 228 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cde430 hue: 0.19 , saturation: 0.77 and the lightness value of cde430 is 0.54.
The process color (four color CMYK) of #cde430 color hex is 0.10, 0.00, 0.79, 0.11. Web safe color of #cde430 is #cccc33. Color #cde430 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100100 | 00110000 |
Octal | 315 | 344 | 60 |
Decimal | 205 | 228 | 48 |
Hex | CD | E4 | 30 |
Shades of #cde430
Tints of #cde430
RGB Percentages of Color #cde430
CMYK Percentages of Color #cde430
Complementary Color
#cde430 | #4730e4 |
#cde430 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde430 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde430 Color CSS Codes
.mybgcolor {background-color:#cde430; } .myforecolor {color:#cde430; } .mybordercolor {border:3px solid #cde430; }
#cde430 Text Font Color
<p style="color:#cde430">Text here</p>
This sample text font color is #cde430
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.
#cde430 Background Color
<div style="background-color:#cde430">
Div content here</div>
This div background color is #cde430
#cde430 Border Color
<div style="border:3px solid #cde430">
Div here</div>
This div border color is #cde430
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,228,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde430; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde430; -webkit-box-shadow: 1px 1px 3px 2px #cde430; box-shadow: 1px 1px 3px 2px #cde430; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,228,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde430">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde430; -webkit-box-shadow: 1px 1px 3px 2px #cde430; box-shadow: 1px 1px 3px 2px #cde430;">
Div content here</div>
This div box has shadow with color #cde430
Comments
No comments written yet.
Please login to write comment.