Color spaces of #4fbbbf
RGB | 79 | 187 | 191 |
---|---|---|---|
HSL | 0.51 | 0.47 | 0.53 |
HSV | 182° | 59° | 75° |
CMYK | 0.59 | 0.02 | 0.00 0.25 |
XYZ | 30.3987 | 40.9645 | 55.5950 |
Yxy | 40.9645 | 0.2394 | 0.3227 |
Hunter Lab | 64.0035 | -27.2269 | -6.6983 |
CIE-Lab | 70.1510 | -29.4068 | -11.3171 |
#4fbbbf color RGB value is (79,187,191).
#4fbbbf hex color red value is 79, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4fbbbf hue: 0.51 , saturation: 0.47 and the lightness value of 4fbbbf is 0.53.
The process color (four color CMYK) of #4fbbbf color hex is 0.59, 0.02, 0.00, 0.25. Web safe color of #4fbbbf is #66cccc. Color #4fbbbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 10111011 | 10111111 |
Octal | 117 | 273 | 277 |
Decimal | 79 | 187 | 191 |
Hex | 4F | BB | BF |
Shades of #4fbbbf
Tints of #4fbbbf
RGB Percentages of Color #4fbbbf
CMYK Percentages of Color #4fbbbf
Complementary Color
#4fbbbf | #bf534f |
#4fbbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fbbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fbbbf Color CSS Codes
.mybgcolor {background-color:#4fbbbf; } .myforecolor {color:#4fbbbf; } .mybordercolor {border:3px solid #4fbbbf; }
#4fbbbf Text Font Color
<p style="color:#4fbbbf">Text here</p>
This sample text font color is #4fbbbf
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.
#4fbbbf Background Color
<div style="background-color:#4fbbbf">
Div content here</div>
This div background color is #4fbbbf
#4fbbbf Border Color
<div style="border:3px solid #4fbbbf">
Div here</div>
This div border color is #4fbbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,187,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fbbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fbbbf; -webkit-box-shadow: 1px 1px 3px 2px #4fbbbf; box-shadow: 1px 1px 3px 2px #4fbbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,187,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 #4fbbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fbbbf; -webkit-box-shadow: 1px 1px 3px 2px #4fbbbf; box-shadow: 1px 1px 3px 2px #4fbbbf;">
Div content here</div>
This div box has shadow with color #4fbbbf
Comments
No comments written yet.
Please login to write comment.