Color spaces of #258faa
RGB | 37 | 143 | 170 |
---|---|---|---|
HSL | 0.53 | 0.64 | 0.41 |
HSV | 192° | 78° | 67° |
CMYK | 0.78 | 0.16 | 0.00 0.33 |
XYZ | 17.8411 | 22.9405 | 41.5178 |
Yxy | 22.9405 | 0.2168 | 0.2787 |
Hunter Lab | 47.8962 | -17.3281 | -17.8669 |
CIE-Lab | 55.0110 | -19.7974 | -22.5962 |
#258faa color RGB value is (37,143,170).
#258faa hex color red value is 37, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #258faa hue: 0.53 , saturation: 0.64 and the lightness value of 258faa is 0.41.
The process color (four color CMYK) of #258faa color hex is 0.78, 0.16, 0.00, 0.33. Web safe color of #258faa is #339999. Color #258faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 10001111 | 10101010 |
Octal | 45 | 217 | 252 |
Decimal | 37 | 143 | 170 |
Hex | 25 | 8F | AA |
Shades of #258faa
Tints of #258faa
RGB Percentages of Color #258faa
CMYK Percentages of Color #258faa
Complementary Color
#258faa | #aa4025 |
#258faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#258faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#258faa Color CSS Codes
.mybgcolor {background-color:#258faa; } .myforecolor {color:#258faa; } .mybordercolor {border:3px solid #258faa; }
#258faa Text Font Color
<p style="color:#258faa">Text here</p>
This sample text font color is #258faa
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.
#258faa Background Color
<div style="background-color:#258faa">
Div content here</div>
This div background color is #258faa
#258faa Border Color
<div style="border:3px solid #258faa">
Div here</div>
This div border color is #258faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,143,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #258faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #258faa; -webkit-box-shadow: 1px 1px 3px 2px #258faa; box-shadow: 1px 1px 3px 2px #258faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,143,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 #258faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #258faa; -webkit-box-shadow: 1px 1px 3px 2px #258faa; box-shadow: 1px 1px 3px 2px #258faa;">
Div content here</div>
This div box has shadow with color #258faa
Comments
No comments written yet.
Please login to write comment.