Color spaces of #abefba
RGB | 171 | 239 | 186 |
---|---|---|---|
HSL | 0.37 | 0.68 | 0.80 |
HSV | 133° | 28° | 94° |
CMYK | 0.28 | 0.00 | 0.22 0.06 |
XYZ | 56.5240 | 73.9361 | 57.7463 |
Yxy | 73.9361 | 0.3003 | 0.3928 |
Hunter Lab | 85.9861 | -33.1366 | 20.3725 |
CIE-Lab | 88.8923 | -31.6521 | 18.9595 |
#abefba color RGB value is (171,239,186).
#abefba hex color red value is 171, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #abefba hue: 0.37 , saturation: 0.68 and the lightness value of abefba is 0.80.
The process color (four color CMYK) of #abefba color hex is 0.28, 0.00, 0.22, 0.06. Web safe color of #abefba is #99ffcc. Color #abefba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101111 | 10111010 |
Octal | 253 | 357 | 272 |
Decimal | 171 | 239 | 186 |
Hex | AB | EF | BA |
Shades of #abefba
Tints of #abefba
RGB Percentages of Color #abefba
CMYK Percentages of Color #abefba
Complementary Color
#abefba | #efabe0 |
#abefba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abefba Color Preview on White Background
Lorem ipsum dolor sit amet.
#abefba Color CSS Codes
.mybgcolor {background-color:#abefba; } .myforecolor {color:#abefba; } .mybordercolor {border:3px solid #abefba; }
#abefba Text Font Color
<p style="color:#abefba">Text here</p>
This sample text font color is #abefba
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.
#abefba Background Color
<div style="background-color:#abefba">
Div content here</div>
This div background color is #abefba
#abefba Border Color
<div style="border:3px solid #abefba">
Div here</div>
This div border color is #abefba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,239,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abefba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abefba; -webkit-box-shadow: 1px 1px 3px 2px #abefba; box-shadow: 1px 1px 3px 2px #abefba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,239,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abefba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abefba; -webkit-box-shadow: 1px 1px 3px 2px #abefba; box-shadow: 1px 1px 3px 2px #abefba;">
Div content here</div>
This div box has shadow with color #abefba
Comments
No comments written yet.
Please login to write comment.