Color spaces of #5eacdb
RGB | 94 | 172 | 219 |
---|---|---|---|
HSL | 0.56 | 0.63 | 0.61 |
HSV | 203° | 57° | 86° |
CMYK | 0.57 | 0.21 | 0.00 0.14 |
XYZ | 32.1548 | 36.9992 | 72.4647 |
Yxy | 36.9992 | 0.2271 | 0.2613 |
Hunter Lab | 60.8270 | -12.0872 | -28.0548 |
CIE-Lab | 67.2764 | -10.5547 | -31.0365 |
#5eacdb color RGB value is (94,172,219).
#5eacdb hex color red value is 94, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5eacdb hue: 0.56 , saturation: 0.63 and the lightness value of 5eacdb is 0.61.
The process color (four color CMYK) of #5eacdb color hex is 0.57, 0.21, 0.00, 0.14. Web safe color of #5eacdb is #6699cc. Color #5eacdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10101100 | 11011011 |
Octal | 136 | 254 | 333 |
Decimal | 94 | 172 | 219 |
Hex | 5E | AC | DB |
Shades of #5eacdb
Tints of #5eacdb
RGB Percentages of Color #5eacdb
CMYK Percentages of Color #5eacdb
Complementary Color
#5eacdb | #db8d5e |
#5eacdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5eacdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5eacdb Color CSS Codes
.mybgcolor {background-color:#5eacdb; } .myforecolor {color:#5eacdb; } .mybordercolor {border:3px solid #5eacdb; }
#5eacdb Text Font Color
<p style="color:#5eacdb">Text here</p>
This sample text font color is #5eacdb
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.
#5eacdb Background Color
<div style="background-color:#5eacdb">
Div content here</div>
This div background color is #5eacdb
#5eacdb Border Color
<div style="border:3px solid #5eacdb">
Div here</div>
This div border color is #5eacdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,172,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5eacdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5eacdb; -webkit-box-shadow: 1px 1px 3px 2px #5eacdb; box-shadow: 1px 1px 3px 2px #5eacdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,172,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5eacdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5eacdb; -webkit-box-shadow: 1px 1px 3px 2px #5eacdb; box-shadow: 1px 1px 3px 2px #5eacdb;">
Div content here</div>
This div box has shadow with color #5eacdb
Comments
No comments written yet.
Please login to write comment.