Color spaces of #8abeea
RGB | 138 | 190 | 234 |
---|---|---|---|
HSL | 0.58 | 0.70 | 0.73 |
HSV | 208° | 41° | 92° |
CMYK | 0.41 | 0.19 | 0.00 0.08 |
XYZ | 43.7460 | 48.1707 | 84.8341 |
Yxy | 48.1707 | 0.2475 | 0.2725 |
Hunter Lab | 69.4051 | -8.9505 | -23.8868 |
CIE-Lab | 74.9325 | -5.9064 | -27.2548 |
#8abeea color RGB value is (138,190,234).
#8abeea hex color red value is 138, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8abeea hue: 0.58 , saturation: 0.70 and the lightness value of 8abeea is 0.73.
The process color (four color CMYK) of #8abeea color hex is 0.41, 0.19, 0.00, 0.08. Web safe color of #8abeea is #99ccff. Color #8abeea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10111110 | 11101010 |
Octal | 212 | 276 | 352 |
Decimal | 138 | 190 | 234 |
Hex | 8A | BE | EA |
Shades of #8abeea
Tints of #8abeea
RGB Percentages of Color #8abeea
CMYK Percentages of Color #8abeea
Complementary Color
#8abeea | #eab68a |
#8abeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8abeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#8abeea Color CSS Codes
.mybgcolor {background-color:#8abeea; } .myforecolor {color:#8abeea; } .mybordercolor {border:3px solid #8abeea; }
#8abeea Text Font Color
<p style="color:#8abeea">Text here</p>
This sample text font color is #8abeea
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.
#8abeea Background Color
<div style="background-color:#8abeea">
Div content here</div>
This div background color is #8abeea
#8abeea Border Color
<div style="border:3px solid #8abeea">
Div here</div>
This div border color is #8abeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,190,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8abeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8abeea; -webkit-box-shadow: 1px 1px 3px 2px #8abeea; box-shadow: 1px 1px 3px 2px #8abeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,190,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8abeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8abeea; -webkit-box-shadow: 1px 1px 3px 2px #8abeea; box-shadow: 1px 1px 3px 2px #8abeea;">
Div content here</div>
This div box has shadow with color #8abeea
Comments
No comments written yet.
Please login to write comment.