Color spaces of #aefbb1
RGB | 174 | 251 | 177 |
---|---|---|---|
HSL | 0.34 | 0.91 | 0.83 |
HSV | 122° | 31° | 98° |
CMYK | 0.31 | 0.00 | 0.29 0.02 |
XYZ | 59.8886 | 81.1674 | 54.1054 |
Yxy | 81.1674 | 0.3069 | 0.4159 |
Hunter Lab | 90.0930 | -39.0062 | 27.4584 |
CIE-Lab | 92.2061 | -37.7533 | 28.1495 |
#aefbb1 color RGB value is (174,251,177).
#aefbb1 hex color red value is 174, green value is 251 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #aefbb1 hue: 0.34 , saturation: 0.91 and the lightness value of aefbb1 is 0.83.
The process color (four color CMYK) of #aefbb1 color hex is 0.31, 0.00, 0.29, 0.02. Web safe color of #aefbb1 is #99ff99. Color #aefbb1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11111011 | 10110001 |
Octal | 256 | 373 | 261 |
Decimal | 174 | 251 | 177 |
Hex | AE | FB | B1 |
Shades of #aefbb1
Tints of #aefbb1
RGB Percentages of Color #aefbb1
CMYK Percentages of Color #aefbb1
Complementary Color
#aefbb1 | #fbaef8 |
#aefbb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aefbb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aefbb1 Color CSS Codes
.mybgcolor {background-color:#aefbb1; } .myforecolor {color:#aefbb1; } .mybordercolor {border:3px solid #aefbb1; }
#aefbb1 Text Font Color
<p style="color:#aefbb1">Text here</p>
This sample text font color is #aefbb1
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.
#aefbb1 Background Color
<div style="background-color:#aefbb1">
Div content here</div>
This div background color is #aefbb1
#aefbb1 Border Color
<div style="border:3px solid #aefbb1">
Div here</div>
This div border color is #aefbb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,251,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aefbb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aefbb1; -webkit-box-shadow: 1px 1px 3px 2px #aefbb1; box-shadow: 1px 1px 3px 2px #aefbb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,251,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aefbb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aefbb1; -webkit-box-shadow: 1px 1px 3px 2px #aefbb1; box-shadow: 1px 1px 3px 2px #aefbb1;">
Div content here</div>
This div box has shadow with color #aefbb1
Comments
No comments written yet.
Please login to write comment.