Color spaces of #abddc4
RGB | 171 | 221 | 196 |
---|---|---|---|
HSL | 0.42 | 0.42 | 0.77 |
HSV | 150° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.11 0.13 |
XYZ | 52.6148 | 64.3564 | 61.8735 |
Yxy | 64.3564 | 0.2942 | 0.3598 |
Hunter Lab | 80.2224 | -23.3180 | 10.4269 |
CIE-Lab | 84.1510 | -21.1412 | 7.0165 |
#abddc4 color RGB value is (171,221,196).
#abddc4 hex color red value is 171, green value is 221 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #abddc4 hue: 0.42 , saturation: 0.42 and the lightness value of abddc4 is 0.77.
The process color (four color CMYK) of #abddc4 color hex is 0.23, 0.00, 0.11, 0.13. Web safe color of #abddc4 is #99cccc. Color #abddc4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011101 | 11000100 |
Octal | 253 | 335 | 304 |
Decimal | 171 | 221 | 196 |
Hex | AB | DD | C4 |
Shades of #abddc4
Tints of #abddc4
RGB Percentages of Color #abddc4
CMYK Percentages of Color #abddc4
Complementary Color
#abddc4 | #ddabc4 |
#abddc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abddc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abddc4 Color CSS Codes
.mybgcolor {background-color:#abddc4; } .myforecolor {color:#abddc4; } .mybordercolor {border:3px solid #abddc4; }
#abddc4 Text Font Color
<p style="color:#abddc4">Text here</p>
This sample text font color is #abddc4
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.
#abddc4 Background Color
<div style="background-color:#abddc4">
Div content here</div>
This div background color is #abddc4
#abddc4 Border Color
<div style="border:3px solid #abddc4">
Div here</div>
This div border color is #abddc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,221,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abddc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abddc4; -webkit-box-shadow: 1px 1px 3px 2px #abddc4; box-shadow: 1px 1px 3px 2px #abddc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,221,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abddc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abddc4; -webkit-box-shadow: 1px 1px 3px 2px #abddc4; box-shadow: 1px 1px 3px 2px #abddc4;">
Div content here</div>
This div box has shadow with color #abddc4
Comments
No comments written yet.
Please login to write comment.