Color spaces of #3aaebb
RGB | 58 | 174 | 187 |
---|---|---|---|
HSL | 0.52 | 0.53 | 0.48 |
HSV | 186° | 69° | 73° |
CMYK | 0.69 | 0.07 | 0.00 0.27 |
XYZ | 25.8506 | 34.7595 | 52.3605 |
Yxy | 34.7595 | 0.2288 | 0.3077 |
Hunter Lab | 58.9572 | -24.9093 | -11.3860 |
CIE-Lab | 65.5610 | -27.6039 | -16.0688 |
#3aaebb color RGB value is (58,174,187).
#3aaebb hex color red value is 58, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3aaebb hue: 0.52 , saturation: 0.53 and the lightness value of 3aaebb is 0.48.
The process color (four color CMYK) of #3aaebb color hex is 0.69, 0.07, 0.00, 0.27. Web safe color of #3aaebb is #3399cc. Color #3aaebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10101110 | 10111011 |
Octal | 72 | 256 | 273 |
Decimal | 58 | 174 | 187 |
Hex | 3A | AE | BB |
Shades of #3aaebb
Tints of #3aaebb
RGB Percentages of Color #3aaebb
CMYK Percentages of Color #3aaebb
Complementary Color
#3aaebb | #bb473a |
#3aaebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3aaebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3aaebb Color CSS Codes
.mybgcolor {background-color:#3aaebb; } .myforecolor {color:#3aaebb; } .mybordercolor {border:3px solid #3aaebb; }
#3aaebb Text Font Color
<p style="color:#3aaebb">Text here</p>
This sample text font color is #3aaebb
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.
#3aaebb Background Color
<div style="background-color:#3aaebb">
Div content here</div>
This div background color is #3aaebb
#3aaebb Border Color
<div style="border:3px solid #3aaebb">
Div here</div>
This div border color is #3aaebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,174,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3aaebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3aaebb; -webkit-box-shadow: 1px 1px 3px 2px #3aaebb; box-shadow: 1px 1px 3px 2px #3aaebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,174,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3aaebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3aaebb; -webkit-box-shadow: 1px 1px 3px 2px #3aaebb; box-shadow: 1px 1px 3px 2px #3aaebb;">
Div content here</div>
This div box has shadow with color #3aaebb
Comments
No comments written yet.
Please login to write comment.