Color spaces of #adcabb
RGB | 173 | 202 | 187 |
---|---|---|---|
HSL | 0.41 | 0.21 | 0.74 |
HSV | 149° | 14° | 79° |
CMYK | 0.14 | 0.00 | 0.07 0.21 |
XYZ | 47.3238 | 54.7132 | 55.0802 |
Yxy | 54.7132 | 0.3012 | 0.3482 |
Hunter Lab | 73.9684 | -15.2432 | 7.6278 |
CIE-Lab | 78.8758 | -12.6537 | 4.2205 |
#adcabb color RGB value is (173,202,187).
#adcabb hex color red value is 173, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #adcabb hue: 0.41 , saturation: 0.21 and the lightness value of adcabb is 0.74.
The process color (four color CMYK) of #adcabb color hex is 0.14, 0.00, 0.07, 0.21. Web safe color of #adcabb is #99cccc. Color #adcabb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001010 | 10111011 |
Octal | 255 | 312 | 273 |
Decimal | 173 | 202 | 187 |
Hex | AD | CA | BB |
Shades of #adcabb
Tints of #adcabb
RGB Percentages of Color #adcabb
CMYK Percentages of Color #adcabb
Complementary Color
#adcabb | #caadbc |
#adcabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcabb Color CSS Codes
.mybgcolor {background-color:#adcabb; } .myforecolor {color:#adcabb; } .mybordercolor {border:3px solid #adcabb; }
#adcabb Text Font Color
<p style="color:#adcabb">Text here</p>
This sample text font color is #adcabb
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.
#adcabb Background Color
<div style="background-color:#adcabb">
Div content here</div>
This div background color is #adcabb
#adcabb Border Color
<div style="border:3px solid #adcabb">
Div here</div>
This div border color is #adcabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,202,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcabb; -webkit-box-shadow: 1px 1px 3px 2px #adcabb; box-shadow: 1px 1px 3px 2px #adcabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,202,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcabb; -webkit-box-shadow: 1px 1px 3px 2px #adcabb; box-shadow: 1px 1px 3px 2px #adcabb;">
Div content here</div>
This div box has shadow with color #adcabb
Comments
No comments written yet.
Please login to write comment.