Color spaces of #27555e
RGB | 39 | 85 | 94 |
---|---|---|---|
HSL | 0.53 | 0.41 | 0.26 |
HSV | 190° | 59° | 37° |
CMYK | 0.59 | 0.10 | 0.00 0.63 |
XYZ | 6.1056 | 7.7365 | 11.7612 |
Yxy | 7.7365 | 0.2385 | 0.3022 |
Hunter Lab | 27.8146 | -9.4928 | -5.6002 |
CIE-Lab | 33.4280 | -12.8043 | -10.0284 |
#27555e color RGB value is (39,85,94).
#27555e hex color red value is 39, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #27555e hue: 0.53 , saturation: 0.41 and the lightness value of 27555e is 0.26.
The process color (four color CMYK) of #27555e color hex is 0.59, 0.10, 0.00, 0.63. Web safe color of #27555e is #336666. Color #27555e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01010101 | 01011110 |
Octal | 47 | 125 | 136 |
Decimal | 39 | 85 | 94 |
Hex | 27 | 55 | 5E |
Shades of #27555e
Tints of #27555e
RGB Percentages of Color #27555e
CMYK Percentages of Color #27555e
Complementary Color
#27555e | #5e3027 |
#27555e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27555e Color Preview on White Background
Lorem ipsum dolor sit amet.
#27555e Color CSS Codes
.mybgcolor {background-color:#27555e; } .myforecolor {color:#27555e; } .mybordercolor {border:3px solid #27555e; }
#27555e Text Font Color
<p style="color:#27555e">Text here</p>
This sample text font color is #27555e
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.
#27555e Background Color
<div style="background-color:#27555e">
Div content here</div>
This div background color is #27555e
#27555e Border Color
<div style="border:3px solid #27555e">
Div here</div>
This div border color is #27555e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,85,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27555e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27555e; -webkit-box-shadow: 1px 1px 3px 2px #27555e; box-shadow: 1px 1px 3px 2px #27555e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,85,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27555e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27555e; -webkit-box-shadow: 1px 1px 3px 2px #27555e; box-shadow: 1px 1px 3px 2px #27555e;">
Div content here</div>
This div box has shadow with color #27555e
Comments
No comments written yet.
Please login to write comment.