Color spaces of #93afec
RGB | 147 | 175 | 236 |
---|---|---|---|
HSL | 0.61 | 0.70 | 0.75 |
HSV | 221° | 38° | 93° |
CMYK | 0.38 | 0.26 | 0.00 0.07 |
XYZ | 42.5029 | 42.9191 | 85.4010 |
Yxy | 42.9191 | 0.2488 | 0.2512 |
Hunter Lab | 65.5127 | 1.1589 | -31.4304 |
CIE-Lab | 71.5000 | 5.1967 | -33.5818 |
#93afec color RGB value is (147,175,236).
#93afec hex color red value is 147, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #93afec hue: 0.61 , saturation: 0.70 and the lightness value of 93afec is 0.75.
The process color (four color CMYK) of #93afec color hex is 0.38, 0.26, 0.00, 0.07. Web safe color of #93afec is #9999ff. Color #93afec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10101111 | 11101100 |
Octal | 223 | 257 | 354 |
Decimal | 147 | 175 | 236 |
Hex | 93 | AF | EC |
Shades of #93afec
Tints of #93afec
RGB Percentages of Color #93afec
CMYK Percentages of Color #93afec
Complementary Color
#93afec | #ecd093 |
#93afec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93afec Color Preview on White Background
Lorem ipsum dolor sit amet.
#93afec Color CSS Codes
.mybgcolor {background-color:#93afec; } .myforecolor {color:#93afec; } .mybordercolor {border:3px solid #93afec; }
#93afec Text Font Color
<p style="color:#93afec">Text here</p>
This sample text font color is #93afec
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.
#93afec Background Color
<div style="background-color:#93afec">
Div content here</div>
This div background color is #93afec
#93afec Border Color
<div style="border:3px solid #93afec">
Div here</div>
This div border color is #93afec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,175,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93afec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93afec; -webkit-box-shadow: 1px 1px 3px 2px #93afec; box-shadow: 1px 1px 3px 2px #93afec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,175,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93afec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93afec; -webkit-box-shadow: 1px 1px 3px 2px #93afec; box-shadow: 1px 1px 3px 2px #93afec;">
Div content here</div>
This div box has shadow with color #93afec
Comments
No comments written yet.
Please login to write comment.