Color spaces of #8babbe
RGB | 139 | 171 | 190 |
---|---|---|---|
HSL | 0.56 | 0.28 | 0.65 |
HSV | 202° | 27° | 75° |
CMYK | 0.27 | 0.10 | 0.00 0.25 |
XYZ | 34.5046 | 38.3325 | 54.2955 |
Yxy | 38.3325 | 0.2714 | 0.3015 |
Hunter Lab | 61.9132 | -8.8691 | -8.6557 |
CIE-Lab | 68.2650 | -6.5277 | -13.3137 |
#8babbe color RGB value is (139,171,190).
#8babbe hex color red value is 139, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8babbe hue: 0.56 , saturation: 0.28 and the lightness value of 8babbe is 0.65.
The process color (four color CMYK) of #8babbe color hex is 0.27, 0.10, 0.00, 0.25. Web safe color of #8babbe is #9999cc. Color #8babbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 10101011 | 10111110 |
Octal | 213 | 253 | 276 |
Decimal | 139 | 171 | 190 |
Hex | 8B | AB | BE |
Shades of #8babbe
Tints of #8babbe
RGB Percentages of Color #8babbe
CMYK Percentages of Color #8babbe
Complementary Color
#8babbe | #be9e8b |
#8babbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8babbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8babbe Color CSS Codes
.mybgcolor {background-color:#8babbe; } .myforecolor {color:#8babbe; } .mybordercolor {border:3px solid #8babbe; }
#8babbe Text Font Color
<p style="color:#8babbe">Text here</p>
This sample text font color is #8babbe
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.
#8babbe Background Color
<div style="background-color:#8babbe">
Div content here</div>
This div background color is #8babbe
#8babbe Border Color
<div style="border:3px solid #8babbe">
Div here</div>
This div border color is #8babbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,171,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8babbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8babbe; -webkit-box-shadow: 1px 1px 3px 2px #8babbe; box-shadow: 1px 1px 3px 2px #8babbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,171,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 #8babbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8babbe; -webkit-box-shadow: 1px 1px 3px 2px #8babbe; box-shadow: 1px 1px 3px 2px #8babbe;">
Div content here</div>
This div box has shadow with color #8babbe
Comments
No comments written yet.
Please login to write comment.