Color spaces of #3aaecc
RGB | 58 | 174 | 204 |
---|---|---|---|
HSL | 0.53 | 0.59 | 0.51 |
HSV | 192° | 72° | 80° |
CMYK | 0.72 | 0.15 | 0.00 0.20 |
XYZ | 27.7801 | 35.5313 | 62.5208 |
Yxy | 35.5313 | 0.2208 | 0.2824 |
Hunter Lab | 59.6081 | -21.1251 | -20.4614 |
CIE-Lab | 66.1602 | -22.3195 | -24.5778 |
#3aaecc color RGB value is (58,174,204).
#3aaecc hex color red value is 58, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3aaecc hue: 0.53 , saturation: 0.59 and the lightness value of 3aaecc is 0.51.
The process color (four color CMYK) of #3aaecc color hex is 0.72, 0.15, 0.00, 0.20. Web safe color of #3aaecc is #3399cc. Color #3aaecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10101110 | 11001100 |
Octal | 72 | 256 | 314 |
Decimal | 58 | 174 | 204 |
Hex | 3A | AE | CC |
Shades of #3aaecc
Tints of #3aaecc
RGB Percentages of Color #3aaecc
CMYK Percentages of Color #3aaecc
Complementary Color
#3aaecc | #cc583a |
#3aaecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3aaecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3aaecc Color CSS Codes
.mybgcolor {background-color:#3aaecc; } .myforecolor {color:#3aaecc; } .mybordercolor {border:3px solid #3aaecc; }
#3aaecc Text Font Color
<p style="color:#3aaecc">Text here</p>
This sample text font color is #3aaecc
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.
#3aaecc Background Color
<div style="background-color:#3aaecc">
Div content here</div>
This div background color is #3aaecc
#3aaecc Border Color
<div style="border:3px solid #3aaecc">
Div here</div>
This div border color is #3aaecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,174,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3aaecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3aaecc; -webkit-box-shadow: 1px 1px 3px 2px #3aaecc; box-shadow: 1px 1px 3px 2px #3aaecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,174,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3aaecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3aaecc; -webkit-box-shadow: 1px 1px 3px 2px #3aaecc; box-shadow: 1px 1px 3px 2px #3aaecc;">
Div content here</div>
This div box has shadow with color #3aaecc
Comments
No comments written yet.
Please login to write comment.