Color spaces of #addcbf
RGB | 173 | 220 | 191 |
---|---|---|---|
HSL | 0.40 | 0.40 | 0.77 |
HSV | 143° | 21° | 86° |
CMYK | 0.21 | 0.00 | 0.13 0.14 |
XYZ | 52.2307 | 63.8322 | 58.8582 |
Yxy | 63.8322 | 0.2986 | 0.3649 |
Hunter Lab | 79.8951 | -23.1235 | 12.2480 |
CIE-Lab | 83.8783 | -20.9674 | 9.2823 |
#addcbf color RGB value is (173,220,191).
#addcbf hex color red value is 173, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #addcbf hue: 0.40 , saturation: 0.40 and the lightness value of addcbf is 0.77.
The process color (four color CMYK) of #addcbf color hex is 0.21, 0.00, 0.13, 0.14. Web safe color of #addcbf is #99cccc. Color #addcbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011100 | 10111111 |
Octal | 255 | 334 | 277 |
Decimal | 173 | 220 | 191 |
Hex | AD | DC | BF |
Shades of #addcbf
Tints of #addcbf
RGB Percentages of Color #addcbf
CMYK Percentages of Color #addcbf
Complementary Color
#addcbf | #dcadca |
#addcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#addcbf Color CSS Codes
.mybgcolor {background-color:#addcbf; } .myforecolor {color:#addcbf; } .mybordercolor {border:3px solid #addcbf; }
#addcbf Text Font Color
<p style="color:#addcbf">Text here</p>
This sample text font color is #addcbf
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.
#addcbf Background Color
<div style="background-color:#addcbf">
Div content here</div>
This div background color is #addcbf
#addcbf Border Color
<div style="border:3px solid #addcbf">
Div here</div>
This div border color is #addcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,220,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addcbf; -webkit-box-shadow: 1px 1px 3px 2px #addcbf; box-shadow: 1px 1px 3px 2px #addcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,220,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 #addcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addcbf; -webkit-box-shadow: 1px 1px 3px 2px #addcbf; box-shadow: 1px 1px 3px 2px #addcbf;">
Div content here</div>
This div box has shadow with color #addcbf
Comments
No comments written yet.
Please login to write comment.