Color spaces of #92ebfb
RGB | 146 | 235 | 251 |
---|---|---|---|
HSL | 0.53 | 0.93 | 0.78 |
HSV | 189° | 42° | 98° |
CMYK | 0.42 | 0.06 | 0.00 0.02 |
XYZ | 58.9750 | 72.4927 | 102.1510 |
Yxy | 72.4927 | 0.2524 | 0.3103 |
Hunter Lab | 85.1426 | -25.3596 | -11.5341 |
CIE-Lab | 88.2052 | -22.6988 | -16.1260 |
#92ebfb color RGB value is (146,235,251).
#92ebfb hex color red value is 146, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #92ebfb hue: 0.53 , saturation: 0.93 and the lightness value of 92ebfb is 0.78.
The process color (four color CMYK) of #92ebfb color hex is 0.42, 0.06, 0.00, 0.02. Web safe color of #92ebfb is #99ffff. Color #92ebfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 11101011 | 11111011 |
Octal | 222 | 353 | 373 |
Decimal | 146 | 235 | 251 |
Hex | 92 | EB | FB |
Shades of #92ebfb
Tints of #92ebfb
RGB Percentages of Color #92ebfb
CMYK Percentages of Color #92ebfb
Complementary Color
#92ebfb | #fba292 |
#92ebfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#92ebfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#92ebfb Color CSS Codes
.mybgcolor {background-color:#92ebfb; } .myforecolor {color:#92ebfb; } .mybordercolor {border:3px solid #92ebfb; }
#92ebfb Text Font Color
<p style="color:#92ebfb">Text here</p>
This sample text font color is #92ebfb
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.
#92ebfb Background Color
<div style="background-color:#92ebfb">
Div content here</div>
This div background color is #92ebfb
#92ebfb Border Color
<div style="border:3px solid #92ebfb">
Div here</div>
This div border color is #92ebfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,235,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #92ebfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #92ebfb; -webkit-box-shadow: 1px 1px 3px 2px #92ebfb; box-shadow: 1px 1px 3px 2px #92ebfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,235,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #92ebfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #92ebfb; -webkit-box-shadow: 1px 1px 3px 2px #92ebfb; box-shadow: 1px 1px 3px 2px #92ebfb;">
Div content here</div>
This div box has shadow with color #92ebfb
Comments
No comments written yet.
Please login to write comment.