Color spaces of #3afaba
RGB | 58 | 250 | 186 |
---|---|---|---|
HSL | 0.44 | 0.95 | 0.60 |
HSV | 160° | 77° | 98° |
CMYK | 0.77 | 0.00 | 0.26 0.02 |
XYZ | 44.7935 | 72.8159 | 58.1484 |
Yxy | 72.8159 | 0.2549 | 0.4143 |
Hunter Lab | 85.3322 | -55.6313 | 19.3303 |
CIE-Lab | 88.3598 | -60.7260 | 17.6666 |
#3afaba color RGB value is (58,250,186).
#3afaba hex color red value is 58, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3afaba hue: 0.44 , saturation: 0.95 and the lightness value of 3afaba is 0.60.
The process color (four color CMYK) of #3afaba color hex is 0.77, 0.00, 0.26, 0.02. Web safe color of #3afaba is #33ffcc. Color #3afaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11111010 | 10111010 |
Octal | 72 | 372 | 272 |
Decimal | 58 | 250 | 186 |
Hex | 3A | FA | BA |
Shades of #3afaba
Tints of #3afaba
RGB Percentages of Color #3afaba
CMYK Percentages of Color #3afaba
Complementary Color
#3afaba | #fa3a7a |
#3afaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3afaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#3afaba Color CSS Codes
.mybgcolor {background-color:#3afaba; } .myforecolor {color:#3afaba; } .mybordercolor {border:3px solid #3afaba; }
#3afaba Text Font Color
<p style="color:#3afaba">Text here</p>
This sample text font color is #3afaba
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.
#3afaba Background Color
<div style="background-color:#3afaba">
Div content here</div>
This div background color is #3afaba
#3afaba Border Color
<div style="border:3px solid #3afaba">
Div here</div>
This div border color is #3afaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,250,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3afaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3afaba; -webkit-box-shadow: 1px 1px 3px 2px #3afaba; box-shadow: 1px 1px 3px 2px #3afaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,250,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3afaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3afaba; -webkit-box-shadow: 1px 1px 3px 2px #3afaba; box-shadow: 1px 1px 3px 2px #3afaba;">
Div content here</div>
This div box has shadow with color #3afaba
Comments
No comments written yet.
Please login to write comment.