Color spaces of #268baa
RGB | 38 | 139 | 170 |
---|---|---|---|
HSL | 0.54 | 0.63 | 0.41 |
HSV | 194° | 78° | 67° |
CMYK | 0.78 | 0.18 | 0.00 0.33 |
XYZ | 17.2876 | 21.7796 | 41.3229 |
Yxy | 21.7796 | 0.2150 | 0.2709 |
Hunter Lab | 46.6686 | -15.5478 | -19.8305 |
CIE-Lab | 53.7924 | -17.5365 | -24.4700 |
#268baa color RGB value is (38,139,170).
#268baa hex color red value is 38, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #268baa hue: 0.54 , saturation: 0.63 and the lightness value of 268baa is 0.41.
The process color (four color CMYK) of #268baa color hex is 0.78, 0.18, 0.00, 0.33. Web safe color of #268baa is #339999. Color #268baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 10001011 | 10101010 |
Octal | 46 | 213 | 252 |
Decimal | 38 | 139 | 170 |
Hex | 26 | 8B | AA |
Shades of #268baa
Tints of #268baa
RGB Percentages of Color #268baa
CMYK Percentages of Color #268baa
Complementary Color
#268baa | #aa4526 |
#268baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#268baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#268baa Color CSS Codes
.mybgcolor {background-color:#268baa; } .myforecolor {color:#268baa; } .mybordercolor {border:3px solid #268baa; }
#268baa Text Font Color
<p style="color:#268baa">Text here</p>
This sample text font color is #268baa
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.
#268baa Background Color
<div style="background-color:#268baa">
Div content here</div>
This div background color is #268baa
#268baa Border Color
<div style="border:3px solid #268baa">
Div here</div>
This div border color is #268baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,139,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #268baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #268baa; -webkit-box-shadow: 1px 1px 3px 2px #268baa; box-shadow: 1px 1px 3px 2px #268baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,139,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #268baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #268baa; -webkit-box-shadow: 1px 1px 3px 2px #268baa; box-shadow: 1px 1px 3px 2px #268baa;">
Div content here</div>
This div box has shadow with color #268baa
Comments
No comments written yet.
Please login to write comment.