Color spaces of #5eabdc
RGB | 94 | 171 | 220 |
---|---|---|---|
HSL | 0.56 | 0.64 | 0.62 |
HSV | 203° | 57° | 86° |
CMYK | 0.57 | 0.22 | 0.00 0.14 |
XYZ | 32.0973 | 36.6728 | 73.0970 |
Yxy | 36.6728 | 0.2262 | 0.2585 |
Hunter Lab | 60.5581 | -11.3671 | -29.1757 |
CIE-Lab | 67.0308 | -9.7038 | -31.9664 |
#5eabdc color RGB value is (94,171,220).
#5eabdc hex color red value is 94, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5eabdc hue: 0.56 , saturation: 0.64 and the lightness value of 5eabdc is 0.62.
The process color (four color CMYK) of #5eabdc color hex is 0.57, 0.22, 0.00, 0.14. Web safe color of #5eabdc is #6699cc. Color #5eabdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10101011 | 11011100 |
Octal | 136 | 253 | 334 |
Decimal | 94 | 171 | 220 |
Hex | 5E | AB | DC |
Shades of #5eabdc
Tints of #5eabdc
RGB Percentages of Color #5eabdc
CMYK Percentages of Color #5eabdc
Complementary Color
#5eabdc | #dc8f5e |
#5eabdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5eabdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5eabdc Color CSS Codes
.mybgcolor {background-color:#5eabdc; } .myforecolor {color:#5eabdc; } .mybordercolor {border:3px solid #5eabdc; }
#5eabdc Text Font Color
<p style="color:#5eabdc">Text here</p>
This sample text font color is #5eabdc
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.
#5eabdc Background Color
<div style="background-color:#5eabdc">
Div content here</div>
This div background color is #5eabdc
#5eabdc Border Color
<div style="border:3px solid #5eabdc">
Div here</div>
This div border color is #5eabdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,171,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5eabdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5eabdc; -webkit-box-shadow: 1px 1px 3px 2px #5eabdc; box-shadow: 1px 1px 3px 2px #5eabdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,171,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5eabdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5eabdc; -webkit-box-shadow: 1px 1px 3px 2px #5eabdc; box-shadow: 1px 1px 3px 2px #5eabdc;">
Div content here</div>
This div box has shadow with color #5eabdc
Comments
No comments written yet.
Please login to write comment.