Color spaces of #4eaadb
RGB | 78 | 170 | 219 |
---|---|---|---|
HSL | 0.56 | 0.66 | 0.58 |
HSV | 201° | 64° | 86° |
CMYK | 0.64 | 0.22 | 0.00 0.14 |
XYZ | 30.3028 | 35.4836 | 72.2697 |
Yxy | 35.4836 | 0.2195 | 0.2570 |
Hunter Lab | 59.5681 | -13.4397 | -30.2346 |
CIE-Lab | 66.1235 | -12.4064 | -32.8676 |
#4eaadb color RGB value is (78,170,219).
#4eaadb hex color red value is 78, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4eaadb hue: 0.56 , saturation: 0.66 and the lightness value of 4eaadb is 0.58.
The process color (four color CMYK) of #4eaadb color hex is 0.64, 0.22, 0.00, 0.14. Web safe color of #4eaadb is #6699cc. Color #4eaadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 10101010 | 11011011 |
Octal | 116 | 252 | 333 |
Decimal | 78 | 170 | 219 |
Hex | 4E | AA | DB |
Shades of #4eaadb
Tints of #4eaadb
RGB Percentages of Color #4eaadb
CMYK Percentages of Color #4eaadb
Complementary Color
#4eaadb | #db7f4e |
#4eaadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4eaadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4eaadb Color CSS Codes
.mybgcolor {background-color:#4eaadb; } .myforecolor {color:#4eaadb; } .mybordercolor {border:3px solid #4eaadb; }
#4eaadb Text Font Color
<p style="color:#4eaadb">Text here</p>
This sample text font color is #4eaadb
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.
#4eaadb Background Color
<div style="background-color:#4eaadb">
Div content here</div>
This div background color is #4eaadb
#4eaadb Border Color
<div style="border:3px solid #4eaadb">
Div here</div>
This div border color is #4eaadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,170,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4eaadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4eaadb; -webkit-box-shadow: 1px 1px 3px 2px #4eaadb; box-shadow: 1px 1px 3px 2px #4eaadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,170,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 #4eaadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4eaadb; -webkit-box-shadow: 1px 1px 3px 2px #4eaadb; box-shadow: 1px 1px 3px 2px #4eaadb;">
Div content here</div>
This div box has shadow with color #4eaadb
Comments
No comments written yet.
Please login to write comment.