Color spaces of #99ddee
RGB | 153 | 221 | 238 |
---|---|---|---|
HSL | 0.53 | 0.71 | 0.77 |
HSV | 192° | 36° | 93° |
CMYK | 0.36 | 0.07 | 0.00 0.07 |
XYZ | 54.4259 | 64.6583 | 90.5007 |
Yxy | 64.6583 | 0.2597 | 0.3085 |
Hunter Lab | 80.4104 | -19.9002 | -10.4427 |
CIE-Lab | 84.3073 | -17.1576 | -15.1008 |
#99ddee color RGB value is (153,221,238). This hex color code is also a web safe color which is equal to #9DE.
#99ddee hex color red value is 153, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #99ddee hue: 0.53 , saturation: 0.71 and the lightness value of 99ddee is 0.77.
The process color (four color CMYK) of #99ddee color hex is 0.36, 0.07, 0.00, 0.07. Web safe color of #99ddee is #99ccff. Color #99ddee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 11011101 | 11101110 |
Octal | 231 | 335 | 356 |
Decimal | 153 | 221 | 238 |
Hex | 99 | DD | EE |
Shades of #99ddee
Tints of #99ddee
RGB Percentages of Color #99ddee
CMYK Percentages of Color #99ddee
Complementary Color
#99ddee | #eeaa99 |
#99ddee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99ddee Color Preview on White Background
Lorem ipsum dolor sit amet.
#99ddee Color CSS Codes
.mybgcolor {background-color:#99ddee; } .myforecolor {color:#99ddee; } .mybordercolor {border:3px solid #99ddee; }
#99ddee Text Font Color
<p style="color:#99ddee">Text here</p>
This sample text font color is #99ddee
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.
#99ddee Background Color
<div style="background-color:#99ddee">
Div content here</div>
This div background color is #99ddee
#99ddee Border Color
<div style="border:3px solid #99ddee">
Div here</div>
This div border color is #99ddee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,221,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99ddee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99ddee; -webkit-box-shadow: 1px 1px 3px 2px #99ddee; box-shadow: 1px 1px 3px 2px #99ddee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,221,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 #99ddee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99ddee; -webkit-box-shadow: 1px 1px 3px 2px #99ddee; box-shadow: 1px 1px 3px 2px #99ddee;">
Div content here</div>
This div box has shadow with color #99ddee
Comments
No comments written yet.
Please login to write comment.