Color spaces of #266eab
RGB | 38 | 110 | 171 |
---|---|---|---|
HSL | 0.58 | 0.64 | 0.41 |
HSV | 208° | 78° | 67° |
CMYK | 0.78 | 0.36 | 0.00 0.33 |
XYZ | 13.7259 | 14.5042 | 40.6042 |
Yxy | 14.5042 | 0.1994 | 0.2107 |
Hunter Lab | 38.0844 | -2.3149 | -36.5538 |
CIE-Lab | 44.9475 | -0.3811 | -38.8754 |
#266eab color RGB value is (38,110,171).
#266eab hex color red value is 38, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #266eab hue: 0.58 , saturation: 0.64 and the lightness value of 266eab is 0.41.
The process color (four color CMYK) of #266eab color hex is 0.78, 0.36, 0.00, 0.33. Web safe color of #266eab is #336699. Color #266eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 01101110 | 10101011 |
Octal | 46 | 156 | 253 |
Decimal | 38 | 110 | 171 |
Hex | 26 | 6E | AB |
Shades of #266eab
Tints of #266eab
RGB Percentages of Color #266eab
CMYK Percentages of Color #266eab
Complementary Color
#266eab | #ab6326 |
#266eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#266eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#266eab Color CSS Codes
.mybgcolor {background-color:#266eab; } .myforecolor {color:#266eab; } .mybordercolor {border:3px solid #266eab; }
#266eab Text Font Color
<p style="color:#266eab">Text here</p>
This sample text font color is #266eab
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.
#266eab Background Color
<div style="background-color:#266eab">
Div content here</div>
This div background color is #266eab
#266eab Border Color
<div style="border:3px solid #266eab">
Div here</div>
This div border color is #266eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,110,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #266eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #266eab; -webkit-box-shadow: 1px 1px 3px 2px #266eab; box-shadow: 1px 1px 3px 2px #266eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,110,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #266eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #266eab; -webkit-box-shadow: 1px 1px 3px 2px #266eab; box-shadow: 1px 1px 3px 2px #266eab;">
Div content here</div>
This div box has shadow with color #266eab
Comments
No comments written yet.
Please login to write comment.