Color spaces of #abecbf
RGB | 171 | 236 | 191 |
---|---|---|---|
HSL | 0.38 | 0.63 | 0.80 |
HSV | 138° | 28° | 93° |
CMYK | 0.28 | 0.00 | 0.19 0.07 |
XYZ | 56.1940 | 72.4104 | 60.3051 |
Yxy | 72.4104 | 0.2975 | 0.3833 |
Hunter Lab | 85.0943 | -31.0384 | 17.5480 |
CIE-Lab | 88.1658 | -29.3404 | 15.3502 |
#abecbf color RGB value is (171,236,191).
#abecbf hex color red value is 171, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abecbf hue: 0.38 , saturation: 0.63 and the lightness value of abecbf is 0.80.
The process color (four color CMYK) of #abecbf color hex is 0.28, 0.00, 0.19, 0.07. Web safe color of #abecbf is #99ffcc. Color #abecbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11101100 | 10111111 |
Octal | 253 | 354 | 277 |
Decimal | 171 | 236 | 191 |
Hex | AB | EC | BF |
Shades of #abecbf
Tints of #abecbf
RGB Percentages of Color #abecbf
CMYK Percentages of Color #abecbf
Complementary Color
#abecbf | #ecabd8 |
#abecbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abecbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#abecbf Color CSS Codes
.mybgcolor {background-color:#abecbf; } .myforecolor {color:#abecbf; } .mybordercolor {border:3px solid #abecbf; }
#abecbf Text Font Color
<p style="color:#abecbf">Text here</p>
This sample text font color is #abecbf
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.
#abecbf Background Color
<div style="background-color:#abecbf">
Div content here</div>
This div background color is #abecbf
#abecbf Border Color
<div style="border:3px solid #abecbf">
Div here</div>
This div border color is #abecbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,236,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abecbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abecbf; -webkit-box-shadow: 1px 1px 3px 2px #abecbf; box-shadow: 1px 1px 3px 2px #abecbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,236,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abecbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abecbf; -webkit-box-shadow: 1px 1px 3px 2px #abecbf; box-shadow: 1px 1px 3px 2px #abecbf;">
Div content here</div>
This div box has shadow with color #abecbf
Comments
No comments written yet.
Please login to write comment.