Color spaces of #abcac2
RGB | 171 | 202 | 194 |
---|---|---|---|
HSL | 0.46 | 0.23 | 0.73 |
HSV | 165° | 15° | 79° |
CMYK | 0.15 | 0.00 | 0.04 0.21 |
XYZ | 47.6527 | 54.7940 | 59.1037 |
Yxy | 54.7940 | 0.2950 | 0.3392 |
Hunter Lab | 74.0230 | -14.6298 | 4.4759 |
CIE-Lab | 78.9225 | -11.9390 | 0.5115 |
#abcac2 color RGB value is (171,202,194).
#abcac2 hex color red value is 171, green value is 202 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #abcac2 hue: 0.46 , saturation: 0.23 and the lightness value of abcac2 is 0.73.
The process color (four color CMYK) of #abcac2 color hex is 0.15, 0.00, 0.04, 0.21. Web safe color of #abcac2 is #99cccc. Color #abcac2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001010 | 11000010 |
Octal | 253 | 312 | 302 |
Decimal | 171 | 202 | 194 |
Hex | AB | CA | C2 |
Shades of #abcac2
Tints of #abcac2
RGB Percentages of Color #abcac2
CMYK Percentages of Color #abcac2
Complementary Color
#abcac2 | #caabb3 |
#abcac2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcac2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcac2 Color CSS Codes
.mybgcolor {background-color:#abcac2; } .myforecolor {color:#abcac2; } .mybordercolor {border:3px solid #abcac2; }
#abcac2 Text Font Color
<p style="color:#abcac2">Text here</p>
This sample text font color is #abcac2
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.
#abcac2 Background Color
<div style="background-color:#abcac2">
Div content here</div>
This div background color is #abcac2
#abcac2 Border Color
<div style="border:3px solid #abcac2">
Div here</div>
This div border color is #abcac2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,202,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcac2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcac2; -webkit-box-shadow: 1px 1px 3px 2px #abcac2; box-shadow: 1px 1px 3px 2px #abcac2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,202,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abcac2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcac2; -webkit-box-shadow: 1px 1px 3px 2px #abcac2; box-shadow: 1px 1px 3px 2px #abcac2;">
Div content here</div>
This div box has shadow with color #abcac2
Comments
No comments written yet.
Please login to write comment.