Color spaces of #249adb
RGB | 36 | 154 | 219 |
---|---|---|---|
HSL | 0.56 | 0.72 | 0.50 |
HSV | 201° | 84° | 86° |
CMYK | 0.84 | 0.30 | 0.00 0.14 |
XYZ | 25.0693 | 28.6007 | 71.2170 |
Yxy | 28.6007 | 0.2007 | 0.2290 |
Hunter Lab | 53.4796 | -9.9150 | -41.5187 |
CIE-Lab | 60.4276 | -8.7744 | -41.8369 |
#249adb color RGB value is (36,154,219).
#249adb hex color red value is 36, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #249adb hue: 0.56 , saturation: 0.72 and the lightness value of 249adb is 0.50.
The process color (four color CMYK) of #249adb color hex is 0.84, 0.30, 0.00, 0.14. Web safe color of #249adb is #3399cc. Color #249adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 10011010 | 11011011 |
Octal | 44 | 232 | 333 |
Decimal | 36 | 154 | 219 |
Hex | 24 | 9A | DB |
Shades of #249adb
Tints of #249adb
RGB Percentages of Color #249adb
CMYK Percentages of Color #249adb
Complementary Color
#249adb | #db6524 |
#249adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#249adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#249adb Color CSS Codes
.mybgcolor {background-color:#249adb; } .myforecolor {color:#249adb; } .mybordercolor {border:3px solid #249adb; }
#249adb Text Font Color
<p style="color:#249adb">Text here</p>
This sample text font color is #249adb
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.
#249adb Background Color
<div style="background-color:#249adb">
Div content here</div>
This div background color is #249adb
#249adb Border Color
<div style="border:3px solid #249adb">
Div here</div>
This div border color is #249adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,154,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #249adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #249adb; -webkit-box-shadow: 1px 1px 3px 2px #249adb; box-shadow: 1px 1px 3px 2px #249adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,154,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 #249adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #249adb; -webkit-box-shadow: 1px 1px 3px 2px #249adb; box-shadow: 1px 1px 3px 2px #249adb;">
Div content here</div>
This div box has shadow with color #249adb
Comments
No comments written yet.
Please login to write comment.