Color spaces of #8aeebe
RGB | 138 | 238 | 190 |
---|---|---|---|
HSL | 0.42 | 0.75 | 0.74 |
HSV | 151° | 42° | 93° |
CMYK | 0.42 | 0.00 | 0.20 0.07 |
XYZ | 50.3500 | 70.2701 | 59.6249 |
Yxy | 70.2701 | 0.2793 | 0.3899 |
Hunter Lab | 83.8273 | -39.4835 | 16.5071 |
CIE-Lab | 87.1292 | -39.9554 | 14.1828 |
#8aeebe color RGB value is (138,238,190).
#8aeebe hex color red value is 138, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8aeebe hue: 0.42 , saturation: 0.75 and the lightness value of 8aeebe is 0.74.
The process color (four color CMYK) of #8aeebe color hex is 0.42, 0.00, 0.20, 0.07. Web safe color of #8aeebe is #99ffcc. Color #8aeebe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11101110 | 10111110 |
Octal | 212 | 356 | 276 |
Decimal | 138 | 238 | 190 |
Hex | 8A | EE | BE |
Shades of #8aeebe
Tints of #8aeebe
RGB Percentages of Color #8aeebe
CMYK Percentages of Color #8aeebe
Complementary Color
#8aeebe | #ee8aba |
#8aeebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8aeebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8aeebe Color CSS Codes
.mybgcolor {background-color:#8aeebe; } .myforecolor {color:#8aeebe; } .mybordercolor {border:3px solid #8aeebe; }
#8aeebe Text Font Color
<p style="color:#8aeebe">Text here</p>
This sample text font color is #8aeebe
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.
#8aeebe Background Color
<div style="background-color:#8aeebe">
Div content here</div>
This div background color is #8aeebe
#8aeebe Border Color
<div style="border:3px solid #8aeebe">
Div here</div>
This div border color is #8aeebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,238,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8aeebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8aeebe; -webkit-box-shadow: 1px 1px 3px 2px #8aeebe; box-shadow: 1px 1px 3px 2px #8aeebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,238,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 #8aeebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8aeebe; -webkit-box-shadow: 1px 1px 3px 2px #8aeebe; box-shadow: 1px 1px 3px 2px #8aeebe;">
Div content here</div>
This div box has shadow with color #8aeebe
Comments
No comments written yet.
Please login to write comment.