Color spaces of #addfbe
RGB | 173 | 223 | 190 |
---|---|---|---|
HSL | 0.39 | 0.44 | 0.78 |
HSV | 140° | 22° | 87° |
CMYK | 0.22 | 0.00 | 0.15 0.13 |
XYZ | 52.9155 | 65.3773 | 58.5453 |
Yxy | 65.3773 | 0.2992 | 0.3697 |
Hunter Lab | 80.8562 | -24.6810 | 13.6694 |
CIE-Lab | 84.6778 | -22.6312 | 10.9499 |
#addfbe color RGB value is (173,223,190).
#addfbe hex color red value is 173, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #addfbe hue: 0.39 , saturation: 0.44 and the lightness value of addfbe is 0.78.
The process color (four color CMYK) of #addfbe color hex is 0.22, 0.00, 0.15, 0.13. Web safe color of #addfbe is #99cccc. Color #addfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011111 | 10111110 |
Octal | 255 | 337 | 276 |
Decimal | 173 | 223 | 190 |
Hex | AD | DF | BE |
Shades of #addfbe
Tints of #addfbe
RGB Percentages of Color #addfbe
CMYK Percentages of Color #addfbe
Complementary Color
#addfbe | #dfadce |
#addfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#addfbe Color CSS Codes
.mybgcolor {background-color:#addfbe; } .myforecolor {color:#addfbe; } .mybordercolor {border:3px solid #addfbe; }
#addfbe Text Font Color
<p style="color:#addfbe">Text here</p>
This sample text font color is #addfbe
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.
#addfbe Background Color
<div style="background-color:#addfbe">
Div content here</div>
This div background color is #addfbe
#addfbe Border Color
<div style="border:3px solid #addfbe">
Div here</div>
This div border color is #addfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,223,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addfbe; -webkit-box-shadow: 1px 1px 3px 2px #addfbe; box-shadow: 1px 1px 3px 2px #addfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,223,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addfbe; -webkit-box-shadow: 1px 1px 3px 2px #addfbe; box-shadow: 1px 1px 3px 2px #addfbe;">
Div content here</div>
This div box has shadow with color #addfbe
Comments
No comments written yet.
Please login to write comment.