Color spaces of #209aea
RGB | 32 | 154 | 234 |
---|---|---|---|
HSL | 0.57 | 0.83 | 0.52 |
HSV | 204° | 86° | 92° |
CMYK | 0.86 | 0.34 | 0.00 0.08 |
XYZ | 27.0025 | 29.3588 | 82.0855 |
Yxy | 29.3588 | 0.1950 | 0.2121 |
Hunter Lab | 54.1838 | -5.8660 | -51.8925 |
CIE-Lab | 61.0970 | -3.6206 | -49.0996 |
#209aea color RGB value is (32,154,234).
#209aea hex color red value is 32, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #209aea hue: 0.57 , saturation: 0.83 and the lightness value of 209aea is 0.52.
The process color (four color CMYK) of #209aea color hex is 0.86, 0.34, 0.00, 0.08. Web safe color of #209aea is #3399ff. Color #209aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 10011010 | 11101010 |
Octal | 40 | 232 | 352 |
Decimal | 32 | 154 | 234 |
Hex | 20 | 9A | EA |
Shades of #209aea
Tints of #209aea
RGB Percentages of Color #209aea
CMYK Percentages of Color #209aea
Complementary Color
#209aea | #ea7020 |
#209aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#209aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#209aea Color CSS Codes
.mybgcolor {background-color:#209aea; } .myforecolor {color:#209aea; } .mybordercolor {border:3px solid #209aea; }
#209aea Text Font Color
<p style="color:#209aea">Text here</p>
This sample text font color is #209aea
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.
#209aea Background Color
<div style="background-color:#209aea">
Div content here</div>
This div background color is #209aea
#209aea Border Color
<div style="border:3px solid #209aea">
Div here</div>
This div border color is #209aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,154,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #209aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #209aea; -webkit-box-shadow: 1px 1px 3px 2px #209aea; box-shadow: 1px 1px 3px 2px #209aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,154,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #209aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #209aea; -webkit-box-shadow: 1px 1px 3px 2px #209aea; box-shadow: 1px 1px 3px 2px #209aea;">
Div content here</div>
This div box has shadow with color #209aea
Comments
No comments written yet.
Please login to write comment.