Color spaces of #168eee
RGB | 22 | 142 | 238 |
---|---|---|---|
HSL | 0.57 | 0.86 | 0.51 |
HSV | 207° | 91° | 93° |
CMYK | 0.91 | 0.40 | 0.00 0.07 |
XYZ | 25.4365 | 25.6896 | 84.5069 |
Yxy | 25.6896 | 0.1875 | 0.1894 |
Hunter Lab | 50.6849 | 0.8826 | -63.3747 |
CIE-Lab | 57.7412 | 4.3628 | -56.6579 |
#168eee color RGB value is (22,142,238).
#168eee hex color red value is 22, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #168eee hue: 0.57 , saturation: 0.86 and the lightness value of 168eee is 0.51.
The process color (four color CMYK) of #168eee color hex is 0.91, 0.40, 0.00, 0.07. Web safe color of #168eee is #0099ff. Color #168eee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 10001110 | 11101110 |
Octal | 26 | 216 | 356 |
Decimal | 22 | 142 | 238 |
Hex | 16 | 8E | EE |
Shades of #168eee
Tints of #168eee
RGB Percentages of Color #168eee
CMYK Percentages of Color #168eee
Complementary Color
#168eee | #ee7616 |
#168eee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#168eee Color Preview on White Background
Lorem ipsum dolor sit amet.
#168eee Color CSS Codes
.mybgcolor {background-color:#168eee; } .myforecolor {color:#168eee; } .mybordercolor {border:3px solid #168eee; }
#168eee Text Font Color
<p style="color:#168eee">Text here</p>
This sample text font color is #168eee
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.
#168eee Background Color
<div style="background-color:#168eee">
Div content here</div>
This div background color is #168eee
#168eee Border Color
<div style="border:3px solid #168eee">
Div here</div>
This div border color is #168eee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,142,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #168eee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #168eee; -webkit-box-shadow: 1px 1px 3px 2px #168eee; box-shadow: 1px 1px 3px 2px #168eee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,142,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #168eee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #168eee; -webkit-box-shadow: 1px 1px 3px 2px #168eee; box-shadow: 1px 1px 3px 2px #168eee;">
Div content here</div>
This div box has shadow with color #168eee
Comments
No comments written yet.
Please login to write comment.