Color spaces of #3abfb4
RGB | 58 | 191 | 180 |
---|---|---|---|
HSL | 0.49 | 0.53 | 0.49 |
HSV | 175° | 70° | 75° |
CMYK | 0.70 | 0.00 | 0.06 0.25 |
XYZ | 28.6139 | 41.4564 | 49.6738 |
Yxy | 41.4564 | 0.2390 | 0.3462 |
Hunter Lab | 64.3866 | -33.3499 | -0.6711 |
CIE-Lab | 70.4945 | -37.7146 | -4.8355 |
#3abfb4 color RGB value is (58,191,180).
#3abfb4 hex color red value is 58, green value is 191 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #3abfb4 hue: 0.49 , saturation: 0.53 and the lightness value of 3abfb4 is 0.49.
The process color (four color CMYK) of #3abfb4 color hex is 0.70, 0.00, 0.06, 0.25. Web safe color of #3abfb4 is #33cccc. Color #3abfb4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10111111 | 10110100 |
Octal | 72 | 277 | 264 |
Decimal | 58 | 191 | 180 |
Hex | 3A | BF | B4 |
Shades of #3abfb4
Tints of #3abfb4
RGB Percentages of Color #3abfb4
CMYK Percentages of Color #3abfb4
Complementary Color
#3abfb4 | #bf3a45 |
#3abfb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3abfb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3abfb4 Color CSS Codes
.mybgcolor {background-color:#3abfb4; } .myforecolor {color:#3abfb4; } .mybordercolor {border:3px solid #3abfb4; }
#3abfb4 Text Font Color
<p style="color:#3abfb4">Text here</p>
This sample text font color is #3abfb4
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.
#3abfb4 Background Color
<div style="background-color:#3abfb4">
Div content here</div>
This div background color is #3abfb4
#3abfb4 Border Color
<div style="border:3px solid #3abfb4">
Div here</div>
This div border color is #3abfb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,191,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3abfb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3abfb4; -webkit-box-shadow: 1px 1px 3px 2px #3abfb4; box-shadow: 1px 1px 3px 2px #3abfb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,191,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3abfb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3abfb4; -webkit-box-shadow: 1px 1px 3px 2px #3abfb4; box-shadow: 1px 1px 3px 2px #3abfb4;">
Div content here</div>
This div box has shadow with color #3abfb4
Comments
No comments written yet.
Please login to write comment.