Color spaces of #7abebf
RGB | 122 | 190 | 191 |
---|---|---|---|
HSL | 0.50 | 0.35 | 0.61 |
HSV | 181° | 36° | 75° |
CMYK | 0.36 | 0.01 | 0.00 0.25 |
XYZ | 35.8435 | 44.7261 | 56.0341 |
Yxy | 44.7261 | 0.2624 | 0.3274 |
Hunter Lab | 66.8776 | -21.3674 | -2.8625 |
CIE-Lab | 72.7112 | -21.1373 | -7.3228 |
#7abebf color RGB value is (122,190,191).
#7abebf hex color red value is 122, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7abebf hue: 0.50 , saturation: 0.35 and the lightness value of 7abebf is 0.61.
The process color (four color CMYK) of #7abebf color hex is 0.36, 0.01, 0.00, 0.25. Web safe color of #7abebf is #66cccc. Color #7abebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10111110 | 10111111 |
Octal | 172 | 276 | 277 |
Decimal | 122 | 190 | 191 |
Hex | 7A | BE | BF |
Shades of #7abebf
Tints of #7abebf
RGB Percentages of Color #7abebf
CMYK Percentages of Color #7abebf
Complementary Color
#7abebf | #bf7b7a |
#7abebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7abebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7abebf Color CSS Codes
.mybgcolor {background-color:#7abebf; } .myforecolor {color:#7abebf; } .mybordercolor {border:3px solid #7abebf; }
#7abebf Text Font Color
<p style="color:#7abebf">Text here</p>
This sample text font color is #7abebf
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.
#7abebf Background Color
<div style="background-color:#7abebf">
Div content here</div>
This div background color is #7abebf
#7abebf Border Color
<div style="border:3px solid #7abebf">
Div here</div>
This div border color is #7abebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,190,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7abebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7abebf; -webkit-box-shadow: 1px 1px 3px 2px #7abebf; box-shadow: 1px 1px 3px 2px #7abebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,190,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7abebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7abebf; -webkit-box-shadow: 1px 1px 3px 2px #7abebf; box-shadow: 1px 1px 3px 2px #7abebf;">
Div content here</div>
This div box has shadow with color #7abebf
Comments
No comments written yet.
Please login to write comment.