Color spaces of #209eef
RGB | 32 | 158 | 239 |
---|---|---|---|
HSL | 0.57 | 0.87 | 0.53 |
HSV | 203° | 87° | 94° |
CMYK | 0.87 | 0.34 | 0.00 0.06 |
XYZ | 28.4025 | 30.9928 | 86.1466 |
Yxy | 30.9928 | 0.1951 | 0.2129 |
Hunter Lab | 55.6712 | -6.3569 | -52.7766 |
CIE-Lab | 62.5016 | -4.0895 | -49.6316 |
#209eef color RGB value is (32,158,239).
#209eef hex color red value is 32, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #209eef hue: 0.57 , saturation: 0.87 and the lightness value of 209eef is 0.53.
The process color (four color CMYK) of #209eef color hex is 0.87, 0.34, 0.00, 0.06. Web safe color of #209eef is #3399ff. Color #209eef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 10011110 | 11101111 |
Octal | 40 | 236 | 357 |
Decimal | 32 | 158 | 239 |
Hex | 20 | 9E | EF |
Shades of #209eef
Tints of #209eef
RGB Percentages of Color #209eef
CMYK Percentages of Color #209eef
Complementary Color
#209eef | #ef7120 |
#209eef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#209eef Color Preview on White Background
Lorem ipsum dolor sit amet.
#209eef Color CSS Codes
.mybgcolor {background-color:#209eef; } .myforecolor {color:#209eef; } .mybordercolor {border:3px solid #209eef; }
#209eef Text Font Color
<p style="color:#209eef">Text here</p>
This sample text font color is #209eef
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.
#209eef Background Color
<div style="background-color:#209eef">
Div content here</div>
This div background color is #209eef
#209eef Border Color
<div style="border:3px solid #209eef">
Div here</div>
This div border color is #209eef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,158,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #209eef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #209eef; -webkit-box-shadow: 1px 1px 3px 2px #209eef; box-shadow: 1px 1px 3px 2px #209eef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,158,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #209eef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #209eef; -webkit-box-shadow: 1px 1px 3px 2px #209eef; box-shadow: 1px 1px 3px 2px #209eef;">
Div content here</div>
This div box has shadow with color #209eef
Comments
No comments written yet.
Please login to write comment.