Color spaces of #7aeffe
RGB | 122 | 239 | 254 |
---|---|---|---|
HSL | 0.52 | 0.99 | 0.74 |
HSV | 187° | 52° | 100° |
CMYK | 0.52 | 0.06 | 0.00 0.00 |
XYZ | 56.7819 | 73.0263 | 104.8687 |
Yxy | 73.0263 | 0.2420 | 0.3112 |
Hunter Lab | 85.4554 | -30.9405 | -12.9404 |
CIE-Lab | 88.4603 | -29.1514 | -17.4074 |
#7aeffe color RGB value is (122,239,254).
#7aeffe hex color red value is 122, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7aeffe hue: 0.52 , saturation: 0.99 and the lightness value of 7aeffe is 0.74.
The process color (four color CMYK) of #7aeffe color hex is 0.52, 0.06, 0.00, 0.00. Web safe color of #7aeffe is #66ffff. Color #7aeffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11101111 | 11111110 |
Octal | 172 | 357 | 376 |
Decimal | 122 | 239 | 254 |
Hex | 7A | EF | FE |
Shades of #7aeffe
Tints of #7aeffe
RGB Percentages of Color #7aeffe
CMYK Percentages of Color #7aeffe
Complementary Color
#7aeffe | #fe897a |
#7aeffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aeffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aeffe Color CSS Codes
.mybgcolor {background-color:#7aeffe; } .myforecolor {color:#7aeffe; } .mybordercolor {border:3px solid #7aeffe; }
#7aeffe Text Font Color
<p style="color:#7aeffe">Text here</p>
This sample text font color is #7aeffe
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.
#7aeffe Background Color
<div style="background-color:#7aeffe">
Div content here</div>
This div background color is #7aeffe
#7aeffe Border Color
<div style="border:3px solid #7aeffe">
Div here</div>
This div border color is #7aeffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,239,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aeffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aeffe; -webkit-box-shadow: 1px 1px 3px 2px #7aeffe; box-shadow: 1px 1px 3px 2px #7aeffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,239,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 #7aeffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aeffe; -webkit-box-shadow: 1px 1px 3px 2px #7aeffe; box-shadow: 1px 1px 3px 2px #7aeffe;">
Div content here</div>
This div box has shadow with color #7aeffe
Comments
No comments written yet.
Please login to write comment.