Color spaces of #7ebbdb
RGB | 126 | 187 | 219 |
---|---|---|---|
HSL | 0.56 | 0.56 | 0.68 |
HSV | 201° | 42° | 86° |
CMYK | 0.42 | 0.15 | 0.00 0.14 |
XYZ | 39.1607 | 45.0907 | 73.6572 |
Yxy | 45.0907 | 0.2480 | 0.2855 |
Hunter Lab | 67.1496 | -13.4131 | -18.0312 |
CIE-Lab | 72.9516 | -11.3568 | -22.2044 |
#7ebbdb color RGB value is (126,187,219).
#7ebbdb hex color red value is 126, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7ebbdb hue: 0.56 , saturation: 0.56 and the lightness value of 7ebbdb is 0.68.
The process color (four color CMYK) of #7ebbdb color hex is 0.42, 0.15, 0.00, 0.14. Web safe color of #7ebbdb is #66cccc. Color #7ebbdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10111011 | 11011011 |
Octal | 176 | 273 | 333 |
Decimal | 126 | 187 | 219 |
Hex | 7E | BB | DB |
Shades of #7ebbdb
Tints of #7ebbdb
RGB Percentages of Color #7ebbdb
CMYK Percentages of Color #7ebbdb
Complementary Color
#7ebbdb | #db9e7e |
#7ebbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ebbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ebbdb Color CSS Codes
.mybgcolor {background-color:#7ebbdb; } .myforecolor {color:#7ebbdb; } .mybordercolor {border:3px solid #7ebbdb; }
#7ebbdb Text Font Color
<p style="color:#7ebbdb">Text here</p>
This sample text font color is #7ebbdb
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.
#7ebbdb Background Color
<div style="background-color:#7ebbdb">
Div content here</div>
This div background color is #7ebbdb
#7ebbdb Border Color
<div style="border:3px solid #7ebbdb">
Div here</div>
This div border color is #7ebbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,187,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ebbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ebbdb; -webkit-box-shadow: 1px 1px 3px 2px #7ebbdb; box-shadow: 1px 1px 3px 2px #7ebbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,187,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 #7ebbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ebbdb; -webkit-box-shadow: 1px 1px 3px 2px #7ebbdb; box-shadow: 1px 1px 3px 2px #7ebbdb;">
Div content here</div>
This div box has shadow with color #7ebbdb
Comments
No comments written yet.
Please login to write comment.