Color spaces of #39aadb
RGB | 57 | 170 | 219 |
---|---|---|---|
HSL | 0.55 | 0.69 | 0.54 |
HSV | 198° | 74° | 86° |
CMYK | 0.74 | 0.22 | 0.00 0.14 |
XYZ | 28.8483 | 34.7338 | 72.2017 |
Yxy | 34.7338 | 0.2125 | 0.2558 |
Hunter Lab | 58.9354 | -15.7629 | -31.3814 |
CIE-Lab | 65.5409 | -15.4503 | -33.8173 |
#39aadb color RGB value is (57,170,219).
#39aadb hex color red value is 57, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #39aadb hue: 0.55 , saturation: 0.69 and the lightness value of 39aadb is 0.54.
The process color (four color CMYK) of #39aadb color hex is 0.74, 0.22, 0.00, 0.14. Web safe color of #39aadb is #3399cc. Color #39aadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 10101010 | 11011011 |
Octal | 71 | 252 | 333 |
Decimal | 57 | 170 | 219 |
Hex | 39 | AA | DB |
Shades of #39aadb
Tints of #39aadb
RGB Percentages of Color #39aadb
CMYK Percentages of Color #39aadb
Complementary Color
#39aadb | #db6a39 |
#39aadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39aadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#39aadb Color CSS Codes
.mybgcolor {background-color:#39aadb; } .myforecolor {color:#39aadb; } .mybordercolor {border:3px solid #39aadb; }
#39aadb Text Font Color
<p style="color:#39aadb">Text here</p>
This sample text font color is #39aadb
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.
#39aadb Background Color
<div style="background-color:#39aadb">
Div content here</div>
This div background color is #39aadb
#39aadb Border Color
<div style="border:3px solid #39aadb">
Div here</div>
This div border color is #39aadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,170,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39aadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39aadb; -webkit-box-shadow: 1px 1px 3px 2px #39aadb; box-shadow: 1px 1px 3px 2px #39aadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,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 #39aadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39aadb; -webkit-box-shadow: 1px 1px 3px 2px #39aadb; box-shadow: 1px 1px 3px 2px #39aadb;">
Div content here</div>
This div box has shadow with color #39aadb
Comments
No comments written yet.
Please login to write comment.