Color spaces of #92bcfd
RGB | 146 | 188 | 253 |
---|---|---|---|
HSL | 0.60 | 0.96 | 0.78 |
HSV | 216° | 42° | 99° |
CMYK | 0.42 | 0.26 | 0.00 0.01 |
XYZ | 47.5669 | 49.1693 | 99.9121 |
Yxy | 49.1693 | 0.2419 | 0.2500 |
Hunter Lab | 70.1208 | -1.6249 | -35.3952 |
CIE-Lab | 75.5565 | 2.3308 | -36.4931 |
#92bcfd color RGB value is (146,188,253).
#92bcfd hex color red value is 146, green value is 188 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #92bcfd hue: 0.60 , saturation: 0.96 and the lightness value of 92bcfd is 0.78.
The process color (four color CMYK) of #92bcfd color hex is 0.42, 0.26, 0.00, 0.01. Web safe color of #92bcfd is #99ccff. Color #92bcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 10111100 | 11111101 |
Octal | 222 | 274 | 375 |
Decimal | 146 | 188 | 253 |
Hex | 92 | BC | FD |
Shades of #92bcfd
Tints of #92bcfd
RGB Percentages of Color #92bcfd
CMYK Percentages of Color #92bcfd
Complementary Color
#92bcfd | #fdd392 |
#92bcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92bcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#92bcfd Color CSS Codes
.mybgcolor {background-color:#92bcfd; } .myforecolor {color:#92bcfd; } .mybordercolor {border:3px solid #92bcfd; }
#92bcfd Text Font Color
<p style="color:#92bcfd">Text here</p>
This sample text font color is #92bcfd
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.
#92bcfd Background Color
<div style="background-color:#92bcfd">
Div content here</div>
This div background color is #92bcfd
#92bcfd Border Color
<div style="border:3px solid #92bcfd">
Div here</div>
This div border color is #92bcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,188,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92bcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92bcfd; -webkit-box-shadow: 1px 1px 3px 2px #92bcfd; box-shadow: 1px 1px 3px 2px #92bcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,188,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92bcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92bcfd; -webkit-box-shadow: 1px 1px 3px 2px #92bcfd; box-shadow: 1px 1px 3px 2px #92bcfd;">
Div content here</div>
This div box has shadow with color #92bcfd
Comments
No comments written yet.
Please login to write comment.