Color spaces of #92ddee
RGB | 146 | 221 | 238 |
---|---|---|---|
HSL | 0.53 | 0.73 | 0.75 |
HSV | 191° | 39° | 93° |
CMYK | 0.39 | 0.07 | 0.00 0.07 |
XYZ | 53.1431 | 63.9969 | 90.4406 |
Yxy | 63.9969 | 0.2560 | 0.3083 |
Hunter Lab | 79.9981 | -21.4182 | -11.0308 |
CIE-Lab | 83.9642 | -18.9664 | -15.6509 |
#92ddee color RGB value is (146,221,238).
#92ddee hex color red value is 146, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #92ddee hue: 0.53 , saturation: 0.73 and the lightness value of 92ddee is 0.75.
The process color (four color CMYK) of #92ddee color hex is 0.39, 0.07, 0.00, 0.07. Web safe color of #92ddee is #99ccff. Color #92ddee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11011101 | 11101110 |
Octal | 222 | 335 | 356 |
Decimal | 146 | 221 | 238 |
Hex | 92 | DD | EE |
Shades of #92ddee
Tints of #92ddee
RGB Percentages of Color #92ddee
CMYK Percentages of Color #92ddee
Complementary Color
#92ddee | #eea392 |
#92ddee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92ddee Color Preview on White Background
Lorem ipsum dolor sit amet.
#92ddee Color CSS Codes
.mybgcolor {background-color:#92ddee; } .myforecolor {color:#92ddee; } .mybordercolor {border:3px solid #92ddee; }
#92ddee Text Font Color
<p style="color:#92ddee">Text here</p>
This sample text font color is #92ddee
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.
#92ddee Background Color
<div style="background-color:#92ddee">
Div content here</div>
This div background color is #92ddee
#92ddee Border Color
<div style="border:3px solid #92ddee">
Div here</div>
This div border color is #92ddee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,221,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92ddee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92ddee; -webkit-box-shadow: 1px 1px 3px 2px #92ddee; box-shadow: 1px 1px 3px 2px #92ddee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,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 #92ddee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92ddee; -webkit-box-shadow: 1px 1px 3px 2px #92ddee; box-shadow: 1px 1px 3px 2px #92ddee;">
Div content here</div>
This div box has shadow with color #92ddee
Comments
No comments written yet.
Please login to write comment.