Color spaces of #255e85
RGB | 37 | 94 | 133 |
---|---|---|---|
HSL | 0.57 | 0.56 | 0.33 |
HSV | 204° | 72° | 52° |
CMYK | 0.72 | 0.29 | 0.00 0.48 |
XYZ | 8.9993 | 10.0922 | 23.6640 |
Yxy | 10.0922 | 0.2105 | 0.2360 |
Hunter Lab | 31.7682 | -5.0289 | -21.9271 |
CIE-Lab | 38.0074 | -4.8997 | -27.1304 |
#255e85 color RGB value is (37,94,133).
#255e85 hex color red value is 37, green value is 94 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #255e85 hue: 0.57 , saturation: 0.56 and the lightness value of 255e85 is 0.33.
The process color (four color CMYK) of #255e85 color hex is 0.72, 0.29, 0.00, 0.48. Web safe color of #255e85 is #336699. Color #255e85 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 01011110 | 10000101 |
Octal | 45 | 136 | 205 |
Decimal | 37 | 94 | 133 |
Hex | 25 | 5E | 85 |
Shades of #255e85
Tints of #255e85
RGB Percentages of Color #255e85
CMYK Percentages of Color #255e85
Complementary Color
#255e85 | #854c25 |
#255e85 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#255e85 Color Preview on White Background
Lorem ipsum dolor sit amet.
#255e85 Color CSS Codes
.mybgcolor {background-color:#255e85; } .myforecolor {color:#255e85; } .mybordercolor {border:3px solid #255e85; }
#255e85 Text Font Color
<p style="color:#255e85">Text here</p>
This sample text font color is #255e85
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.
#255e85 Background Color
<div style="background-color:#255e85">
Div content here</div>
This div background color is #255e85
#255e85 Border Color
<div style="border:3px solid #255e85">
Div here</div>
This div border color is #255e85
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,94,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #255e85; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #255e85; -webkit-box-shadow: 1px 1px 3px 2px #255e85; box-shadow: 1px 1px 3px 2px #255e85; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,94,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #255e85">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #255e85; -webkit-box-shadow: 1px 1px 3px 2px #255e85; box-shadow: 1px 1px 3px 2px #255e85;">
Div content here</div>
This div box has shadow with color #255e85
Comments
No comments written yet.
Please login to write comment.