Color spaces of #5eabba
RGB | 94 | 171 | 186 |
---|---|---|---|
HSL | 0.53 | 0.40 | 0.55 |
HSV | 190° | 49° | 73° |
CMYK | 0.49 | 0.08 | 0.00 0.27 |
XYZ | 28.0419 | 35.0507 | 51.7419 |
Yxy | 35.0507 | 0.2442 | 0.3052 |
Hunter Lab | 59.2036 | -19.0595 | -10.3748 |
CIE-Lab | 65.7881 | -19.6765 | -15.0577 |
#5eabba color RGB value is (94,171,186).
#5eabba hex color red value is 94, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5eabba hue: 0.53 , saturation: 0.40 and the lightness value of 5eabba is 0.55.
The process color (four color CMYK) of #5eabba color hex is 0.49, 0.08, 0.00, 0.27. Web safe color of #5eabba is #6699cc. Color #5eabba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10101011 | 10111010 |
Octal | 136 | 253 | 272 |
Decimal | 94 | 171 | 186 |
Hex | 5E | AB | BA |
Shades of #5eabba
Tints of #5eabba
RGB Percentages of Color #5eabba
CMYK Percentages of Color #5eabba
Complementary Color
#5eabba | #ba6d5e |
#5eabba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5eabba Color Preview on White Background
Lorem ipsum dolor sit amet.
#5eabba Color CSS Codes
.mybgcolor {background-color:#5eabba; } .myforecolor {color:#5eabba; } .mybordercolor {border:3px solid #5eabba; }
#5eabba Text Font Color
<p style="color:#5eabba">Text here</p>
This sample text font color is #5eabba
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.
#5eabba Background Color
<div style="background-color:#5eabba">
Div content here</div>
This div background color is #5eabba
#5eabba Border Color
<div style="border:3px solid #5eabba">
Div here</div>
This div border color is #5eabba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,171,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5eabba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5eabba; -webkit-box-shadow: 1px 1px 3px 2px #5eabba; box-shadow: 1px 1px 3px 2px #5eabba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,171,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5eabba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5eabba; -webkit-box-shadow: 1px 1px 3px 2px #5eabba; box-shadow: 1px 1px 3px 2px #5eabba;">
Div content here</div>
This div box has shadow with color #5eabba
Comments
No comments written yet.
Please login to write comment.