Color spaces of #99feea
RGB | 153 | 254 | 234 |
---|---|---|---|
HSL | 0.47 | 0.98 | 0.80 |
HSV | 168° | 40° | 100° |
CMYK | 0.40 | 0.00 | 0.08 0.00 |
XYZ | 63.4300 | 83.5964 | 90.6345 |
Yxy | 83.5964 | 0.2669 | 0.3517 |
Hunter Lab | 91.4311 | -36.1706 | 5.2283 |
CIE-Lab | 93.2749 | -34.0723 | 0.2679 |
#99feea color RGB value is (153,254,234).
#99feea hex color red value is 153, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #99feea hue: 0.47 , saturation: 0.98 and the lightness value of 99feea is 0.80.
The process color (four color CMYK) of #99feea color hex is 0.40, 0.00, 0.08, 0.00. Web safe color of #99feea is #99ffff. Color #99feea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 11111110 | 11101010 |
Octal | 231 | 376 | 352 |
Decimal | 153 | 254 | 234 |
Hex | 99 | FE | EA |
Shades of #99feea
Tints of #99feea
RGB Percentages of Color #99feea
CMYK Percentages of Color #99feea
Complementary Color
#99feea | #fe99ad |
#99feea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99feea Color Preview on White Background
Lorem ipsum dolor sit amet.
#99feea Color CSS Codes
.mybgcolor {background-color:#99feea; } .myforecolor {color:#99feea; } .mybordercolor {border:3px solid #99feea; }
#99feea Text Font Color
<p style="color:#99feea">Text here</p>
This sample text font color is #99feea
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.
#99feea Background Color
<div style="background-color:#99feea">
Div content here</div>
This div background color is #99feea
#99feea Border Color
<div style="border:3px solid #99feea">
Div here</div>
This div border color is #99feea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,254,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99feea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99feea; -webkit-box-shadow: 1px 1px 3px 2px #99feea; box-shadow: 1px 1px 3px 2px #99feea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,254,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 #99feea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99feea; -webkit-box-shadow: 1px 1px 3px 2px #99feea; box-shadow: 1px 1px 3px 2px #99feea;">
Div content here</div>
This div box has shadow with color #99feea
Comments
No comments written yet.
Please login to write comment.