Color spaces of #abc27f
RGB | 171 | 194 | 127 |
---|---|---|---|
HSL | 0.22 | 0.35 | 0.63 |
HSV | 81° | 35° | 76° |
CMYK | 0.12 | 0.00 | 0.35 0.24 |
XYZ | 39.9171 | 48.7738 | 27.3891 |
Yxy | 48.7738 | 0.3439 | 0.4202 |
Hunter Lab | 69.8382 | -20.1926 | 25.6345 |
CIE-Lab | 75.3104 | -19.1439 | 31.1804 |
#abc27f color RGB value is (171,194,127).
#abc27f hex color red value is 171, green value is 194 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #abc27f hue: 0.22 , saturation: 0.35 and the lightness value of abc27f is 0.63.
The process color (four color CMYK) of #abc27f color hex is 0.12, 0.00, 0.35, 0.24. Web safe color of #abc27f is #99cc66. Color #abc27f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000010 | 01111111 |
Octal | 253 | 302 | 177 |
Decimal | 171 | 194 | 127 |
Hex | AB | C2 | 7F |
Shades of #abc27f
Tints of #abc27f
RGB Percentages of Color #abc27f
CMYK Percentages of Color #abc27f
Complementary Color
#abc27f | #967fc2 |
#abc27f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc27f Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc27f Color CSS Codes
.mybgcolor {background-color:#abc27f; } .myforecolor {color:#abc27f; } .mybordercolor {border:3px solid #abc27f; }
#abc27f Text Font Color
<p style="color:#abc27f">Text here</p>
This sample text font color is #abc27f
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.
#abc27f Background Color
<div style="background-color:#abc27f">
Div content here</div>
This div background color is #abc27f
#abc27f Border Color
<div style="border:3px solid #abc27f">
Div here</div>
This div border color is #abc27f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,194,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc27f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc27f; -webkit-box-shadow: 1px 1px 3px 2px #abc27f; box-shadow: 1px 1px 3px 2px #abc27f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,194,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc27f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc27f; -webkit-box-shadow: 1px 1px 3px 2px #abc27f; box-shadow: 1px 1px 3px 2px #abc27f;">
Div content here</div>
This div box has shadow with color #abc27f
Comments
No comments written yet.
Please login to write comment.