Color spaces of #a3edfb
RGB | 163 | 237 | 251 |
---|---|---|---|
HSL | 0.53 | 0.92 | 0.81 |
HSV | 190° | 35° | 98° |
CMYK | 0.35 | 0.06 | 0.00 0.02 |
XYZ | 62.8010 | 75.3199 | 102.4950 |
Yxy | 75.3199 | 0.2610 | 0.3130 |
Hunter Lab | 86.7870 | -22.7108 | -9.2702 |
CIE-Lab | 89.5426 | -19.4339 | -14.0396 |
#a3edfb color RGB value is (163,237,251).
#a3edfb hex color red value is 163, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a3edfb hue: 0.53 , saturation: 0.92 and the lightness value of a3edfb is 0.81.
The process color (four color CMYK) of #a3edfb color hex is 0.35, 0.06, 0.00, 0.02. Web safe color of #a3edfb is #99ffff. Color #a3edfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 11101101 | 11111011 |
Octal | 243 | 355 | 373 |
Decimal | 163 | 237 | 251 |
Hex | A3 | ED | FB |
Shades of #a3edfb
Tints of #a3edfb
RGB Percentages of Color #a3edfb
CMYK Percentages of Color #a3edfb
Complementary Color
#a3edfb | #fbb1a3 |
#a3edfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a3edfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a3edfb Color CSS Codes
.mybgcolor {background-color:#a3edfb; } .myforecolor {color:#a3edfb; } .mybordercolor {border:3px solid #a3edfb; }
#a3edfb Text Font Color
<p style="color:#a3edfb">Text here</p>
This sample text font color is #a3edfb
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.
#a3edfb Background Color
<div style="background-color:#a3edfb">
Div content here</div>
This div background color is #a3edfb
#a3edfb Border Color
<div style="border:3px solid #a3edfb">
Div here</div>
This div border color is #a3edfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,237,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a3edfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a3edfb; -webkit-box-shadow: 1px 1px 3px 2px #a3edfb; box-shadow: 1px 1px 3px 2px #a3edfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,237,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a3edfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a3edfb; -webkit-box-shadow: 1px 1px 3px 2px #a3edfb; box-shadow: 1px 1px 3px 2px #a3edfb;">
Div content here</div>
This div box has shadow with color #a3edfb
Comments
No comments written yet.
Please login to write comment.