Color spaces of #3acedc
RGB | 58 | 206 | 220 |
---|---|---|---|
HSL | 0.51 | 0.70 | 0.55 |
HSV | 185° | 74° | 86° |
CMYK | 0.74 | 0.06 | 0.00 0.14 |
XYZ | 36.7345 | 50.2095 | 75.4654 |
Yxy | 50.2095 | 0.2262 | 0.3092 |
Hunter Lab | 70.8587 | -31.4648 | -13.5436 |
CIE-Lab | 76.1977 | -33.1965 | -18.0328 |
#3acedc color RGB value is (58,206,220).
#3acedc hex color red value is 58, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3acedc hue: 0.51 , saturation: 0.70 and the lightness value of 3acedc is 0.55.
The process color (four color CMYK) of #3acedc color hex is 0.74, 0.06, 0.00, 0.14. Web safe color of #3acedc is #33cccc. Color #3acedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001110 | 11011100 |
Octal | 72 | 316 | 334 |
Decimal | 58 | 206 | 220 |
Hex | 3A | CE | DC |
Shades of #3acedc
Tints of #3acedc
RGB Percentages of Color #3acedc
CMYK Percentages of Color #3acedc
Complementary Color
#3acedc | #dc483a |
#3acedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3acedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3acedc Color CSS Codes
.mybgcolor {background-color:#3acedc; } .myforecolor {color:#3acedc; } .mybordercolor {border:3px solid #3acedc; }
#3acedc Text Font Color
<p style="color:#3acedc">Text here</p>
This sample text font color is #3acedc
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.
#3acedc Background Color
<div style="background-color:#3acedc">
Div content here</div>
This div background color is #3acedc
#3acedc Border Color
<div style="border:3px solid #3acedc">
Div here</div>
This div border color is #3acedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,206,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3acedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3acedc; -webkit-box-shadow: 1px 1px 3px 2px #3acedc; box-shadow: 1px 1px 3px 2px #3acedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,206,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 #3acedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3acedc; -webkit-box-shadow: 1px 1px 3px 2px #3acedc; box-shadow: 1px 1px 3px 2px #3acedc;">
Div content here</div>
This div box has shadow with color #3acedc
Comments
No comments written yet.
Please login to write comment.