Color spaces of #8beeea
RGB | 139 | 238 | 234 |
---|---|---|---|
HSL | 0.49 | 0.74 | 0.74 |
HSV | 178° | 42° | 93° |
CMYK | 0.42 | 0.00 | 0.02 0.07 |
XYZ | 56.0733 | 72.5786 | 88.8956 |
Yxy | 72.5786 | 0.2578 | 0.3336 |
Hunter Lab | 85.1931 | -31.6008 | -2.2316 |
CIE-Lab | 88.2463 | -29.9884 | -7.1911 |
#8beeea color RGB value is (139,238,234).
#8beeea hex color red value is 139, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8beeea hue: 0.49 , saturation: 0.74 and the lightness value of 8beeea is 0.74.
The process color (four color CMYK) of #8beeea color hex is 0.42, 0.00, 0.02, 0.07. Web safe color of #8beeea is #99ffff. Color #8beeea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11101110 | 11101010 |
Octal | 213 | 356 | 352 |
Decimal | 139 | 238 | 234 |
Hex | 8B | EE | EA |
Shades of #8beeea
Tints of #8beeea
RGB Percentages of Color #8beeea
CMYK Percentages of Color #8beeea
Complementary Color
#8beeea | #ee8b8f |
#8beeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8beeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#8beeea Color CSS Codes
.mybgcolor {background-color:#8beeea; } .myforecolor {color:#8beeea; } .mybordercolor {border:3px solid #8beeea; }
#8beeea Text Font Color
<p style="color:#8beeea">Text here</p>
This sample text font color is #8beeea
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.
#8beeea Background Color
<div style="background-color:#8beeea">
Div content here</div>
This div background color is #8beeea
#8beeea Border Color
<div style="border:3px solid #8beeea">
Div here</div>
This div border color is #8beeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,238,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8beeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8beeea; -webkit-box-shadow: 1px 1px 3px 2px #8beeea; box-shadow: 1px 1px 3px 2px #8beeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,238,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 #8beeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8beeea; -webkit-box-shadow: 1px 1px 3px 2px #8beeea; box-shadow: 1px 1px 3px 2px #8beeea;">
Div content here</div>
This div box has shadow with color #8beeea
Comments
No comments written yet.
Please login to write comment.