Color spaces of #abddcd
RGB | 171 | 221 | 205 |
---|---|---|---|
HSL | 0.45 | 0.42 | 0.77 |
HSV | 161° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.07 0.13 |
XYZ | 53.6705 | 64.7786 | 67.4324 |
Yxy | 64.7786 | 0.2887 | 0.3485 |
Hunter Lab | 80.4852 | -21.8186 | 6.6650 |
CIE-Lab | 84.3695 | -19.3555 | 2.5737 |
#abddcd color RGB value is (171,221,205).
#abddcd hex color red value is 171, green value is 221 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #abddcd hue: 0.45 , saturation: 0.42 and the lightness value of abddcd is 0.77.
The process color (four color CMYK) of #abddcd color hex is 0.23, 0.00, 0.07, 0.13. Web safe color of #abddcd is #99cccc. Color #abddcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011101 | 11001101 |
Octal | 253 | 335 | 315 |
Decimal | 171 | 221 | 205 |
Hex | AB | DD | CD |
Shades of #abddcd
Tints of #abddcd
RGB Percentages of Color #abddcd
CMYK Percentages of Color #abddcd
Complementary Color
#abddcd | #ddabbb |
#abddcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abddcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abddcd Color CSS Codes
.mybgcolor {background-color:#abddcd; } .myforecolor {color:#abddcd; } .mybordercolor {border:3px solid #abddcd; }
#abddcd Text Font Color
<p style="color:#abddcd">Text here</p>
This sample text font color is #abddcd
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.
#abddcd Background Color
<div style="background-color:#abddcd">
Div content here</div>
This div background color is #abddcd
#abddcd Border Color
<div style="border:3px solid #abddcd">
Div here</div>
This div border color is #abddcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,221,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abddcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abddcd; -webkit-box-shadow: 1px 1px 3px 2px #abddcd; box-shadow: 1px 1px 3px 2px #abddcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,221,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abddcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abddcd; -webkit-box-shadow: 1px 1px 3px 2px #abddcd; box-shadow: 1px 1px 3px 2px #abddcd;">
Div content here</div>
This div box has shadow with color #abddcd
Comments
No comments written yet.
Please login to write comment.