Color spaces of #99edba
RGB | 153 | 237 | 186 |
---|---|---|---|
HSL | 0.40 | 0.70 | 0.76 |
HSV | 144° | 35° | 93° |
CMYK | 0.35 | 0.00 | 0.22 0.07 |
XYZ | 52.2840 | 70.8858 | 57.3811 |
Yxy | 70.8858 | 0.2896 | 0.3926 |
Hunter Lab | 84.1937 | -36.4911 | 18.5273 |
CIE-Lab | 87.4295 | -36.1349 | 16.7795 |
#99edba color RGB value is (153,237,186).
#99edba hex color red value is 153, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #99edba hue: 0.40 , saturation: 0.70 and the lightness value of 99edba is 0.76.
The process color (four color CMYK) of #99edba color hex is 0.35, 0.00, 0.22, 0.07. Web safe color of #99edba is #99ffcc. Color #99edba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 11101101 | 10111010 |
Octal | 231 | 355 | 272 |
Decimal | 153 | 237 | 186 |
Hex | 99 | ED | BA |
Shades of #99edba
Tints of #99edba
RGB Percentages of Color #99edba
CMYK Percentages of Color #99edba
Complementary Color
#99edba | #ed99cc |
#99edba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99edba Color Preview on White Background
Lorem ipsum dolor sit amet.
#99edba Color CSS Codes
.mybgcolor {background-color:#99edba; } .myforecolor {color:#99edba; } .mybordercolor {border:3px solid #99edba; }
#99edba Text Font Color
<p style="color:#99edba">Text here</p>
This sample text font color is #99edba
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.
#99edba Background Color
<div style="background-color:#99edba">
Div content here</div>
This div background color is #99edba
#99edba Border Color
<div style="border:3px solid #99edba">
Div here</div>
This div border color is #99edba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,237,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99edba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99edba; -webkit-box-shadow: 1px 1px 3px 2px #99edba; box-shadow: 1px 1px 3px 2px #99edba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,237,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99edba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99edba; -webkit-box-shadow: 1px 1px 3px 2px #99edba; box-shadow: 1px 1px 3px 2px #99edba;">
Div content here</div>
This div box has shadow with color #99edba
Comments
No comments written yet.
Please login to write comment.