Color spaces of #7bbeaf
RGB | 123 | 190 | 175 |
---|---|---|---|
HSL | 0.46 | 0.34 | 0.61 |
HSV | 167° | 35° | 75° |
CMYK | 0.35 | 0.00 | 0.08 0.25 |
XYZ | 34.3197 | 44.1330 | 47.2671 |
Yxy | 44.1330 | 0.2730 | 0.3510 |
Hunter Lab | 66.4327 | -24.0425 | 4.3178 |
CIE-Lab | 72.3173 | -24.6329 | 0.8350 |
#7bbeaf color RGB value is (123,190,175).
#7bbeaf hex color red value is 123, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7bbeaf hue: 0.46 , saturation: 0.34 and the lightness value of 7bbeaf is 0.61.
The process color (four color CMYK) of #7bbeaf color hex is 0.35, 0.00, 0.08, 0.25. Web safe color of #7bbeaf is #66cc99. Color #7bbeaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 10111110 | 10101111 |
Octal | 173 | 276 | 257 |
Decimal | 123 | 190 | 175 |
Hex | 7B | BE | AF |
Shades of #7bbeaf
Tints of #7bbeaf
RGB Percentages of Color #7bbeaf
CMYK Percentages of Color #7bbeaf
Complementary Color
#7bbeaf | #be7b8a |
#7bbeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bbeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bbeaf Color CSS Codes
.mybgcolor {background-color:#7bbeaf; } .myforecolor {color:#7bbeaf; } .mybordercolor {border:3px solid #7bbeaf; }
#7bbeaf Text Font Color
<p style="color:#7bbeaf">Text here</p>
This sample text font color is #7bbeaf
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.
#7bbeaf Background Color
<div style="background-color:#7bbeaf">
Div content here</div>
This div background color is #7bbeaf
#7bbeaf Border Color
<div style="border:3px solid #7bbeaf">
Div here</div>
This div border color is #7bbeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,190,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bbeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bbeaf; -webkit-box-shadow: 1px 1px 3px 2px #7bbeaf; box-shadow: 1px 1px 3px 2px #7bbeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,190,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bbeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bbeaf; -webkit-box-shadow: 1px 1px 3px 2px #7bbeaf; box-shadow: 1px 1px 3px 2px #7bbeaf;">
Div content here</div>
This div box has shadow with color #7bbeaf
Comments
No comments written yet.
Please login to write comment.