Color spaces of #abefbc
RGB | 171 | 239 | 188 |
---|---|---|---|
HSL | 0.38 | 0.68 | 0.80 |
HSV | 135° | 28° | 94° |
CMYK | 0.28 | 0.00 | 0.21 0.06 |
XYZ | 56.7382 | 74.0218 | 58.8742 |
Yxy | 74.0218 | 0.2992 | 0.3903 |
Hunter Lab | 86.0359 | -32.8473 | 19.6531 |
CIE-Lab | 88.9328 | -31.2962 | 17.9821 |
#abefbc color RGB value is (171,239,188).
#abefbc hex color red value is 171, green value is 239 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #abefbc hue: 0.38 , saturation: 0.68 and the lightness value of abefbc is 0.80.
The process color (four color CMYK) of #abefbc color hex is 0.28, 0.00, 0.21, 0.06. Web safe color of #abefbc is #99ffcc. Color #abefbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101111 | 10111100 |
Octal | 253 | 357 | 274 |
Decimal | 171 | 239 | 188 |
Hex | AB | EF | BC |
Shades of #abefbc
Tints of #abefbc
RGB Percentages of Color #abefbc
CMYK Percentages of Color #abefbc
Complementary Color
#abefbc | #efabde |
#abefbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abefbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abefbc Color CSS Codes
.mybgcolor {background-color:#abefbc; } .myforecolor {color:#abefbc; } .mybordercolor {border:3px solid #abefbc; }
#abefbc Text Font Color
<p style="color:#abefbc">Text here</p>
This sample text font color is #abefbc
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.
#abefbc Background Color
<div style="background-color:#abefbc">
Div content here</div>
This div background color is #abefbc
#abefbc Border Color
<div style="border:3px solid #abefbc">
Div here</div>
This div border color is #abefbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,239,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abefbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abefbc; -webkit-box-shadow: 1px 1px 3px 2px #abefbc; box-shadow: 1px 1px 3px 2px #abefbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,239,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abefbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abefbc; -webkit-box-shadow: 1px 1px 3px 2px #abefbc; box-shadow: 1px 1px 3px 2px #abefbc;">
Div content here</div>
This div box has shadow with color #abefbc
Comments
No comments written yet.
Please login to write comment.