Color spaces of #8baebe
RGB | 139 | 174 | 190 |
---|---|---|---|
HSL | 0.55 | 0.28 | 0.65 |
HSV | 199° | 27° | 75° |
CMYK | 0.27 | 0.08 | 0.00 0.25 |
XYZ | 35.0778 | 39.4788 | 54.4866 |
Yxy | 39.4788 | 0.2718 | 0.3059 |
Hunter Lab | 62.8322 | -10.3037 | -7.4324 |
CIE-Lab | 69.0967 | -8.1484 | -12.0655 |
#8baebe color RGB value is (139,174,190).
#8baebe hex color red value is 139, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8baebe hue: 0.55 , saturation: 0.28 and the lightness value of 8baebe is 0.65.
The process color (four color CMYK) of #8baebe color hex is 0.27, 0.08, 0.00, 0.25. Web safe color of #8baebe is #9999cc. Color #8baebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 10101110 | 10111110 |
Octal | 213 | 256 | 276 |
Decimal | 139 | 174 | 190 |
Hex | 8B | AE | BE |
Shades of #8baebe
Tints of #8baebe
RGB Percentages of Color #8baebe
CMYK Percentages of Color #8baebe
Complementary Color
#8baebe | #be9b8b |
#8baebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8baebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8baebe Color CSS Codes
.mybgcolor {background-color:#8baebe; } .myforecolor {color:#8baebe; } .mybordercolor {border:3px solid #8baebe; }
#8baebe Text Font Color
<p style="color:#8baebe">Text here</p>
This sample text font color is #8baebe
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.
#8baebe Background Color
<div style="background-color:#8baebe">
Div content here</div>
This div background color is #8baebe
#8baebe Border Color
<div style="border:3px solid #8baebe">
Div here</div>
This div border color is #8baebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,174,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8baebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8baebe; -webkit-box-shadow: 1px 1px 3px 2px #8baebe; box-shadow: 1px 1px 3px 2px #8baebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,174,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 #8baebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8baebe; -webkit-box-shadow: 1px 1px 3px 2px #8baebe; box-shadow: 1px 1px 3px 2px #8baebe;">
Div content here</div>
This div box has shadow with color #8baebe
Comments
No comments written yet.
Please login to write comment.