Color spaces of #adecb4
RGB | 173 | 236 | 180 |
---|---|---|---|
HSL | 0.35 | 0.62 | 0.80 |
HSV | 127° | 27° | 93° |
CMYK | 0.27 | 0.00 | 0.24 0.07 |
XYZ | 55.4673 | 72.1704 | 54.1869 |
Yxy | 72.1704 | 0.3051 | 0.3969 |
Hunter Lab | 84.9532 | -32.1225 | 21.6494 |
CIE-Lab | 88.0505 | -30.6606 | 20.9052 |
#adecb4 color RGB value is (173,236,180).
#adecb4 hex color red value is 173, green value is 236 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #adecb4 hue: 0.35 , saturation: 0.62 and the lightness value of adecb4 is 0.80.
The process color (four color CMYK) of #adecb4 color hex is 0.27, 0.00, 0.24, 0.07. Web safe color of #adecb4 is #99ffcc. Color #adecb4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101100 | 10110100 |
Octal | 255 | 354 | 264 |
Decimal | 173 | 236 | 180 |
Hex | AD | EC | B4 |
Shades of #adecb4
Tints of #adecb4
RGB Percentages of Color #adecb4
CMYK Percentages of Color #adecb4
Complementary Color
#adecb4 | #ecade5 |
#adecb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adecb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adecb4 Color CSS Codes
.mybgcolor {background-color:#adecb4; } .myforecolor {color:#adecb4; } .mybordercolor {border:3px solid #adecb4; }
#adecb4 Text Font Color
<p style="color:#adecb4">Text here</p>
This sample text font color is #adecb4
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.
#adecb4 Background Color
<div style="background-color:#adecb4">
Div content here</div>
This div background color is #adecb4
#adecb4 Border Color
<div style="border:3px solid #adecb4">
Div here</div>
This div border color is #adecb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,236,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adecb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adecb4; -webkit-box-shadow: 1px 1px 3px 2px #adecb4; box-shadow: 1px 1px 3px 2px #adecb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,236,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adecb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adecb4; -webkit-box-shadow: 1px 1px 3px 2px #adecb4; box-shadow: 1px 1px 3px 2px #adecb4;">
Div content here</div>
This div box has shadow with color #adecb4
#adecb4 Color Palettes
Comments
No comments written yet.
Please login to write comment.