Color spaces of #7fbfdb
RGB | 127 | 191 | 219 |
---|---|---|---|
HSL | 0.55 | 0.56 | 0.68 |
HSV | 198° | 42° | 86° |
CMYK | 0.42 | 0.13 | 0.00 0.14 |
XYZ | 40.1694 | 46.8881 | 73.9510 |
Yxy | 46.8881 | 0.2495 | 0.2912 |
Hunter Lab | 68.4749 | -15.1177 | -16.0992 |
CIE-Lab | 74.1181 | -13.2176 | -20.4262 |
#7fbfdb color RGB value is (127,191,219).
#7fbfdb hex color red value is 127, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7fbfdb hue: 0.55 , saturation: 0.56 and the lightness value of 7fbfdb is 0.68.
The process color (four color CMYK) of #7fbfdb color hex is 0.42, 0.13, 0.00, 0.14. Web safe color of #7fbfdb is #66cccc. Color #7fbfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 10111111 | 11011011 |
Octal | 177 | 277 | 333 |
Decimal | 127 | 191 | 219 |
Hex | 7F | BF | DB |
Shades of #7fbfdb
Tints of #7fbfdb
RGB Percentages of Color #7fbfdb
CMYK Percentages of Color #7fbfdb
Complementary Color
#7fbfdb | #db9b7f |
#7fbfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fbfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fbfdb Color CSS Codes
.mybgcolor {background-color:#7fbfdb; } .myforecolor {color:#7fbfdb; } .mybordercolor {border:3px solid #7fbfdb; }
#7fbfdb Text Font Color
<p style="color:#7fbfdb">Text here</p>
This sample text font color is #7fbfdb
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.
#7fbfdb Background Color
<div style="background-color:#7fbfdb">
Div content here</div>
This div background color is #7fbfdb
#7fbfdb Border Color
<div style="border:3px solid #7fbfdb">
Div here</div>
This div border color is #7fbfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,191,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fbfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fbfdb; -webkit-box-shadow: 1px 1px 3px 2px #7fbfdb; box-shadow: 1px 1px 3px 2px #7fbfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,191,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 #7fbfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fbfdb; -webkit-box-shadow: 1px 1px 3px 2px #7fbfdb; box-shadow: 1px 1px 3px 2px #7fbfdb;">
Div content here</div>
This div box has shadow with color #7fbfdb
Comments
No comments written yet.
Please login to write comment.