Color spaces of #a5febb
RGB | 165 | 254 | 187 |
---|---|---|---|
HSL | 0.37 | 0.98 | 0.82 |
HSV | 135° | 35° | 100° |
CMYK | 0.35 | 0.00 | 0.26 0.00 |
XYZ | 59.9285 | 82.4708 | 59.7736 |
Yxy | 82.4708 | 0.2964 | 0.4079 |
Hunter Lab | 90.8134 | -41.1300 | 24.5446 |
CIE-Lab | 92.7823 | -40.1415 | 23.7936 |
#a5febb color RGB value is (165,254,187).
#a5febb hex color red value is 165, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a5febb hue: 0.37 , saturation: 0.98 and the lightness value of a5febb is 0.82.
The process color (four color CMYK) of #a5febb color hex is 0.35, 0.00, 0.26, 0.00. Web safe color of #a5febb is #99ffcc. Color #a5febb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11111110 | 10111011 |
Octal | 245 | 376 | 273 |
Decimal | 165 | 254 | 187 |
Hex | A5 | FE | BB |
Shades of #a5febb
Tints of #a5febb
RGB Percentages of Color #a5febb
CMYK Percentages of Color #a5febb
Complementary Color
#a5febb | #fea5e8 |
#a5febb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5febb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5febb Color CSS Codes
.mybgcolor {background-color:#a5febb; } .myforecolor {color:#a5febb; } .mybordercolor {border:3px solid #a5febb; }
#a5febb Text Font Color
<p style="color:#a5febb">Text here</p>
This sample text font color is #a5febb
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.
#a5febb Background Color
<div style="background-color:#a5febb">
Div content here</div>
This div background color is #a5febb
#a5febb Border Color
<div style="border:3px solid #a5febb">
Div here</div>
This div border color is #a5febb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,254,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5febb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5febb; -webkit-box-shadow: 1px 1px 3px 2px #a5febb; box-shadow: 1px 1px 3px 2px #a5febb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,254,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 #a5febb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5febb; -webkit-box-shadow: 1px 1px 3px 2px #a5febb; box-shadow: 1px 1px 3px 2px #a5febb;">
Div content here</div>
This div box has shadow with color #a5febb
Comments
No comments written yet.
Please login to write comment.