Color spaces of #1cdc2b
RGB | 28 | 220 | 43 |
---|---|---|---|
HSL | 0.35 | 0.77 | 0.49 |
HSV | 125° | 87° | 86° |
CMYK | 0.87 | 0.00 | 0.80 0.14 |
XYZ | 26.5081 | 51.6077 | 10.8497 |
Yxy | 51.6077 | 0.2980 | 0.5801 |
Hunter Lab | 71.8385 | -59.8516 | 41.3324 |
CIE-Lab | 77.0457 | -74.3833 | 67.7016 |
#1cdc2b color RGB value is (28,220,43).
#1cdc2b hex color red value is 28, green value is 220 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #1cdc2b hue: 0.35 , saturation: 0.77 and the lightness value of 1cdc2b is 0.49.
The process color (four color CMYK) of #1cdc2b color hex is 0.87, 0.00, 0.80, 0.14. Web safe color of #1cdc2b is #33cc33. Color #1cdc2b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11011100 | 00101011 |
Octal | 34 | 334 | 53 |
Decimal | 28 | 220 | 43 |
Hex | 1C | DC | 2B |
Shades of #1cdc2b
Tints of #1cdc2b
RGB Percentages of Color #1cdc2b
CMYK Percentages of Color #1cdc2b
Complementary Color
#1cdc2b | #dc1ccd |
#1cdc2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cdc2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cdc2b Color CSS Codes
.mybgcolor {background-color:#1cdc2b; } .myforecolor {color:#1cdc2b; } .mybordercolor {border:3px solid #1cdc2b; }
#1cdc2b Text Font Color
<p style="color:#1cdc2b">Text here</p>
This sample text font color is #1cdc2b
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.
#1cdc2b Background Color
<div style="background-color:#1cdc2b">
Div content here</div>
This div background color is #1cdc2b
#1cdc2b Border Color
<div style="border:3px solid #1cdc2b">
Div here</div>
This div border color is #1cdc2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,220,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cdc2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cdc2b; -webkit-box-shadow: 1px 1px 3px 2px #1cdc2b; box-shadow: 1px 1px 3px 2px #1cdc2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,220,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cdc2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cdc2b; -webkit-box-shadow: 1px 1px 3px 2px #1cdc2b; box-shadow: 1px 1px 3px 2px #1cdc2b;">
Div content here</div>
This div box has shadow with color #1cdc2b
Comments
No comments written yet.
Please login to write comment.