Color spaces of #abc67a
RGB | 171 | 198 | 122 |
---|---|---|---|
HSL | 0.23 | 0.40 | 0.63 |
HSV | 81° | 38° | 78° |
CMYK | 0.14 | 0.00 | 0.38 0.22 |
XYZ | 40.5015 | 50.4512 | 26.0158 |
Yxy | 50.4512 | 0.3463 | 0.4313 |
Hunter Lab | 71.0290 | -22.5182 | 28.0042 |
CIE-Lab | 76.3454 | -21.7866 | 35.1112 |
#abc67a color RGB value is (171,198,122).
#abc67a hex color red value is 171, green value is 198 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #abc67a hue: 0.23 , saturation: 0.40 and the lightness value of abc67a is 0.63.
The process color (four color CMYK) of #abc67a color hex is 0.14, 0.00, 0.38, 0.22. Web safe color of #abc67a is #99cc66. Color #abc67a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000110 | 01111010 |
Octal | 253 | 306 | 172 |
Decimal | 171 | 198 | 122 |
Hex | AB | C6 | 7A |
Shades of #abc67a
Tints of #abc67a
RGB Percentages of Color #abc67a
CMYK Percentages of Color #abc67a
Complementary Color
#abc67a | #957ac6 |
#abc67a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc67a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc67a Color CSS Codes
.mybgcolor {background-color:#abc67a; } .myforecolor {color:#abc67a; } .mybordercolor {border:3px solid #abc67a; }
#abc67a Text Font Color
<p style="color:#abc67a">Text here</p>
This sample text font color is #abc67a
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.
#abc67a Background Color
<div style="background-color:#abc67a">
Div content here</div>
This div background color is #abc67a
#abc67a Border Color
<div style="border:3px solid #abc67a">
Div here</div>
This div border color is #abc67a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,198,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc67a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc67a; -webkit-box-shadow: 1px 1px 3px 2px #abc67a; box-shadow: 1px 1px 3px 2px #abc67a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,198,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc67a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc67a; -webkit-box-shadow: 1px 1px 3px 2px #abc67a; box-shadow: 1px 1px 3px 2px #abc67a;">
Div content here</div>
This div box has shadow with color #abc67a
Comments
No comments written yet.
Please login to write comment.