Color spaces of #3aceec
RGB | 58 | 206 | 236 |
---|---|---|---|
HSL | 0.53 | 0.82 | 0.58 |
HSV | 190° | 75° | 93° |
CMYK | 0.75 | 0.13 | 0.00 0.07 |
XYZ | 38.9566 | 51.0983 | 87.1666 |
Yxy | 51.0983 | 0.2198 | 0.2883 |
Hunter Lab | 71.4831 | -27.8171 | -22.2602 |
CIE-Lab | 76.7385 | -28.3273 | -25.8123 |
#3aceec color RGB value is (58,206,236).
#3aceec hex color red value is 58, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3aceec hue: 0.53 , saturation: 0.82 and the lightness value of 3aceec is 0.58.
The process color (four color CMYK) of #3aceec color hex is 0.75, 0.13, 0.00, 0.07. Web safe color of #3aceec is #33ccff. Color #3aceec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001110 | 11101100 |
Octal | 72 | 316 | 354 |
Decimal | 58 | 206 | 236 |
Hex | 3A | CE | EC |
Shades of #3aceec
Tints of #3aceec
RGB Percentages of Color #3aceec
CMYK Percentages of Color #3aceec
Complementary Color
#3aceec | #ec583a |
#3aceec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3aceec Color Preview on White Background
Lorem ipsum dolor sit amet.
#3aceec Color CSS Codes
.mybgcolor {background-color:#3aceec; } .myforecolor {color:#3aceec; } .mybordercolor {border:3px solid #3aceec; }
#3aceec Text Font Color
<p style="color:#3aceec">Text here</p>
This sample text font color is #3aceec
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.
#3aceec Background Color
<div style="background-color:#3aceec">
Div content here</div>
This div background color is #3aceec
#3aceec Border Color
<div style="border:3px solid #3aceec">
Div here</div>
This div border color is #3aceec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,206,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3aceec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3aceec; -webkit-box-shadow: 1px 1px 3px 2px #3aceec; box-shadow: 1px 1px 3px 2px #3aceec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,206,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3aceec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3aceec; -webkit-box-shadow: 1px 1px 3px 2px #3aceec; box-shadow: 1px 1px 3px 2px #3aceec;">
Div content here</div>
This div box has shadow with color #3aceec
Comments
No comments written yet.
Please login to write comment.