Color spaces of #a2ddef
RGB | 162 | 221 | 239 |
---|---|---|---|
HSL | 0.54 | 0.71 | 0.79 |
HSV | 194° | 32° | 94° |
CMYK | 0.32 | 0.08 | 0.00 0.06 |
XYZ | 56.3367 | 65.6263 | 91.3592 |
Yxy | 65.6263 | 0.2641 | 0.3076 |
Hunter Lab | 81.0101 | -17.6336 | -10.1573 |
CIE-Lab | 84.8054 | -14.5013 | -14.8347 |
#a2ddef color RGB value is (162,221,239).
#a2ddef hex color red value is 162, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a2ddef hue: 0.54 , saturation: 0.71 and the lightness value of a2ddef is 0.79.
The process color (four color CMYK) of #a2ddef color hex is 0.32, 0.08, 0.00, 0.06. Web safe color of #a2ddef is #99ccff. Color #a2ddef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 11011101 | 11101111 |
Octal | 242 | 335 | 357 |
Decimal | 162 | 221 | 239 |
Hex | A2 | DD | EF |
Shades of #a2ddef
Tints of #a2ddef
RGB Percentages of Color #a2ddef
CMYK Percentages of Color #a2ddef
Complementary Color
#a2ddef | #efb4a2 |
#a2ddef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2ddef Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2ddef Color CSS Codes
.mybgcolor {background-color:#a2ddef; } .myforecolor {color:#a2ddef; } .mybordercolor {border:3px solid #a2ddef; }
#a2ddef Text Font Color
<p style="color:#a2ddef">Text here</p>
This sample text font color is #a2ddef
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.
#a2ddef Background Color
<div style="background-color:#a2ddef">
Div content here</div>
This div background color is #a2ddef
#a2ddef Border Color
<div style="border:3px solid #a2ddef">
Div here</div>
This div border color is #a2ddef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,221,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2ddef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2ddef; -webkit-box-shadow: 1px 1px 3px 2px #a2ddef; box-shadow: 1px 1px 3px 2px #a2ddef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,221,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2ddef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2ddef; -webkit-box-shadow: 1px 1px 3px 2px #a2ddef; box-shadow: 1px 1px 3px 2px #a2ddef;">
Div content here</div>
This div box has shadow with color #a2ddef
Comments
No comments written yet.
Please login to write comment.