Color spaces of #abc5be
RGB | 171 | 197 | 190 |
---|---|---|---|
HSL | 0.46 | 0.18 | 0.72 |
HSV | 164° | 13° | 77° |
CMYK | 0.13 | 0.00 | 0.04 0.23 |
XYZ | 46.0551 | 52.3081 | 56.3843 |
Yxy | 52.3081 | 0.2976 | 0.3380 |
Hunter Lab | 72.3243 | -12.9014 | 4.4044 |
CIE-Lab | 77.4647 | -10.1450 | 0.5397 |
#abc5be color RGB value is (171,197,190).
#abc5be hex color red value is 171, green value is 197 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abc5be hue: 0.46 , saturation: 0.18 and the lightness value of abc5be is 0.72.
The process color (four color CMYK) of #abc5be color hex is 0.13, 0.00, 0.04, 0.23. Web safe color of #abc5be is #99cccc. Color #abc5be contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11000101 | 10111110 |
Octal | 253 | 305 | 276 |
Decimal | 171 | 197 | 190 |
Hex | AB | C5 | BE |
Shades of #abc5be
Tints of #abc5be
RGB Percentages of Color #abc5be
CMYK Percentages of Color #abc5be
Complementary Color
#abc5be | #c5abb2 |
#abc5be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abc5be Color Preview on White Background
Lorem ipsum dolor sit amet.
#abc5be Color CSS Codes
.mybgcolor {background-color:#abc5be; } .myforecolor {color:#abc5be; } .mybordercolor {border:3px solid #abc5be; }
#abc5be Text Font Color
<p style="color:#abc5be">Text here</p>
This sample text font color is #abc5be
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.
#abc5be Background Color
<div style="background-color:#abc5be">
Div content here</div>
This div background color is #abc5be
#abc5be Border Color
<div style="border:3px solid #abc5be">
Div here</div>
This div border color is #abc5be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,197,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abc5be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abc5be; -webkit-box-shadow: 1px 1px 3px 2px #abc5be; box-shadow: 1px 1px 3px 2px #abc5be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,197,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abc5be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abc5be; -webkit-box-shadow: 1px 1px 3px 2px #abc5be; box-shadow: 1px 1px 3px 2px #abc5be;">
Div content here</div>
This div box has shadow with color #abc5be
Comments
No comments written yet.
Please login to write comment.