Color spaces of #7aedfd
RGB | 122 | 237 | 253 |
---|---|---|---|
HSL | 0.52 | 0.97 | 0.74 |
HSV | 187° | 52° | 99° |
CMYK | 0.52 | 0.06 | 0.00 0.01 |
XYZ | 56.0398 | 71.7978 | 103.8333 |
Yxy | 71.7978 | 0.2419 | 0.3099 |
Hunter Lab | 84.7336 | -30.2302 | -13.3410 |
CIE-Lab | 87.8712 | -28.4548 | -17.7709 |
#7aedfd color RGB value is (122,237,253).
#7aedfd hex color red value is 122, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7aedfd hue: 0.52 , saturation: 0.97 and the lightness value of 7aedfd is 0.74.
The process color (four color CMYK) of #7aedfd color hex is 0.52, 0.06, 0.00, 0.01. Web safe color of #7aedfd is #66ffff. Color #7aedfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11101101 | 11111101 |
Octal | 172 | 355 | 375 |
Decimal | 122 | 237 | 253 |
Hex | 7A | ED | FD |
Shades of #7aedfd
Tints of #7aedfd
RGB Percentages of Color #7aedfd
CMYK Percentages of Color #7aedfd
Complementary Color
#7aedfd | #fd8a7a |
#7aedfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aedfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aedfd Color CSS Codes
.mybgcolor {background-color:#7aedfd; } .myforecolor {color:#7aedfd; } .mybordercolor {border:3px solid #7aedfd; }
#7aedfd Text Font Color
<p style="color:#7aedfd">Text here</p>
This sample text font color is #7aedfd
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.
#7aedfd Background Color
<div style="background-color:#7aedfd">
Div content here</div>
This div background color is #7aedfd
#7aedfd Border Color
<div style="border:3px solid #7aedfd">
Div here</div>
This div border color is #7aedfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,237,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aedfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aedfd; -webkit-box-shadow: 1px 1px 3px 2px #7aedfd; box-shadow: 1px 1px 3px 2px #7aedfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,237,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 #7aedfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aedfd; -webkit-box-shadow: 1px 1px 3px 2px #7aedfd; box-shadow: 1px 1px 3px 2px #7aedfd;">
Div content here</div>
This div box has shadow with color #7aedfd
Comments
No comments written yet.
Please login to write comment.