Color spaces of #93bfee
RGB | 147 | 191 | 238 |
---|---|---|---|
HSL | 0.59 | 0.73 | 0.75 |
HSV | 211° | 38° | 93° |
CMYK | 0.38 | 0.20 | 0.00 0.07 |
XYZ | 46.0960 | 49.6377 | 88.0404 |
Yxy | 49.6377 | 0.2508 | 0.2701 |
Hunter Lab | 70.4540 | -6.5072 | -24.7718 |
CIE-Lab | 75.8463 | -3.0531 | -27.9690 |
#93bfee color RGB value is (147,191,238).
#93bfee hex color red value is 147, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #93bfee hue: 0.59 , saturation: 0.73 and the lightness value of 93bfee is 0.75.
The process color (four color CMYK) of #93bfee color hex is 0.38, 0.20, 0.00, 0.07. Web safe color of #93bfee is #99ccff. Color #93bfee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10111111 | 11101110 |
Octal | 223 | 277 | 356 |
Decimal | 147 | 191 | 238 |
Hex | 93 | BF | EE |
Shades of #93bfee
Tints of #93bfee
RGB Percentages of Color #93bfee
CMYK Percentages of Color #93bfee
Complementary Color
#93bfee | #eec293 |
#93bfee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93bfee Color Preview on White Background
Lorem ipsum dolor sit amet.
#93bfee Color CSS Codes
.mybgcolor {background-color:#93bfee; } .myforecolor {color:#93bfee; } .mybordercolor {border:3px solid #93bfee; }
#93bfee Text Font Color
<p style="color:#93bfee">Text here</p>
This sample text font color is #93bfee
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.
#93bfee Background Color
<div style="background-color:#93bfee">
Div content here</div>
This div background color is #93bfee
#93bfee Border Color
<div style="border:3px solid #93bfee">
Div here</div>
This div border color is #93bfee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,191,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93bfee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93bfee; -webkit-box-shadow: 1px 1px 3px 2px #93bfee; box-shadow: 1px 1px 3px 2px #93bfee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,191,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 #93bfee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93bfee; -webkit-box-shadow: 1px 1px 3px 2px #93bfee; box-shadow: 1px 1px 3px 2px #93bfee;">
Div content here</div>
This div box has shadow with color #93bfee
Comments
No comments written yet.
Please login to write comment.