Color spaces of #255fed
RGB | 37 | 95 | 237 |
---|---|---|---|
HSL | 0.62 | 0.85 | 0.54 |
HSV | 223° | 84° | 93° |
CMYK | 0.84 | 0.60 | 0.00 0.07 |
XYZ | 20.1412 | 14.6922 | 81.8951 |
Yxy | 14.6922 | 0.1725 | 0.1259 |
Hunter Lab | 38.3304 | 26.7169 | -99.8452 |
CIE-Lab | 45.2097 | 34.2584 | -76.3506 |
#255fed color RGB value is (37,95,237).
#255fed hex color red value is 37, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #255fed hue: 0.62 , saturation: 0.85 and the lightness value of 255fed is 0.54.
The process color (four color CMYK) of #255fed color hex is 0.84, 0.60, 0.00, 0.07. Web safe color of #255fed is #3366ff. Color #255fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 01011111 | 11101101 |
Octal | 45 | 137 | 355 |
Decimal | 37 | 95 | 237 |
Hex | 25 | 5F | ED |
Shades of #255fed
Tints of #255fed
RGB Percentages of Color #255fed
CMYK Percentages of Color #255fed
Complementary Color
#255fed | #edb325 |
#255fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#255fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#255fed Color CSS Codes
.mybgcolor {background-color:#255fed; } .myforecolor {color:#255fed; } .mybordercolor {border:3px solid #255fed; }
#255fed Text Font Color
<p style="color:#255fed">Text here</p>
This sample text font color is #255fed
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.
#255fed Background Color
<div style="background-color:#255fed">
Div content here</div>
This div background color is #255fed
#255fed Border Color
<div style="border:3px solid #255fed">
Div here</div>
This div border color is #255fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,95,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #255fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #255fed; -webkit-box-shadow: 1px 1px 3px 2px #255fed; box-shadow: 1px 1px 3px 2px #255fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,95,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #255fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #255fed; -webkit-box-shadow: 1px 1px 3px 2px #255fed; box-shadow: 1px 1px 3px 2px #255fed;">
Div content here</div>
This div box has shadow with color #255fed
Comments
No comments written yet.
Please login to write comment.