Color spaces of #abc13d
RGB | 171 | 193 | 61 |
---|---|---|---|
HSL | 0.19 | 0.52 | 0.50 |
HSV | 70° | 68° | 76° |
CMYK | 0.11 | 0.00 | 0.68 0.24 |
XYZ | 36.7069 | 47.1348 | 11.5781 |
Yxy | 47.1348 | 0.3847 | 0.4940 |
Hunter Lab | 68.6548 | -24.7093 | 38.0596 |
CIE-Lab | 74.2759 | -25.0043 | 60.8960 |
#abc13d color RGB value is (171,193,61).
#abc13d hex color red value is 171, green value is 193 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #abc13d hue: 0.19 , saturation: 0.52 and the lightness value of abc13d is 0.50.
The process color (four color CMYK) of #abc13d color hex is 0.11, 0.00, 0.68, 0.24. Web safe color of #abc13d is #99cc33. Color #abc13d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000001 | 00111101 |
Octal | 253 | 301 | 75 |
Decimal | 171 | 193 | 61 |
Hex | AB | C1 | 3D |
Shades of #abc13d
Tints of #abc13d
RGB Percentages of Color #abc13d
CMYK Percentages of Color #abc13d
Complementary Color
#abc13d | #533dc1 |
#abc13d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc13d Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc13d Color CSS Codes
.mybgcolor {background-color:#abc13d; } .myforecolor {color:#abc13d; } .mybordercolor {border:3px solid #abc13d; }
#abc13d Text Font Color
<p style="color:#abc13d">Text here</p>
This sample text font color is #abc13d
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.
#abc13d Background Color
<div style="background-color:#abc13d">
Div content here</div>
This div background color is #abc13d
#abc13d Border Color
<div style="border:3px solid #abc13d">
Div here</div>
This div border color is #abc13d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,193,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc13d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc13d; -webkit-box-shadow: 1px 1px 3px 2px #abc13d; box-shadow: 1px 1px 3px 2px #abc13d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,193,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc13d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc13d; -webkit-box-shadow: 1px 1px 3px 2px #abc13d; box-shadow: 1px 1px 3px 2px #abc13d;">
Div content here</div>
This div box has shadow with color #abc13d
Comments
No comments written yet.
Please login to write comment.