Color spaces of #2096eb
RGB | 32 | 150 | 235 |
---|---|---|---|
HSL | 0.57 | 0.84 | 0.52 |
HSV | 205° | 86° | 92° |
CMYK | 0.86 | 0.36 | 0.00 0.08 |
XYZ | 26.4974 | 28.1179 | 82.6280 |
Yxy | 28.1179 | 0.1931 | 0.2049 |
Hunter Lab | 53.0263 | -3.5991 | -55.2699 |
CIE-Lab | 59.9951 | -0.9334 | -51.3995 |
#2096eb color RGB value is (32,150,235).
#2096eb hex color red value is 32, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2096eb hue: 0.57 , saturation: 0.84 and the lightness value of 2096eb is 0.52.
The process color (four color CMYK) of #2096eb color hex is 0.86, 0.36, 0.00, 0.08. Web safe color of #2096eb is #3399ff. Color #2096eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 10010110 | 11101011 |
Octal | 40 | 226 | 353 |
Decimal | 32 | 150 | 235 |
Hex | 20 | 96 | EB |
Shades of #2096eb
Tints of #2096eb
RGB Percentages of Color #2096eb
CMYK Percentages of Color #2096eb
Complementary Color
#2096eb | #eb7520 |
#2096eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2096eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2096eb Color CSS Codes
.mybgcolor {background-color:#2096eb; } .myforecolor {color:#2096eb; } .mybordercolor {border:3px solid #2096eb; }
#2096eb Text Font Color
<p style="color:#2096eb">Text here</p>
This sample text font color is #2096eb
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.
#2096eb Background Color
<div style="background-color:#2096eb">
Div content here</div>
This div background color is #2096eb
#2096eb Border Color
<div style="border:3px solid #2096eb">
Div here</div>
This div border color is #2096eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,150,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2096eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2096eb; -webkit-box-shadow: 1px 1px 3px 2px #2096eb; box-shadow: 1px 1px 3px 2px #2096eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,150,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2096eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2096eb; -webkit-box-shadow: 1px 1px 3px 2px #2096eb; box-shadow: 1px 1px 3px 2px #2096eb;">
Div content here</div>
This div box has shadow with color #2096eb
Comments
No comments written yet.
Please login to write comment.