Color spaces of #92aecf
RGB | 146 | 174 | 207 |
---|---|---|---|
HSL | 0.59 | 0.39 | 0.69 |
HSV | 212° | 29° | 81° |
CMYK | 0.29 | 0.16 | 0.00 0.19 |
XYZ | 38.2526 | 40.8881 | 64.9075 |
Yxy | 40.8881 | 0.2656 | 0.2839 |
Hunter Lab | 63.9438 | -5.1190 | -15.4229 |
CIE-Lab | 70.0975 | -1.9529 | -19.8784 |
#92aecf color RGB value is (146,174,207).
#92aecf hex color red value is 146, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #92aecf hue: 0.59 , saturation: 0.39 and the lightness value of 92aecf is 0.69.
The process color (four color CMYK) of #92aecf color hex is 0.29, 0.16, 0.00, 0.19. Web safe color of #92aecf is #9999cc. Color #92aecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10101110 | 11001111 |
Octal | 222 | 256 | 317 |
Decimal | 146 | 174 | 207 |
Hex | 92 | AE | CF |
Shades of #92aecf
Tints of #92aecf
RGB Percentages of Color #92aecf
CMYK Percentages of Color #92aecf
Complementary Color
#92aecf | #cfb392 |
#92aecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92aecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#92aecf Color CSS Codes
.mybgcolor {background-color:#92aecf; } .myforecolor {color:#92aecf; } .mybordercolor {border:3px solid #92aecf; }
#92aecf Text Font Color
<p style="color:#92aecf">Text here</p>
This sample text font color is #92aecf
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.
#92aecf Background Color
<div style="background-color:#92aecf">
Div content here</div>
This div background color is #92aecf
#92aecf Border Color
<div style="border:3px solid #92aecf">
Div here</div>
This div border color is #92aecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,174,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92aecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92aecf; -webkit-box-shadow: 1px 1px 3px 2px #92aecf; box-shadow: 1px 1px 3px 2px #92aecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,174,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92aecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92aecf; -webkit-box-shadow: 1px 1px 3px 2px #92aecf; box-shadow: 1px 1px 3px 2px #92aecf;">
Div content here</div>
This div box has shadow with color #92aecf
Comments
No comments written yet.
Please login to write comment.