Color spaces of #abedbb
RGB | 171 | 237 | 187 |
---|---|---|---|
HSL | 0.37 | 0.65 | 0.80 |
HSV | 135° | 28° | 93° |
CMYK | 0.28 | 0.00 | 0.21 0.07 |
XYZ | 56.0484 | 72.8142 | 58.1142 |
Yxy | 72.8142 | 0.2998 | 0.3894 |
Hunter Lab | 85.3312 | -32.0849 | 19.3529 |
CIE-Lab | 88.3590 | -30.5362 | 17.6970 |
#abedbb color RGB value is (171,237,187).
#abedbb hex color red value is 171, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abedbb hue: 0.37 , saturation: 0.65 and the lightness value of abedbb is 0.80.
The process color (four color CMYK) of #abedbb color hex is 0.28, 0.00, 0.21, 0.07. Web safe color of #abedbb is #99ffcc. Color #abedbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101101 | 10111011 |
Octal | 253 | 355 | 273 |
Decimal | 171 | 237 | 187 |
Hex | AB | ED | BB |
Shades of #abedbb
Tints of #abedbb
RGB Percentages of Color #abedbb
CMYK Percentages of Color #abedbb
Complementary Color
#abedbb | #edabdd |
#abedbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abedbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#abedbb Color CSS Codes
.mybgcolor {background-color:#abedbb; } .myforecolor {color:#abedbb; } .mybordercolor {border:3px solid #abedbb; }
#abedbb Text Font Color
<p style="color:#abedbb">Text here</p>
This sample text font color is #abedbb
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.
#abedbb Background Color
<div style="background-color:#abedbb">
Div content here</div>
This div background color is #abedbb
#abedbb Border Color
<div style="border:3px solid #abedbb">
Div here</div>
This div border color is #abedbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,237,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abedbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abedbb; -webkit-box-shadow: 1px 1px 3px 2px #abedbb; box-shadow: 1px 1px 3px 2px #abedbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,237,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 #abedbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abedbb; -webkit-box-shadow: 1px 1px 3px 2px #abedbb; box-shadow: 1px 1px 3px 2px #abedbb;">
Div content here</div>
This div box has shadow with color #abedbb
Comments
No comments written yet.
Please login to write comment.