Color spaces of #84aaec
RGB | 132 | 170 | 236 |
---|---|---|---|
HSL | 0.61 | 0.73 | 0.72 |
HSV | 218° | 44° | 93° |
CMYK | 0.44 | 0.28 | 0.00 0.07 |
XYZ | 39.0308 | 39.7111 | 84.9647 |
Yxy | 39.7111 | 0.2384 | 0.2426 |
Hunter Lab | 63.0167 | 0.2786 | -35.8283 |
CIE-Lab | 69.2633 | 4.1293 | -37.1236 |
#84aaec color RGB value is (132,170,236).
#84aaec hex color red value is 132, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #84aaec hue: 0.61 , saturation: 0.73 and the lightness value of 84aaec is 0.72.
The process color (four color CMYK) of #84aaec color hex is 0.44, 0.28, 0.00, 0.07. Web safe color of #84aaec is #9999ff. Color #84aaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10101010 | 11101100 |
Octal | 204 | 252 | 354 |
Decimal | 132 | 170 | 236 |
Hex | 84 | AA | EC |
Shades of #84aaec
Tints of #84aaec
RGB Percentages of Color #84aaec
CMYK Percentages of Color #84aaec
Complementary Color
#84aaec | #ecc684 |
#84aaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#84aaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#84aaec Color CSS Codes
.mybgcolor {background-color:#84aaec; } .myforecolor {color:#84aaec; } .mybordercolor {border:3px solid #84aaec; }
#84aaec Text Font Color
<p style="color:#84aaec">Text here</p>
This sample text font color is #84aaec
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.
#84aaec Background Color
<div style="background-color:#84aaec">
Div content here</div>
This div background color is #84aaec
#84aaec Border Color
<div style="border:3px solid #84aaec">
Div here</div>
This div border color is #84aaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,170,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #84aaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #84aaec; -webkit-box-shadow: 1px 1px 3px 2px #84aaec; box-shadow: 1px 1px 3px 2px #84aaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,170,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 #84aaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #84aaec; -webkit-box-shadow: 1px 1px 3px 2px #84aaec; box-shadow: 1px 1px 3px 2px #84aaec;">
Div content here</div>
This div box has shadow with color #84aaec
Comments
No comments written yet.
Please login to write comment.