Color spaces of #30fdab
RGB | 48 | 253 | 171 |
---|---|---|---|
HSL | 0.43 | 0.98 | 0.59 |
HSV | 156° | 81° | 99° |
CMYK | 0.81 | 0.00 | 0.32 0.01 |
XYZ | 43.6949 | 73.8192 | 50.4737 |
Yxy | 73.8192 | 0.2601 | 0.4394 |
Hunter Lab | 85.9181 | -59.5779 | 25.3120 |
CIE-Lab | 88.8370 | -65.9900 | 25.9674 |
#30fdab color RGB value is (48,253,171).
#30fdab hex color red value is 48, green value is 253 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #30fdab hue: 0.43 , saturation: 0.98 and the lightness value of 30fdab is 0.59.
The process color (four color CMYK) of #30fdab color hex is 0.81, 0.00, 0.32, 0.01. Web safe color of #30fdab is #33ff99. Color #30fdab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 11111101 | 10101011 |
Octal | 60 | 375 | 253 |
Decimal | 48 | 253 | 171 |
Hex | 30 | FD | AB |
Shades of #30fdab
Tints of #30fdab
RGB Percentages of Color #30fdab
CMYK Percentages of Color #30fdab
Complementary Color
#30fdab | #fd3082 |
#30fdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30fdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#30fdab Color CSS Codes
.mybgcolor {background-color:#30fdab; } .myforecolor {color:#30fdab; } .mybordercolor {border:3px solid #30fdab; }
#30fdab Text Font Color
<p style="color:#30fdab">Text here</p>
This sample text font color is #30fdab
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.
#30fdab Background Color
<div style="background-color:#30fdab">
Div content here</div>
This div background color is #30fdab
#30fdab Border Color
<div style="border:3px solid #30fdab">
Div here</div>
This div border color is #30fdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,253,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30fdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30fdab; -webkit-box-shadow: 1px 1px 3px 2px #30fdab; box-shadow: 1px 1px 3px 2px #30fdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,253,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30fdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30fdab; -webkit-box-shadow: 1px 1px 3px 2px #30fdab; box-shadow: 1px 1px 3px 2px #30fdab;">
Div content here</div>
This div box has shadow with color #30fdab
Comments
No comments written yet.
Please login to write comment.