Color spaces of #a2bddf
RGB | 162 | 189 | 223 |
---|---|---|---|
HSL | 0.59 | 0.49 | 0.75 |
HSV | 213° | 27° | 87° |
CMYK | 0.27 | 0.15 | 0.00 0.13 |
XYZ | 46.4172 | 49.4043 | 76.9016 |
Yxy | 49.4043 | 0.2687 | 0.2860 |
Hunter Lab | 70.2882 | -5.1258 | -15.6669 |
CIE-Lab | 75.7022 | -1.5213 | -20.0029 |
#a2bddf color RGB value is (162,189,223).
#a2bddf hex color red value is 162, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a2bddf hue: 0.59 , saturation: 0.49 and the lightness value of a2bddf is 0.75.
The process color (four color CMYK) of #a2bddf color hex is 0.27, 0.15, 0.00, 0.13. Web safe color of #a2bddf is #99cccc. Color #a2bddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10111101 | 11011111 |
Octal | 242 | 275 | 337 |
Decimal | 162 | 189 | 223 |
Hex | A2 | BD | DF |
Shades of #a2bddf
Tints of #a2bddf
RGB Percentages of Color #a2bddf
CMYK Percentages of Color #a2bddf
Complementary Color
#a2bddf | #dfc4a2 |
#a2bddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2bddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2bddf Color CSS Codes
.mybgcolor {background-color:#a2bddf; } .myforecolor {color:#a2bddf; } .mybordercolor {border:3px solid #a2bddf; }
#a2bddf Text Font Color
<p style="color:#a2bddf">Text here</p>
This sample text font color is #a2bddf
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.
#a2bddf Background Color
<div style="background-color:#a2bddf">
Div content here</div>
This div background color is #a2bddf
#a2bddf Border Color
<div style="border:3px solid #a2bddf">
Div here</div>
This div border color is #a2bddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,189,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2bddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2bddf; -webkit-box-shadow: 1px 1px 3px 2px #a2bddf; box-shadow: 1px 1px 3px 2px #a2bddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,189,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2bddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2bddf; -webkit-box-shadow: 1px 1px 3px 2px #a2bddf; box-shadow: 1px 1px 3px 2px #a2bddf;">
Div content here</div>
This div box has shadow with color #a2bddf
#a2bddf Color Palettes
Comments
No comments written yet.
Please login to write comment.