Color spaces of #4bdfbe
RGB | 75 | 223 | 190 |
---|---|---|---|
HSL | 0.46 | 0.70 | 0.58 |
HSV | 167° | 66° | 87° |
CMYK | 0.66 | 0.00 | 0.15 0.13 |
XYZ | 38.5836 | 57.9889 | 57.8746 |
Yxy | 57.9889 | 0.2498 | 0.3755 |
Hunter Lab | 76.1504 | -42.8216 | 8.2447 |
CIE-Lab | 80.7326 | -46.7324 | 4.7713 |
#4bdfbe color RGB value is (75,223,190).
#4bdfbe hex color red value is 75, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4bdfbe hue: 0.46 , saturation: 0.70 and the lightness value of 4bdfbe is 0.58.
The process color (four color CMYK) of #4bdfbe color hex is 0.66, 0.00, 0.15, 0.13. Web safe color of #4bdfbe is #33cccc. Color #4bdfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 11011111 | 10111110 |
Octal | 113 | 337 | 276 |
Decimal | 75 | 223 | 190 |
Hex | 4B | DF | BE |
Shades of #4bdfbe
Tints of #4bdfbe
RGB Percentages of Color #4bdfbe
CMYK Percentages of Color #4bdfbe
Complementary Color
#4bdfbe | #df4b6c |
#4bdfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4bdfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#4bdfbe Color CSS Codes
.mybgcolor {background-color:#4bdfbe; } .myforecolor {color:#4bdfbe; } .mybordercolor {border:3px solid #4bdfbe; }
#4bdfbe Text Font Color
<p style="color:#4bdfbe">Text here</p>
This sample text font color is #4bdfbe
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.
#4bdfbe Background Color
<div style="background-color:#4bdfbe">
Div content here</div>
This div background color is #4bdfbe
#4bdfbe Border Color
<div style="border:3px solid #4bdfbe">
Div here</div>
This div border color is #4bdfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,223,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4bdfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4bdfbe; -webkit-box-shadow: 1px 1px 3px 2px #4bdfbe; box-shadow: 1px 1px 3px 2px #4bdfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,223,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4bdfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4bdfbe; -webkit-box-shadow: 1px 1px 3px 2px #4bdfbe; box-shadow: 1px 1px 3px 2px #4bdfbe;">
Div content here</div>
This div box has shadow with color #4bdfbe
Comments
No comments written yet.
Please login to write comment.