Color spaces of #8aaebf
RGB | 138 | 174 | 191 |
---|---|---|---|
HSL | 0.55 | 0.29 | 0.65 |
HSV | 199° | 28° | 75° |
CMYK | 0.28 | 0.09 | 0.00 0.25 |
XYZ | 35.0213 | 39.4370 | 55.0565 |
Yxy | 39.4370 | 0.2704 | 0.3045 |
Hunter Lab | 62.7989 | -10.3533 | -8.0210 |
CIE-Lab | 69.0666 | -8.2116 | -12.6690 |
#8aaebf color RGB value is (138,174,191).
#8aaebf hex color red value is 138, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8aaebf hue: 0.55 , saturation: 0.29 and the lightness value of 8aaebf is 0.65.
The process color (four color CMYK) of #8aaebf color hex is 0.28, 0.09, 0.00, 0.25. Web safe color of #8aaebf is #9999cc. Color #8aaebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10101110 | 10111111 |
Octal | 212 | 256 | 277 |
Decimal | 138 | 174 | 191 |
Hex | 8A | AE | BF |
Shades of #8aaebf
Tints of #8aaebf
RGB Percentages of Color #8aaebf
CMYK Percentages of Color #8aaebf
Complementary Color
#8aaebf | #bf9b8a |
#8aaebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8aaebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8aaebf Color CSS Codes
.mybgcolor {background-color:#8aaebf; } .myforecolor {color:#8aaebf; } .mybordercolor {border:3px solid #8aaebf; }
#8aaebf Text Font Color
<p style="color:#8aaebf">Text here</p>
This sample text font color is #8aaebf
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.
#8aaebf Background Color
<div style="background-color:#8aaebf">
Div content here</div>
This div background color is #8aaebf
#8aaebf Border Color
<div style="border:3px solid #8aaebf">
Div here</div>
This div border color is #8aaebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8aaebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8aaebf; -webkit-box-shadow: 1px 1px 3px 2px #8aaebf; box-shadow: 1px 1px 3px 2px #8aaebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,174,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8aaebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8aaebf; -webkit-box-shadow: 1px 1px 3px 2px #8aaebf; box-shadow: 1px 1px 3px 2px #8aaebf;">
Div content here</div>
This div box has shadow with color #8aaebf
Comments
No comments written yet.
Please login to write comment.