Color spaces of #93cafa
RGB | 147 | 202 | 250 |
---|---|---|---|
HSL | 0.58 | 0.91 | 0.78 |
HSV | 208° | 41° | 98° |
CMYK | 0.41 | 0.19 | 0.00 0.02 |
XYZ | 50.4085 | 55.3462 | 98.4686 |
Yxy | 55.3462 | 0.2468 | 0.2710 |
Hunter Lab | 74.3950 | -9.2435 | -26.3992 |
CIE-Lab | 79.2403 | -5.7948 | -29.2013 |
#93cafa color RGB value is (147,202,250).
#93cafa hex color red value is 147, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #93cafa hue: 0.58 , saturation: 0.91 and the lightness value of 93cafa is 0.78.
The process color (four color CMYK) of #93cafa color hex is 0.41, 0.19, 0.00, 0.02. Web safe color of #93cafa is #99ccff. Color #93cafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11001010 | 11111010 |
Octal | 223 | 312 | 372 |
Decimal | 147 | 202 | 250 |
Hex | 93 | CA | FA |
Shades of #93cafa
Tints of #93cafa
RGB Percentages of Color #93cafa
CMYK Percentages of Color #93cafa
Complementary Color
#93cafa | #fac393 |
#93cafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93cafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#93cafa Color CSS Codes
.mybgcolor {background-color:#93cafa; } .myforecolor {color:#93cafa; } .mybordercolor {border:3px solid #93cafa; }
#93cafa Text Font Color
<p style="color:#93cafa">Text here</p>
This sample text font color is #93cafa
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.
#93cafa Background Color
<div style="background-color:#93cafa">
Div content here</div>
This div background color is #93cafa
#93cafa Border Color
<div style="border:3px solid #93cafa">
Div here</div>
This div border color is #93cafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,202,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93cafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93cafa; -webkit-box-shadow: 1px 1px 3px 2px #93cafa; box-shadow: 1px 1px 3px 2px #93cafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,202,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93cafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93cafa; -webkit-box-shadow: 1px 1px 3px 2px #93cafa; box-shadow: 1px 1px 3px 2px #93cafa;">
Div content here</div>
This div box has shadow with color #93cafa
Comments
No comments written yet.
Please login to write comment.