Color spaces of #7aebfd
RGB | 122 | 235 | 253 |
---|---|---|---|
HSL | 0.52 | 0.97 | 0.74 |
HSV | 188° | 52° | 99° |
CMYK | 0.52 | 0.07 | 0.00 0.01 |
XYZ | 55.4640 | 70.6461 | 103.6413 |
Yxy | 70.6461 | 0.2414 | 0.3075 |
Hunter Lab | 84.0512 | -29.3005 | -14.2730 |
CIE-Lab | 87.3128 | -27.4889 | -18.6122 |
#7aebfd color RGB value is (122,235,253).
#7aebfd hex color red value is 122, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7aebfd hue: 0.52 , saturation: 0.97 and the lightness value of 7aebfd is 0.74.
The process color (four color CMYK) of #7aebfd color hex is 0.52, 0.07, 0.00, 0.01. Web safe color of #7aebfd is #66ffff. Color #7aebfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11101011 | 11111101 |
Octal | 172 | 353 | 375 |
Decimal | 122 | 235 | 253 |
Hex | 7A | EB | FD |
Shades of #7aebfd
Tints of #7aebfd
RGB Percentages of Color #7aebfd
CMYK Percentages of Color #7aebfd
Complementary Color
#7aebfd | #fd8c7a |
#7aebfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aebfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aebfd Color CSS Codes
.mybgcolor {background-color:#7aebfd; } .myforecolor {color:#7aebfd; } .mybordercolor {border:3px solid #7aebfd; }
#7aebfd Text Font Color
<p style="color:#7aebfd">Text here</p>
This sample text font color is #7aebfd
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.
#7aebfd Background Color
<div style="background-color:#7aebfd">
Div content here</div>
This div background color is #7aebfd
#7aebfd Border Color
<div style="border:3px solid #7aebfd">
Div here</div>
This div border color is #7aebfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,235,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aebfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aebfd; -webkit-box-shadow: 1px 1px 3px 2px #7aebfd; box-shadow: 1px 1px 3px 2px #7aebfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,235,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7aebfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aebfd; -webkit-box-shadow: 1px 1px 3px 2px #7aebfd; box-shadow: 1px 1px 3px 2px #7aebfd;">
Div content here</div>
This div box has shadow with color #7aebfd
Comments
No comments written yet.
Please login to write comment.