Color spaces of #a7dfcb
RGB | 167 | 223 | 203 |
---|---|---|---|
HSL | 0.44 | 0.47 | 0.76 |
HSV | 159° | 25° | 87° |
CMYK | 0.25 | 0.00 | 0.09 0.13 |
XYZ | 53.1035 | 65.3026 | 66.3057 |
Yxy | 65.3026 | 0.2875 | 0.3535 |
Hunter Lab | 80.8100 | -24.1181 | 7.9188 |
CIE-Lab | 84.6394 | -21.9793 | 3.9939 |
#a7dfcb color RGB value is (167,223,203).
#a7dfcb hex color red value is 167, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a7dfcb hue: 0.44 , saturation: 0.47 and the lightness value of a7dfcb is 0.76.
The process color (four color CMYK) of #a7dfcb color hex is 0.25, 0.00, 0.09, 0.13. Web safe color of #a7dfcb is #99cccc. Color #a7dfcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 11011111 | 11001011 |
Octal | 247 | 337 | 313 |
Decimal | 167 | 223 | 203 |
Hex | A7 | DF | CB |
Shades of #a7dfcb
Tints of #a7dfcb
RGB Percentages of Color #a7dfcb
CMYK Percentages of Color #a7dfcb
Complementary Color
#a7dfcb | #dfa7bb |
#a7dfcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7dfcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7dfcb Color CSS Codes
.mybgcolor {background-color:#a7dfcb; } .myforecolor {color:#a7dfcb; } .mybordercolor {border:3px solid #a7dfcb; }
#a7dfcb Text Font Color
<p style="color:#a7dfcb">Text here</p>
This sample text font color is #a7dfcb
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.
#a7dfcb Background Color
<div style="background-color:#a7dfcb">
Div content here</div>
This div background color is #a7dfcb
#a7dfcb Border Color
<div style="border:3px solid #a7dfcb">
Div here</div>
This div border color is #a7dfcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,223,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7dfcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7dfcb; -webkit-box-shadow: 1px 1px 3px 2px #a7dfcb; box-shadow: 1px 1px 3px 2px #a7dfcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,223,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7dfcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7dfcb; -webkit-box-shadow: 1px 1px 3px 2px #a7dfcb; box-shadow: 1px 1px 3px 2px #a7dfcb;">
Div content here</div>
This div box has shadow with color #a7dfcb
Comments
No comments written yet.
Please login to write comment.