Color spaces of #93bfed
RGB | 147 | 191 | 237 |
---|---|---|---|
HSL | 0.59 | 0.71 | 0.75 |
HSV | 211° | 38° | 93° |
CMYK | 0.38 | 0.19 | 0.00 0.07 |
XYZ | 45.9495 | 49.5791 | 87.2687 |
Yxy | 49.5791 | 0.2514 | 0.2712 |
Hunter Lab | 70.4124 | -6.7368 | -24.1949 |
CIE-Lab | 75.8102 | -3.3139 | -27.4854 |
#93bfed color RGB value is (147,191,237).
#93bfed hex color red value is 147, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #93bfed hue: 0.59 , saturation: 0.71 and the lightness value of 93bfed is 0.75.
The process color (four color CMYK) of #93bfed color hex is 0.38, 0.19, 0.00, 0.07. Web safe color of #93bfed is #99ccff. Color #93bfed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10111111 | 11101101 |
Octal | 223 | 277 | 355 |
Decimal | 147 | 191 | 237 |
Hex | 93 | BF | ED |
Shades of #93bfed
Tints of #93bfed
RGB Percentages of Color #93bfed
CMYK Percentages of Color #93bfed
Complementary Color
#93bfed | #edc193 |
#93bfed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93bfed Color Preview on White Background
Lorem ipsum dolor sit amet.
#93bfed Color CSS Codes
.mybgcolor {background-color:#93bfed; } .myforecolor {color:#93bfed; } .mybordercolor {border:3px solid #93bfed; }
#93bfed Text Font Color
<p style="color:#93bfed">Text here</p>
This sample text font color is #93bfed
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.
#93bfed Background Color
<div style="background-color:#93bfed">
Div content here</div>
This div background color is #93bfed
#93bfed Border Color
<div style="border:3px solid #93bfed">
Div here</div>
This div border color is #93bfed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,191,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93bfed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93bfed; -webkit-box-shadow: 1px 1px 3px 2px #93bfed; box-shadow: 1px 1px 3px 2px #93bfed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,191,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93bfed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93bfed; -webkit-box-shadow: 1px 1px 3px 2px #93bfed; box-shadow: 1px 1px 3px 2px #93bfed;">
Div content here</div>
This div box has shadow with color #93bfed
Comments
No comments written yet.
Please login to write comment.