Color spaces of #7ebdbe
RGB | 126 | 189 | 190 |
---|---|---|---|
HSL | 0.50 | 0.33 | 0.62 |
HSV | 181° | 34° | 75° |
CMYK | 0.34 | 0.01 | 0.00 0.25 |
XYZ | 36.0960 | 44.5485 | 55.4115 |
Yxy | 44.5485 | 0.2653 | 0.3274 |
Hunter Lab | 66.7447 | -20.2691 | -2.5014 |
CIE-Lab | 72.5936 | -19.7842 | -6.9297 |
#7ebdbe color RGB value is (126,189,190).
#7ebdbe hex color red value is 126, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7ebdbe hue: 0.50 , saturation: 0.33 and the lightness value of 7ebdbe is 0.62.
The process color (four color CMYK) of #7ebdbe color hex is 0.34, 0.01, 0.00, 0.25. Web safe color of #7ebdbe is #66cccc. Color #7ebdbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10111101 | 10111110 |
Octal | 176 | 275 | 276 |
Decimal | 126 | 189 | 190 |
Hex | 7E | BD | BE |
Shades of #7ebdbe
Tints of #7ebdbe
RGB Percentages of Color #7ebdbe
CMYK Percentages of Color #7ebdbe
Complementary Color
#7ebdbe | #be7f7e |
#7ebdbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ebdbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ebdbe Color CSS Codes
.mybgcolor {background-color:#7ebdbe; } .myforecolor {color:#7ebdbe; } .mybordercolor {border:3px solid #7ebdbe; }
#7ebdbe Text Font Color
<p style="color:#7ebdbe">Text here</p>
This sample text font color is #7ebdbe
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.
#7ebdbe Background Color
<div style="background-color:#7ebdbe">
Div content here</div>
This div background color is #7ebdbe
#7ebdbe Border Color
<div style="border:3px solid #7ebdbe">
Div here</div>
This div border color is #7ebdbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,189,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ebdbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ebdbe; -webkit-box-shadow: 1px 1px 3px 2px #7ebdbe; box-shadow: 1px 1px 3px 2px #7ebdbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,189,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ebdbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ebdbe; -webkit-box-shadow: 1px 1px 3px 2px #7ebdbe; box-shadow: 1px 1px 3px 2px #7ebdbe;">
Div content here</div>
This div box has shadow with color #7ebdbe
Comments
No comments written yet.
Please login to write comment.