Color spaces of #7afbdb
RGB | 122 | 251 | 219 |
---|---|---|---|
HSL | 0.46 | 0.94 | 0.73 |
HSV | 165° | 51° | 98° |
CMYK | 0.51 | 0.00 | 0.13 0.02 |
XYZ | 55.3094 | 78.2464 | 79.2058 |
Yxy | 78.2464 | 0.2600 | 0.3678 |
Hunter Lab | 88.4570 | -43.1893 | 8.8307 |
CIE-Lab | 90.8922 | -43.3061 | 4.4255 |
#7afbdb color RGB value is (122,251,219).
#7afbdb hex color red value is 122, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7afbdb hue: 0.46 , saturation: 0.94 and the lightness value of 7afbdb is 0.73.
The process color (four color CMYK) of #7afbdb color hex is 0.51, 0.00, 0.13, 0.02. Web safe color of #7afbdb is #66ffcc. Color #7afbdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 11111011 | 11011011 |
Octal | 172 | 373 | 333 |
Decimal | 122 | 251 | 219 |
Hex | 7A | FB | DB |
Shades of #7afbdb
Tints of #7afbdb
RGB Percentages of Color #7afbdb
CMYK Percentages of Color #7afbdb
Complementary Color
#7afbdb | #fb7a9a |
#7afbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7afbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7afbdb Color CSS Codes
.mybgcolor {background-color:#7afbdb; } .myforecolor {color:#7afbdb; } .mybordercolor {border:3px solid #7afbdb; }
#7afbdb Text Font Color
<p style="color:#7afbdb">Text here</p>
This sample text font color is #7afbdb
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.
#7afbdb Background Color
<div style="background-color:#7afbdb">
Div content here</div>
This div background color is #7afbdb
#7afbdb Border Color
<div style="border:3px solid #7afbdb">
Div here</div>
This div border color is #7afbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,251,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7afbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7afbdb; -webkit-box-shadow: 1px 1px 3px 2px #7afbdb; box-shadow: 1px 1px 3px 2px #7afbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,251,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7afbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7afbdb; -webkit-box-shadow: 1px 1px 3px 2px #7afbdb; box-shadow: 1px 1px 3px 2px #7afbdb;">
Div content here</div>
This div box has shadow with color #7afbdb
Comments
No comments written yet.
Please login to write comment.