Color spaces of #99dfee
RGB | 153 | 223 | 238 |
---|---|---|---|
HSL | 0.53 | 0.71 | 0.77 |
HSV | 191° | 36° | 93° |
CMYK | 0.36 | 0.06 | 0.00 0.07 |
XYZ | 54.9572 | 65.7207 | 90.6777 |
Yxy | 65.7207 | 0.2600 | 0.3109 |
Hunter Lab | 81.0683 | -20.8622 | -9.5701 |
CIE-Lab | 84.8537 | -18.1661 | -14.2812 |
#99dfee color RGB value is (153,223,238).
#99dfee hex color red value is 153, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #99dfee hue: 0.53 , saturation: 0.71 and the lightness value of 99dfee is 0.77.
The process color (four color CMYK) of #99dfee color hex is 0.36, 0.06, 0.00, 0.07. Web safe color of #99dfee is #99ccff. Color #99dfee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 11011111 | 11101110 |
Octal | 231 | 337 | 356 |
Decimal | 153 | 223 | 238 |
Hex | 99 | DF | EE |
Shades of #99dfee
Tints of #99dfee
RGB Percentages of Color #99dfee
CMYK Percentages of Color #99dfee
Complementary Color
#99dfee | #eea899 |
#99dfee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99dfee Color Preview on White Background
Lorem ipsum dolor sit amet.
#99dfee Color CSS Codes
.mybgcolor {background-color:#99dfee; } .myforecolor {color:#99dfee; } .mybordercolor {border:3px solid #99dfee; }
#99dfee Text Font Color
<p style="color:#99dfee">Text here</p>
This sample text font color is #99dfee
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.
#99dfee Background Color
<div style="background-color:#99dfee">
Div content here</div>
This div background color is #99dfee
#99dfee Border Color
<div style="border:3px solid #99dfee">
Div here</div>
This div border color is #99dfee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,223,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99dfee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99dfee; -webkit-box-shadow: 1px 1px 3px 2px #99dfee; box-shadow: 1px 1px 3px 2px #99dfee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,223,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99dfee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99dfee; -webkit-box-shadow: 1px 1px 3px 2px #99dfee; box-shadow: 1px 1px 3px 2px #99dfee;">
Div content here</div>
This div box has shadow with color #99dfee
Comments
No comments written yet.
Please login to write comment.