Color spaces of #abc23c
RGB | 171 | 194 | 60 |
---|---|---|---|
HSL | 0.20 | 0.53 | 0.50 |
HSV | 70° | 69° | 76° |
CMYK | 0.12 | 0.00 | 0.69 0.24 |
XYZ | 36.9020 | 47.5677 | 11.5115 |
Yxy | 47.5677 | 0.3845 | 0.4956 |
Hunter Lab | 68.9693 | -25.1900 | 38.3826 |
CIE-Lab | 74.5514 | -25.5480 | 61.5531 |
#abc23c color RGB value is (171,194,60).
#abc23c hex color red value is 171, green value is 194 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #abc23c hue: 0.20 , saturation: 0.53 and the lightness value of abc23c is 0.50.
The process color (four color CMYK) of #abc23c color hex is 0.12, 0.00, 0.69, 0.24. Web safe color of #abc23c is #99cc33. Color #abc23c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000010 | 00111100 |
Octal | 253 | 302 | 74 |
Decimal | 171 | 194 | 60 |
Hex | AB | C2 | 3C |
Shades of #abc23c
Tints of #abc23c
RGB Percentages of Color #abc23c
CMYK Percentages of Color #abc23c
Complementary Color
#abc23c | #533cc2 |
#abc23c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc23c Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc23c Color CSS Codes
.mybgcolor {background-color:#abc23c; } .myforecolor {color:#abc23c; } .mybordercolor {border:3px solid #abc23c; }
#abc23c Text Font Color
<p style="color:#abc23c">Text here</p>
This sample text font color is #abc23c
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.
#abc23c Background Color
<div style="background-color:#abc23c">
Div content here</div>
This div background color is #abc23c
#abc23c Border Color
<div style="border:3px solid #abc23c">
Div here</div>
This div border color is #abc23c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,194,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc23c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc23c; -webkit-box-shadow: 1px 1px 3px 2px #abc23c; box-shadow: 1px 1px 3px 2px #abc23c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,194,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc23c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc23c; -webkit-box-shadow: 1px 1px 3px 2px #abc23c; box-shadow: 1px 1px 3px 2px #abc23c;">
Div content here</div>
This div box has shadow with color #abc23c
Comments
No comments written yet.
Please login to write comment.