Color spaces of #7aeaff
RGB | 122 | 234 | 255 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.74 |
HSV | 189° | 52° | 100° |
CMYK | 0.52 | 0.08 | 0.00 0.00 |
XYZ | 55.4989 | 70.2032 | 105.2332 |
Yxy | 70.2032 | 0.2403 | 0.3040 |
Hunter Lab | 83.7873 | -28.3934 | -15.8145 |
CIE-Lab | 87.0964 | -26.4687 | -19.9874 |
#7aeaff color RGB value is (122,234,255).
#7aeaff hex color red value is 122, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7aeaff hue: 0.53 , saturation: 1.00 and the lightness value of 7aeaff is 0.74.
The process color (four color CMYK) of #7aeaff color hex is 0.52, 0.08, 0.00, 0.00. Web safe color of #7aeaff is #66ffff. Color #7aeaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11101010 | 11111111 |
Octal | 172 | 352 | 377 |
Decimal | 122 | 234 | 255 |
Hex | 7A | EA | FF |
Shades of #7aeaff
Tints of #7aeaff
RGB Percentages of Color #7aeaff
CMYK Percentages of Color #7aeaff
Complementary Color
#7aeaff | #ff8f7a |
#7aeaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aeaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aeaff Color CSS Codes
.mybgcolor {background-color:#7aeaff; } .myforecolor {color:#7aeaff; } .mybordercolor {border:3px solid #7aeaff; }
#7aeaff Text Font Color
<p style="color:#7aeaff">Text here</p>
This sample text font color is #7aeaff
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.
#7aeaff Background Color
<div style="background-color:#7aeaff">
Div content here</div>
This div background color is #7aeaff
#7aeaff Border Color
<div style="border:3px solid #7aeaff">
Div here</div>
This div border color is #7aeaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,234,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aeaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aeaff; -webkit-box-shadow: 1px 1px 3px 2px #7aeaff; box-shadow: 1px 1px 3px 2px #7aeaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,234,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7aeaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aeaff; -webkit-box-shadow: 1px 1px 3px 2px #7aeaff; box-shadow: 1px 1px 3px 2px #7aeaff;">
Div content here</div>
This div box has shadow with color #7aeaff
Comments
No comments written yet.
Please login to write comment.