Color spaces of #aeefbb
RGB | 174 | 239 | 187 |
---|---|---|---|
HSL | 0.37 | 0.67 | 0.81 |
HSV | 132° | 27° | 94° |
CMYK | 0.27 | 0.00 | 0.22 0.06 |
XYZ | 57.2917 | 74.3195 | 58.3392 |
Yxy | 74.3195 | 0.3016 | 0.3913 |
Hunter Lab | 86.2088 | -32.2397 | 20.2234 |
CIE-Lab | 89.0733 | -30.5372 | 18.7194 |
#aeefbb color RGB value is (174,239,187).
#aeefbb hex color red value is 174, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aeefbb hue: 0.37 , saturation: 0.67 and the lightness value of aeefbb is 0.81.
The process color (four color CMYK) of #aeefbb color hex is 0.27, 0.00, 0.22, 0.06. Web safe color of #aeefbb is #99ffcc. Color #aeefbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101111 | 10111011 |
Octal | 256 | 357 | 273 |
Decimal | 174 | 239 | 187 |
Hex | AE | EF | BB |
Shades of #aeefbb
Tints of #aeefbb
RGB Percentages of Color #aeefbb
CMYK Percentages of Color #aeefbb
Complementary Color
#aeefbb | #efaee2 |
#aeefbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeefbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeefbb Color CSS Codes
.mybgcolor {background-color:#aeefbb; } .myforecolor {color:#aeefbb; } .mybordercolor {border:3px solid #aeefbb; }
#aeefbb Text Font Color
<p style="color:#aeefbb">Text here</p>
This sample text font color is #aeefbb
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.
#aeefbb Background Color
<div style="background-color:#aeefbb">
Div content here</div>
This div background color is #aeefbb
#aeefbb Border Color
<div style="border:3px solid #aeefbb">
Div here</div>
This div border color is #aeefbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,239,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeefbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeefbb; -webkit-box-shadow: 1px 1px 3px 2px #aeefbb; box-shadow: 1px 1px 3px 2px #aeefbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,239,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 #aeefbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeefbb; -webkit-box-shadow: 1px 1px 3px 2px #aeefbb; box-shadow: 1px 1px 3px 2px #aeefbb;">
Div content here</div>
This div box has shadow with color #aeefbb
Comments
No comments written yet.
Please login to write comment.