Color spaces of #abc08a
RGB | 171 | 192 | 138 |
---|---|---|---|
HSL | 0.23 | 0.30 | 0.65 |
HSV | 83° | 28° | 75° |
CMYK | 0.11 | 0.00 | 0.28 0.25 |
XYZ | 40.2317 | 48.1922 | 31.2263 |
Yxy | 48.1922 | 0.3362 | 0.4028 |
Hunter Lab | 69.4206 | -18.0390 | 21.9250 |
CIE-Lab | 74.9460 | -16.5921 | 24.9119 |
#abc08a color RGB value is (171,192,138).
#abc08a hex color red value is 171, green value is 192 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #abc08a hue: 0.23 , saturation: 0.30 and the lightness value of abc08a is 0.65.
The process color (four color CMYK) of #abc08a color hex is 0.11, 0.00, 0.28, 0.25. Web safe color of #abc08a is #99cc99. Color #abc08a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000000 | 10001010 |
Octal | 253 | 300 | 212 |
Decimal | 171 | 192 | 138 |
Hex | AB | C0 | 8A |
Shades of #abc08a
Tints of #abc08a
RGB Percentages of Color #abc08a
CMYK Percentages of Color #abc08a
Complementary Color
#abc08a | #9f8ac0 |
#abc08a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc08a Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc08a Color CSS Codes
.mybgcolor {background-color:#abc08a; } .myforecolor {color:#abc08a; } .mybordercolor {border:3px solid #abc08a; }
#abc08a Text Font Color
<p style="color:#abc08a">Text here</p>
This sample text font color is #abc08a
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.
#abc08a Background Color
<div style="background-color:#abc08a">
Div content here</div>
This div background color is #abc08a
#abc08a Border Color
<div style="border:3px solid #abc08a">
Div here</div>
This div border color is #abc08a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,192,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc08a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc08a; -webkit-box-shadow: 1px 1px 3px 2px #abc08a; box-shadow: 1px 1px 3px 2px #abc08a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,192,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc08a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc08a; -webkit-box-shadow: 1px 1px 3px 2px #abc08a; box-shadow: 1px 1px 3px 2px #abc08a;">
Div content here</div>
This div box has shadow with color #abc08a
Comments
No comments written yet.
Please login to write comment.