Color spaces of #a7eafe
RGB | 167 | 234 | 254 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.83 |
HSV | 194° | 34° | 100° |
CMYK | 0.34 | 0.08 | 0.00 0.00 |
XYZ | 63.2486 | 74.2169 | 104.7577 |
Yxy | 74.2169 | 0.2611 | 0.3064 |
Hunter Lab | 86.1492 | -19.7109 | -11.7923 |
CIE-Lab | 89.0249 | -16.1701 | -16.3642 |
#a7eafe color RGB value is (167,234,254).
#a7eafe hex color red value is 167, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a7eafe hue: 0.54 , saturation: 0.98 and the lightness value of a7eafe is 0.83.
The process color (four color CMYK) of #a7eafe color hex is 0.34, 0.08, 0.00, 0.00. Web safe color of #a7eafe is #99ffff. Color #a7eafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 11101010 | 11111110 |
Octal | 247 | 352 | 376 |
Decimal | 167 | 234 | 254 |
Hex | A7 | EA | FE |
Shades of #a7eafe
Tints of #a7eafe
RGB Percentages of Color #a7eafe
CMYK Percentages of Color #a7eafe
Complementary Color
#a7eafe | #febba7 |
#a7eafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7eafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7eafe Color CSS Codes
.mybgcolor {background-color:#a7eafe; } .myforecolor {color:#a7eafe; } .mybordercolor {border:3px solid #a7eafe; }
#a7eafe Text Font Color
<p style="color:#a7eafe">Text here</p>
This sample text font color is #a7eafe
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.
#a7eafe Background Color
<div style="background-color:#a7eafe">
Div content here</div>
This div background color is #a7eafe
#a7eafe Border Color
<div style="border:3px solid #a7eafe">
Div here</div>
This div border color is #a7eafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,234,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7eafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7eafe; -webkit-box-shadow: 1px 1px 3px 2px #a7eafe; box-shadow: 1px 1px 3px 2px #a7eafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,234,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7eafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7eafe; -webkit-box-shadow: 1px 1px 3px 2px #a7eafe; box-shadow: 1px 1px 3px 2px #a7eafe;">
Div content here</div>
This div box has shadow with color #a7eafe
Comments
No comments written yet.
Please login to write comment.