Color spaces of #5ebfac
RGB | 94 | 191 | 172 |
---|---|---|---|
HSL | 0.47 | 0.43 | 0.56 |
HSV | 168° | 51° | 75° |
CMYK | 0.51 | 0.00 | 0.10 0.25 |
XYZ | 30.6933 | 42.6198 | 45.6385 |
Yxy | 42.6198 | 0.2580 | 0.3583 |
Hunter Lab | 65.2838 | -30.3247 | 4.2504 |
CIE-Lab | 71.2962 | -33.2416 | 0.8341 |
#5ebfac color RGB value is (94,191,172).
#5ebfac hex color red value is 94, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5ebfac hue: 0.47 , saturation: 0.43 and the lightness value of 5ebfac is 0.56.
The process color (four color CMYK) of #5ebfac color hex is 0.51, 0.00, 0.10, 0.25. Web safe color of #5ebfac is #66cc99. Color #5ebfac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10111111 | 10101100 |
Octal | 136 | 277 | 254 |
Decimal | 94 | 191 | 172 |
Hex | 5E | BF | AC |
Shades of #5ebfac
Tints of #5ebfac
RGB Percentages of Color #5ebfac
CMYK Percentages of Color #5ebfac
Complementary Color
#5ebfac | #bf5e71 |
#5ebfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ebfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ebfac Color CSS Codes
.mybgcolor {background-color:#5ebfac; } .myforecolor {color:#5ebfac; } .mybordercolor {border:3px solid #5ebfac; }
#5ebfac Text Font Color
<p style="color:#5ebfac">Text here</p>
This sample text font color is #5ebfac
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.
#5ebfac Background Color
<div style="background-color:#5ebfac">
Div content here</div>
This div background color is #5ebfac
#5ebfac Border Color
<div style="border:3px solid #5ebfac">
Div here</div>
This div border color is #5ebfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,191,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ebfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ebfac; -webkit-box-shadow: 1px 1px 3px 2px #5ebfac; box-shadow: 1px 1px 3px 2px #5ebfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,191,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ebfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ebfac; -webkit-box-shadow: 1px 1px 3px 2px #5ebfac; box-shadow: 1px 1px 3px 2px #5ebfac;">
Div content here</div>
This div box has shadow with color #5ebfac
Comments
No comments written yet.
Please login to write comment.