Color spaces of #81ecae
RGB | 129 | 236 | 174 |
---|---|---|---|
HSL | 0.40 | 0.74 | 0.72 |
HSV | 145° | 45° | 93° |
CMYK | 0.45 | 0.00 | 0.26 0.07 |
XYZ | 46.6887 | 67.7140 | 50.6538 |
Yxy | 67.7140 | 0.2829 | 0.4102 |
Hunter Lab | 82.2885 | -42.7279 | 21.1052 |
CIE-Lab | 85.8632 | -44.5529 | 20.6564 |
#81ecae color RGB value is (129,236,174).
#81ecae hex color red value is 129, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #81ecae hue: 0.40 , saturation: 0.74 and the lightness value of 81ecae is 0.72.
The process color (four color CMYK) of #81ecae color hex is 0.45, 0.00, 0.26, 0.07. Web safe color of #81ecae is #99ff99. Color #81ecae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 11101100 | 10101110 |
Octal | 201 | 354 | 256 |
Decimal | 129 | 236 | 174 |
Hex | 81 | EC | AE |
Shades of #81ecae
Tints of #81ecae
RGB Percentages of Color #81ecae
CMYK Percentages of Color #81ecae
Complementary Color
#81ecae | #ec81bf |
#81ecae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81ecae Color Preview on White Background
Lorem ipsum dolor sit amet.
#81ecae Color CSS Codes
.mybgcolor {background-color:#81ecae; } .myforecolor {color:#81ecae; } .mybordercolor {border:3px solid #81ecae; }
#81ecae Text Font Color
<p style="color:#81ecae">Text here</p>
This sample text font color is #81ecae
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.
#81ecae Background Color
<div style="background-color:#81ecae">
Div content here</div>
This div background color is #81ecae
#81ecae Border Color
<div style="border:3px solid #81ecae">
Div here</div>
This div border color is #81ecae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,236,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81ecae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81ecae; -webkit-box-shadow: 1px 1px 3px 2px #81ecae; box-shadow: 1px 1px 3px 2px #81ecae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,236,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81ecae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81ecae; -webkit-box-shadow: 1px 1px 3px 2px #81ecae; box-shadow: 1px 1px 3px 2px #81ecae;">
Div content here</div>
This div box has shadow with color #81ecae
Comments
No comments written yet.
Please login to write comment.