Color spaces of #27acdc
RGB | 39 | 172 | 220 |
---|---|---|---|
HSL | 0.54 | 0.72 | 0.51 |
HSV | 196° | 82° | 86° |
CMYK | 0.82 | 0.22 | 0.00 0.14 |
XYZ | 28.5075 | 35.1037 | 72.9833 |
Yxy | 35.1037 | 0.2087 | 0.2570 |
Hunter Lab | 59.2484 | -17.7989 | -31.5607 |
CIE-Lab | 65.8293 | -18.0219 | -33.9471 |
#27acdc color RGB value is (39,172,220).
#27acdc hex color red value is 39, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #27acdc hue: 0.54 , saturation: 0.72 and the lightness value of 27acdc is 0.51.
The process color (four color CMYK) of #27acdc color hex is 0.82, 0.22, 0.00, 0.14. Web safe color of #27acdc is #3399cc. Color #27acdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 10101100 | 11011100 |
Octal | 47 | 254 | 334 |
Decimal | 39 | 172 | 220 |
Hex | 27 | AC | DC |
Shades of #27acdc
Tints of #27acdc
RGB Percentages of Color #27acdc
CMYK Percentages of Color #27acdc
Complementary Color
#27acdc | #dc5727 |
#27acdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#27acdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#27acdc Color CSS Codes
.mybgcolor {background-color:#27acdc; } .myforecolor {color:#27acdc; } .mybordercolor {border:3px solid #27acdc; }
#27acdc Text Font Color
<p style="color:#27acdc">Text here</p>
This sample text font color is #27acdc
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.
#27acdc Background Color
<div style="background-color:#27acdc">
Div content here</div>
This div background color is #27acdc
#27acdc Border Color
<div style="border:3px solid #27acdc">
Div here</div>
This div border color is #27acdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,172,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #27acdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #27acdc; -webkit-box-shadow: 1px 1px 3px 2px #27acdc; box-shadow: 1px 1px 3px 2px #27acdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,172,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #27acdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #27acdc; -webkit-box-shadow: 1px 1px 3px 2px #27acdc; box-shadow: 1px 1px 3px 2px #27acdc;">
Div content here</div>
This div box has shadow with color #27acdc
Comments
No comments written yet.
Please login to write comment.