Color spaces of #abc342
RGB | 171 | 195 | 66 |
---|---|---|---|
HSL | 0.20 | 0.52 | 0.51 |
HSV | 71° | 66° | 76° |
CMYK | 0.12 | 0.00 | 0.66 0.24 |
XYZ | 37.2931 | 48.0815 | 12.4694 |
Yxy | 48.0815 | 0.3811 | 0.4914 |
Hunter Lab | 69.3408 | -25.3450 | 37.8766 |
CIE-Lab | 74.8763 | -25.6642 | 59.5596 |
#abc342 color RGB value is (171,195,66).
#abc342 hex color red value is 171, green value is 195 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #abc342 hue: 0.20 , saturation: 0.52 and the lightness value of abc342 is 0.51.
The process color (four color CMYK) of #abc342 color hex is 0.12, 0.00, 0.66, 0.24. Web safe color of #abc342 is #99cc33. Color #abc342 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000011 | 01000010 |
Octal | 253 | 303 | 102 |
Decimal | 171 | 195 | 66 |
Hex | AB | C3 | 42 |
Shades of #abc342
Tints of #abc342
RGB Percentages of Color #abc342
CMYK Percentages of Color #abc342
Complementary Color
#abc342 | #5a42c3 |
#abc342 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc342 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc342 Color CSS Codes
.mybgcolor {background-color:#abc342; } .myforecolor {color:#abc342; } .mybordercolor {border:3px solid #abc342; }
#abc342 Text Font Color
<p style="color:#abc342">Text here</p>
This sample text font color is #abc342
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.
#abc342 Background Color
<div style="background-color:#abc342">
Div content here</div>
This div background color is #abc342
#abc342 Border Color
<div style="border:3px solid #abc342">
Div here</div>
This div border color is #abc342
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,195,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc342; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc342; -webkit-box-shadow: 1px 1px 3px 2px #abc342; box-shadow: 1px 1px 3px 2px #abc342; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,195,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc342">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc342; -webkit-box-shadow: 1px 1px 3px 2px #abc342; box-shadow: 1px 1px 3px 2px #abc342;">
Div content here</div>
This div box has shadow with color #abc342
Comments
No comments written yet.
Please login to write comment.