Color spaces of #abefcb
RGB | 171 | 239 | 203 |
---|---|---|---|
HSL | 0.41 | 0.68 | 0.80 |
HSV | 148° | 28° | 94° |
CMYK | 0.28 | 0.00 | 0.15 0.06 |
XYZ | 58.4406 | 74.7027 | 67.8388 |
Yxy | 74.7027 | 0.2908 | 0.3717 |
Hunter Lab | 86.4307 | -30.5600 | 13.9652 |
CIE-Lab | 89.2536 | -28.5096 | 10.6527 |
#abefcb color RGB value is (171,239,203).
#abefcb hex color red value is 171, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #abefcb hue: 0.41 , saturation: 0.68 and the lightness value of abefcb is 0.80.
The process color (four color CMYK) of #abefcb color hex is 0.28, 0.00, 0.15, 0.06. Web safe color of #abefcb is #99ffcc. Color #abefcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101111 | 11001011 |
Octal | 253 | 357 | 313 |
Decimal | 171 | 239 | 203 |
Hex | AB | EF | CB |
Shades of #abefcb
Tints of #abefcb
RGB Percentages of Color #abefcb
CMYK Percentages of Color #abefcb
Complementary Color
#abefcb | #efabcf |
#abefcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abefcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#abefcb Color CSS Codes
.mybgcolor {background-color:#abefcb; } .myforecolor {color:#abefcb; } .mybordercolor {border:3px solid #abefcb; }
#abefcb Text Font Color
<p style="color:#abefcb">Text here</p>
This sample text font color is #abefcb
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.
#abefcb Background Color
<div style="background-color:#abefcb">
Div content here</div>
This div background color is #abefcb
#abefcb Border Color
<div style="border:3px solid #abefcb">
Div here</div>
This div border color is #abefcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,239,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abefcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abefcb; -webkit-box-shadow: 1px 1px 3px 2px #abefcb; box-shadow: 1px 1px 3px 2px #abefcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,239,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abefcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abefcb; -webkit-box-shadow: 1px 1px 3px 2px #abefcb; box-shadow: 1px 1px 3px 2px #abefcb;">
Div content here</div>
This div box has shadow with color #abefcb
Comments
No comments written yet.
Please login to write comment.