Color spaces of #1cb964
RGB | 28 | 185 | 100 |
---|---|---|---|
HSL | 0.41 | 0.74 | 0.42 |
HSV | 148° | 85° | 73° |
CMYK | 0.85 | 0.00 | 0.46 0.27 |
XYZ | 20.1281 | 35.8649 | 17.9184 |
Yxy | 35.8649 | 0.2723 | 0.4852 |
Hunter Lab | 59.8873 | -44.8090 | 24.1814 |
CIE-Lab | 66.4166 | -57.2151 | 32.4977 |
#1cb964 color RGB value is (28,185,100).
#1cb964 hex color red value is 28, green value is 185 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #1cb964 hue: 0.41 , saturation: 0.74 and the lightness value of 1cb964 is 0.42.
The process color (four color CMYK) of #1cb964 color hex is 0.85, 0.00, 0.46, 0.27. Web safe color of #1cb964 is #33cc66. Color #1cb964 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 10111001 | 01100100 |
Octal | 34 | 271 | 144 |
Decimal | 28 | 185 | 100 |
Hex | 1C | B9 | 64 |
Shades of #1cb964
Tints of #1cb964
RGB Percentages of Color #1cb964
CMYK Percentages of Color #1cb964
Complementary Color
#1cb964 | #b91c71 |
#1cb964 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cb964 Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cb964 Color CSS Codes
.mybgcolor {background-color:#1cb964; } .myforecolor {color:#1cb964; } .mybordercolor {border:3px solid #1cb964; }
#1cb964 Text Font Color
<p style="color:#1cb964">Text here</p>
This sample text font color is #1cb964
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.
#1cb964 Background Color
<div style="background-color:#1cb964">
Div content here</div>
This div background color is #1cb964
#1cb964 Border Color
<div style="border:3px solid #1cb964">
Div here</div>
This div border color is #1cb964
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,185,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cb964; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cb964; -webkit-box-shadow: 1px 1px 3px 2px #1cb964; box-shadow: 1px 1px 3px 2px #1cb964; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,185,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cb964">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cb964; -webkit-box-shadow: 1px 1px 3px 2px #1cb964; box-shadow: 1px 1px 3px 2px #1cb964;">
Div content here</div>
This div box has shadow with color #1cb964
Comments
No comments written yet.
Please login to write comment.