Color spaces of #27afbc
RGB | 39 | 175 | 188 |
---|---|---|---|
HSL | 0.51 | 0.66 | 0.45 |
HSV | 185° | 79° | 74° |
CMYK | 0.79 | 0.07 | 0.00 0.26 |
XYZ | 25.2438 | 34.7221 | 52.9485 |
Yxy | 34.7221 | 0.2236 | 0.3075 |
Hunter Lab | 58.9255 | -26.6498 | -12.0282 |
CIE-Lab | 65.5317 | -30.0326 | -16.7036 |
#27afbc color RGB value is (39,175,188).
#27afbc hex color red value is 39, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #27afbc hue: 0.51 , saturation: 0.66 and the lightness value of 27afbc is 0.45.
The process color (four color CMYK) of #27afbc color hex is 0.79, 0.07, 0.00, 0.26. Web safe color of #27afbc is #3399cc. Color #27afbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 10101111 | 10111100 |
Octal | 47 | 257 | 274 |
Decimal | 39 | 175 | 188 |
Hex | 27 | AF | BC |
Shades of #27afbc
Tints of #27afbc
RGB Percentages of Color #27afbc
CMYK Percentages of Color #27afbc
Complementary Color
#27afbc | #bc3427 |
#27afbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27afbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#27afbc Color CSS Codes
.mybgcolor {background-color:#27afbc; } .myforecolor {color:#27afbc; } .mybordercolor {border:3px solid #27afbc; }
#27afbc Text Font Color
<p style="color:#27afbc">Text here</p>
This sample text font color is #27afbc
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.
#27afbc Background Color
<div style="background-color:#27afbc">
Div content here</div>
This div background color is #27afbc
#27afbc Border Color
<div style="border:3px solid #27afbc">
Div here</div>
This div border color is #27afbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,175,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27afbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27afbc; -webkit-box-shadow: 1px 1px 3px 2px #27afbc; box-shadow: 1px 1px 3px 2px #27afbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,175,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27afbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27afbc; -webkit-box-shadow: 1px 1px 3px 2px #27afbc; box-shadow: 1px 1px 3px 2px #27afbc;">
Div content here</div>
This div box has shadow with color #27afbc
Comments
No comments written yet.
Please login to write comment.