Color spaces of #27696b
RGB | 39 | 105 | 107 |
---|---|---|---|
HSL | 0.50 | 0.47 | 0.29 |
HSV | 182° | 64° | 42° |
CMYK | 0.64 | 0.02 | 0.00 0.58 |
XYZ | 8.5421 | 11.5960 | 15.6980 |
Yxy | 11.5960 | 0.2384 | 0.3236 |
Hunter Lab | 34.0529 | -14.8162 | -3.4950 |
CIE-Lab | 40.5667 | -19.8576 | -7.3429 |
#27696b color RGB value is (39,105,107).
#27696b hex color red value is 39, green value is 105 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #27696b hue: 0.50 , saturation: 0.47 and the lightness value of 27696b is 0.29.
The process color (four color CMYK) of #27696b color hex is 0.64, 0.02, 0.00, 0.58. Web safe color of #27696b is #336666. Color #27696b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01101001 | 01101011 |
Octal | 47 | 151 | 153 |
Decimal | 39 | 105 | 107 |
Hex | 27 | 69 | 6B |
Shades of #27696b
Tints of #27696b
RGB Percentages of Color #27696b
CMYK Percentages of Color #27696b
Complementary Color
#27696b | #6b2927 |
#27696b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27696b Color Preview on White Background
Lorem ipsum dolor sit amet.
#27696b Color CSS Codes
.mybgcolor {background-color:#27696b; } .myforecolor {color:#27696b; } .mybordercolor {border:3px solid #27696b; }
#27696b Text Font Color
<p style="color:#27696b">Text here</p>
This sample text font color is #27696b
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.
#27696b Background Color
<div style="background-color:#27696b">
Div content here</div>
This div background color is #27696b
#27696b Border Color
<div style="border:3px solid #27696b">
Div here</div>
This div border color is #27696b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,105,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27696b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27696b; -webkit-box-shadow: 1px 1px 3px 2px #27696b; box-shadow: 1px 1px 3px 2px #27696b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,105,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27696b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27696b; -webkit-box-shadow: 1px 1px 3px 2px #27696b; box-shadow: 1px 1px 3px 2px #27696b;">
Div content here</div>
This div box has shadow with color #27696b
Comments
No comments written yet.
Please login to write comment.