Color spaces of #7fdadb
RGB | 127 | 218 | 219 |
---|---|---|---|
HSL | 0.50 | 0.56 | 0.68 |
HSV | 181° | 42° | 86° |
CMYK | 0.42 | 0.00 | 0.00 0.14 |
XYZ | 46.6100 | 59.7693 | 76.0979 |
Yxy | 59.7693 | 0.2554 | 0.3275 |
Hunter Lab | 77.3106 | -27.6772 | -4.2425 |
CIE-Lab | 81.7126 | -26.8841 | -9.0173 |
#7fdadb color RGB value is (127,218,219).
#7fdadb hex color red value is 127, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7fdadb hue: 0.50 , saturation: 0.56 and the lightness value of 7fdadb is 0.68.
The process color (four color CMYK) of #7fdadb color hex is 0.42, 0.00, 0.00, 0.14. Web safe color of #7fdadb is #66cccc. Color #7fdadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11011010 | 11011011 |
Octal | 177 | 332 | 333 |
Decimal | 127 | 218 | 219 |
Hex | 7F | DA | DB |
Shades of #7fdadb
Tints of #7fdadb
RGB Percentages of Color #7fdadb
CMYK Percentages of Color #7fdadb
Complementary Color
#7fdadb | #db807f |
#7fdadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fdadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fdadb Color CSS Codes
.mybgcolor {background-color:#7fdadb; } .myforecolor {color:#7fdadb; } .mybordercolor {border:3px solid #7fdadb; }
#7fdadb Text Font Color
<p style="color:#7fdadb">Text here</p>
This sample text font color is #7fdadb
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.
#7fdadb Background Color
<div style="background-color:#7fdadb">
Div content here</div>
This div background color is #7fdadb
#7fdadb Border Color
<div style="border:3px solid #7fdadb">
Div here</div>
This div border color is #7fdadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,218,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fdadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fdadb; -webkit-box-shadow: 1px 1px 3px 2px #7fdadb; box-shadow: 1px 1px 3px 2px #7fdadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,218,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 #7fdadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fdadb; -webkit-box-shadow: 1px 1px 3px 2px #7fdadb; box-shadow: 1px 1px 3px 2px #7fdadb;">
Div content here</div>
This div box has shadow with color #7fdadb
Comments
No comments written yet.
Please login to write comment.