Color spaces of #a1efef
RGB | 161 | 239 | 239 |
---|---|---|---|
HSL | 0.50 | 0.71 | 0.78 |
HSV | 180° | 33° | 94° |
CMYK | 0.33 | 0.00 | 0.00 0.06 |
XYZ | 61.1444 | 75.5421 | 93.0198 |
Yxy | 75.5421 | 0.2662 | 0.3289 |
Hunter Lab | 86.9150 | -26.5270 | -2.6140 |
CIE-Lab | 89.6463 | -23.7442 | -7.6245 |
#a1efef color RGB value is (161,239,239).
#a1efef hex color red value is 161, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a1efef hue: 0.50 , saturation: 0.71 and the lightness value of a1efef is 0.78.
The process color (four color CMYK) of #a1efef color hex is 0.33, 0.00, 0.00, 0.06. Web safe color of #a1efef is #99ffff. Color #a1efef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 11101111 | 11101111 |
Octal | 241 | 357 | 357 |
Decimal | 161 | 239 | 239 |
Hex | A1 | EF | EF |
Shades of #a1efef
Tints of #a1efef
RGB Percentages of Color #a1efef
CMYK Percentages of Color #a1efef
Complementary Color
#a1efef | #efa1a1 |
#a1efef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a1efef Color Preview on White Background
Lorem ipsum dolor sit amet.
#a1efef Color CSS Codes
.mybgcolor {background-color:#a1efef; } .myforecolor {color:#a1efef; } .mybordercolor {border:3px solid #a1efef; }
#a1efef Text Font Color
<p style="color:#a1efef">Text here</p>
This sample text font color is #a1efef
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.
#a1efef Background Color
<div style="background-color:#a1efef">
Div content here</div>
This div background color is #a1efef
#a1efef Border Color
<div style="border:3px solid #a1efef">
Div here</div>
This div border color is #a1efef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,239,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a1efef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a1efef; -webkit-box-shadow: 1px 1px 3px 2px #a1efef; box-shadow: 1px 1px 3px 2px #a1efef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,239,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 #a1efef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a1efef; -webkit-box-shadow: 1px 1px 3px 2px #a1efef; box-shadow: 1px 1px 3px 2px #a1efef;">
Div content here</div>
This div box has shadow with color #a1efef
Comments
No comments written yet.
Please login to write comment.