Color spaces of #93afeb
RGB | 147 | 175 | 235 |
---|---|---|---|
HSL | 0.61 | 0.69 | 0.75 |
HSV | 221° | 37° | 92° |
CMYK | 0.37 | 0.26 | 0.00 0.08 |
XYZ | 42.3580 | 42.8611 | 84.6378 |
Yxy | 42.8611 | 0.2494 | 0.2523 |
Hunter Lab | 65.4684 | 0.9197 | -30.8225 |
CIE-Lab | 71.4606 | 4.9317 | -33.0987 |
#93afeb color RGB value is (147,175,235).
#93afeb hex color red value is 147, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #93afeb hue: 0.61 , saturation: 0.69 and the lightness value of 93afeb is 0.75.
The process color (four color CMYK) of #93afeb color hex is 0.37, 0.26, 0.00, 0.08. Web safe color of #93afeb is #9999ff. Color #93afeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10101111 | 11101011 |
Octal | 223 | 257 | 353 |
Decimal | 147 | 175 | 235 |
Hex | 93 | AF | EB |
Shades of #93afeb
Tints of #93afeb
RGB Percentages of Color #93afeb
CMYK Percentages of Color #93afeb
Complementary Color
#93afeb | #ebcf93 |
#93afeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93afeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#93afeb Color CSS Codes
.mybgcolor {background-color:#93afeb; } .myforecolor {color:#93afeb; } .mybordercolor {border:3px solid #93afeb; }
#93afeb Text Font Color
<p style="color:#93afeb">Text here</p>
This sample text font color is #93afeb
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.
#93afeb Background Color
<div style="background-color:#93afeb">
Div content here</div>
This div background color is #93afeb
#93afeb Border Color
<div style="border:3px solid #93afeb">
Div here</div>
This div border color is #93afeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,175,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93afeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93afeb; -webkit-box-shadow: 1px 1px 3px 2px #93afeb; box-shadow: 1px 1px 3px 2px #93afeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,175,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93afeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93afeb; -webkit-box-shadow: 1px 1px 3px 2px #93afeb; box-shadow: 1px 1px 3px 2px #93afeb;">
Div content here</div>
This div box has shadow with color #93afeb
Comments
No comments written yet.
Please login to write comment.