Color spaces of #255faf
RGB | 37 | 95 | 175 |
---|---|---|---|
HSL | 0.60 | 0.65 | 0.42 |
HSV | 215° | 79° | 69° |
CMYK | 0.79 | 0.46 | 0.00 0.31 |
XYZ | 12.5930 | 11.6729 | 42.1468 |
Yxy | 11.6729 | 0.1896 | 0.1758 |
Hunter Lab | 34.1656 | 6.0029 | -49.2244 |
CIE-Lab | 40.6915 | 10.5386 | -48.0138 |
#255faf color RGB value is (37,95,175).
#255faf hex color red value is 37, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #255faf hue: 0.60 , saturation: 0.65 and the lightness value of 255faf is 0.42.
The process color (four color CMYK) of #255faf color hex is 0.79, 0.46, 0.00, 0.31. Web safe color of #255faf is #336699. Color #255faf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 01011111 | 10101111 |
Octal | 45 | 137 | 257 |
Decimal | 37 | 95 | 175 |
Hex | 25 | 5F | AF |
Shades of #255faf
Tints of #255faf
RGB Percentages of Color #255faf
CMYK Percentages of Color #255faf
Complementary Color
#255faf | #af7525 |
#255faf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#255faf Color Preview on White Background
Lorem ipsum dolor sit amet.
#255faf Color CSS Codes
.mybgcolor {background-color:#255faf; } .myforecolor {color:#255faf; } .mybordercolor {border:3px solid #255faf; }
#255faf Text Font Color
<p style="color:#255faf">Text here</p>
This sample text font color is #255faf
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.
#255faf Background Color
<div style="background-color:#255faf">
Div content here</div>
This div background color is #255faf
#255faf Border Color
<div style="border:3px solid #255faf">
Div here</div>
This div border color is #255faf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,95,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #255faf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #255faf; -webkit-box-shadow: 1px 1px 3px 2px #255faf; box-shadow: 1px 1px 3px 2px #255faf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,95,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #255faf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #255faf; -webkit-box-shadow: 1px 1px 3px 2px #255faf; box-shadow: 1px 1px 3px 2px #255faf;">
Div content here</div>
This div box has shadow with color #255faf
Comments
No comments written yet.
Please login to write comment.