Color spaces of #4bbcac
RGB | 75 | 188 | 172 |
---|---|---|---|
HSL | 0.48 | 0.46 | 0.52 |
HSV | 172° | 60° | 74° |
CMYK | 0.60 | 0.00 | 0.09 0.26 |
XYZ | 28.3313 | 40.4409 | 45.3424 |
Yxy | 40.4409 | 0.2483 | 0.3544 |
Hunter Lab | 63.5932 | -31.7647 | 2.2410 |
CIE-Lab | 69.7824 | -35.7521 | -1.4514 |
#4bbcac color RGB value is (75,188,172).
#4bbcac hex color red value is 75, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4bbcac hue: 0.48 , saturation: 0.46 and the lightness value of 4bbcac is 0.52.
The process color (four color CMYK) of #4bbcac color hex is 0.60, 0.00, 0.09, 0.26. Web safe color of #4bbcac is #33cc99. Color #4bbcac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 10111100 | 10101100 |
Octal | 113 | 274 | 254 |
Decimal | 75 | 188 | 172 |
Hex | 4B | BC | AC |
Shades of #4bbcac
Tints of #4bbcac
RGB Percentages of Color #4bbcac
CMYK Percentages of Color #4bbcac
Complementary Color
#4bbcac | #bc4b5b |
#4bbcac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4bbcac Color Preview on White Background
Lorem ipsum dolor sit amet.
#4bbcac Color CSS Codes
.mybgcolor {background-color:#4bbcac; } .myforecolor {color:#4bbcac; } .mybordercolor {border:3px solid #4bbcac; }
#4bbcac Text Font Color
<p style="color:#4bbcac">Text here</p>
This sample text font color is #4bbcac
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.
#4bbcac Background Color
<div style="background-color:#4bbcac">
Div content here</div>
This div background color is #4bbcac
#4bbcac Border Color
<div style="border:3px solid #4bbcac">
Div here</div>
This div border color is #4bbcac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,188,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4bbcac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4bbcac; -webkit-box-shadow: 1px 1px 3px 2px #4bbcac; box-shadow: 1px 1px 3px 2px #4bbcac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,188,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 #4bbcac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4bbcac; -webkit-box-shadow: 1px 1px 3px 2px #4bbcac; box-shadow: 1px 1px 3px 2px #4bbcac;">
Div content here</div>
This div box has shadow with color #4bbcac
Comments
No comments written yet.
Please login to write comment.