Color spaces of #98eeaf
RGB | 152 | 238 | 175 |
---|---|---|---|
HSL | 0.38 | 0.72 | 0.76 |
HSV | 136° | 36° | 93° |
CMYK | 0.36 | 0.00 | 0.26 0.07 |
XYZ | 51.2613 | 70.9196 | 51.5445 |
Yxy | 70.9196 | 0.2951 | 0.4082 |
Hunter Lab | 84.2138 | -38.7204 | 22.6602 |
CIE-Lab | 87.4459 | -38.8945 | 22.4821 |
#98eeaf color RGB value is (152,238,175).
#98eeaf hex color red value is 152, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #98eeaf hue: 0.38 , saturation: 0.72 and the lightness value of 98eeaf is 0.76.
The process color (four color CMYK) of #98eeaf color hex is 0.36, 0.00, 0.26, 0.07. Web safe color of #98eeaf is #99ff99. Color #98eeaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11101110 | 10101111 |
Octal | 230 | 356 | 257 |
Decimal | 152 | 238 | 175 |
Hex | 98 | EE | AF |
Shades of #98eeaf
Tints of #98eeaf
RGB Percentages of Color #98eeaf
CMYK Percentages of Color #98eeaf
Complementary Color
#98eeaf | #ee98d7 |
#98eeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98eeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#98eeaf Color CSS Codes
.mybgcolor {background-color:#98eeaf; } .myforecolor {color:#98eeaf; } .mybordercolor {border:3px solid #98eeaf; }
#98eeaf Text Font Color
<p style="color:#98eeaf">Text here</p>
This sample text font color is #98eeaf
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.
#98eeaf Background Color
<div style="background-color:#98eeaf">
Div content here</div>
This div background color is #98eeaf
#98eeaf Border Color
<div style="border:3px solid #98eeaf">
Div here</div>
This div border color is #98eeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,238,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98eeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98eeaf; -webkit-box-shadow: 1px 1px 3px 2px #98eeaf; box-shadow: 1px 1px 3px 2px #98eeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,238,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98eeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98eeaf; -webkit-box-shadow: 1px 1px 3px 2px #98eeaf; box-shadow: 1px 1px 3px 2px #98eeaf;">
Div content here</div>
This div box has shadow with color #98eeaf
Comments
No comments written yet.
Please login to write comment.