Color spaces of #38aaab
RGB | 56 | 170 | 171 |
---|---|---|---|
HSL | 0.50 | 0.51 | 0.45 |
HSV | 181° | 67° | 67° |
CMYK | 0.67 | 0.01 | 0.00 0.33 |
XYZ | 23.3563 | 32.5305 | 43.5761 |
Yxy | 32.5305 | 0.2348 | 0.3271 |
Hunter Lab | 57.0355 | -26.7156 | -5.3737 |
CIE-Lab | 63.7789 | -30.6963 | -9.8372 |
#38aaab color RGB value is (56,170,171).
#38aaab hex color red value is 56, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #38aaab hue: 0.50 , saturation: 0.51 and the lightness value of 38aaab is 0.45.
The process color (four color CMYK) of #38aaab color hex is 0.67, 0.01, 0.00, 0.33. Web safe color of #38aaab is #339999. Color #38aaab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 10101010 | 10101011 |
Octal | 70 | 252 | 253 |
Decimal | 56 | 170 | 171 |
Hex | 38 | AA | AB |
Shades of #38aaab
Tints of #38aaab
RGB Percentages of Color #38aaab
CMYK Percentages of Color #38aaab
Complementary Color
#38aaab | #ab3938 |
#38aaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38aaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#38aaab Color CSS Codes
.mybgcolor {background-color:#38aaab; } .myforecolor {color:#38aaab; } .mybordercolor {border:3px solid #38aaab; }
#38aaab Text Font Color
<p style="color:#38aaab">Text here</p>
This sample text font color is #38aaab
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.
#38aaab Background Color
<div style="background-color:#38aaab">
Div content here</div>
This div background color is #38aaab
#38aaab Border Color
<div style="border:3px solid #38aaab">
Div here</div>
This div border color is #38aaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,170,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38aaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38aaab; -webkit-box-shadow: 1px 1px 3px 2px #38aaab; box-shadow: 1px 1px 3px 2px #38aaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,170,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38aaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38aaab; -webkit-box-shadow: 1px 1px 3px 2px #38aaab; box-shadow: 1px 1px 3px 2px #38aaab;">
Div content here</div>
This div box has shadow with color #38aaab
Comments
No comments written yet.
Please login to write comment.