Color spaces of #81abec
RGB | 129 | 171 | 236 |
---|---|---|---|
HSL | 0.60 | 0.74 | 0.72 |
HSV | 216° | 45° | 93° |
CMYK | 0.45 | 0.28 | 0.00 0.07 |
XYZ | 38.7565 | 39.8491 | 85.0058 |
Yxy | 39.8491 | 0.2369 | 0.2436 |
Hunter Lab | 63.1261 | -0.8801 | -35.6517 |
CIE-Lab | 69.3619 | 2.8314 | -36.9832 |
#81abec color RGB value is (129,171,236).
#81abec hex color red value is 129, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #81abec hue: 0.60 , saturation: 0.74 and the lightness value of 81abec is 0.72.
The process color (four color CMYK) of #81abec color hex is 0.45, 0.28, 0.00, 0.07. Web safe color of #81abec is #9999ff. Color #81abec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 10101011 | 11101100 |
Octal | 201 | 253 | 354 |
Decimal | 129 | 171 | 236 |
Hex | 81 | AB | EC |
Shades of #81abec
Tints of #81abec
RGB Percentages of Color #81abec
CMYK Percentages of Color #81abec
Complementary Color
#81abec | #ecc281 |
#81abec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81abec Color Preview on White Background
Lorem ipsum dolor sit amet.
#81abec Color CSS Codes
.mybgcolor {background-color:#81abec; } .myforecolor {color:#81abec; } .mybordercolor {border:3px solid #81abec; }
#81abec Text Font Color
<p style="color:#81abec">Text here</p>
This sample text font color is #81abec
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.
#81abec Background Color
<div style="background-color:#81abec">
Div content here</div>
This div background color is #81abec
#81abec Border Color
<div style="border:3px solid #81abec">
Div here</div>
This div border color is #81abec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,171,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81abec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81abec; -webkit-box-shadow: 1px 1px 3px 2px #81abec; box-shadow: 1px 1px 3px 2px #81abec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,171,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 #81abec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81abec; -webkit-box-shadow: 1px 1px 3px 2px #81abec; box-shadow: 1px 1px 3px 2px #81abec;">
Div content here</div>
This div box has shadow with color #81abec
Comments
No comments written yet.
Please login to write comment.