Color spaces of #30febe
RGB | 48 | 254 | 190 |
---|---|---|---|
HSL | 0.45 | 0.99 | 0.59 |
HSV | 161° | 81° | 100° |
CMYK | 0.81 | 0.00 | 0.25 0.00 |
XYZ | 45.9550 | 75.2297 | 60.8139 |
Yxy | 75.2297 | 0.2525 | 0.4134 |
Hunter Lab | 86.7351 | -57.2114 | 19.1436 |
CIE-Lab | 89.5005 | -62.3081 | 17.1908 |
#30febe color RGB value is (48,254,190).
#30febe hex color red value is 48, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #30febe hue: 0.45 , saturation: 0.99 and the lightness value of 30febe is 0.59.
The process color (four color CMYK) of #30febe color hex is 0.81, 0.00, 0.25, 0.00. Web safe color of #30febe is #33ffcc. Color #30febe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 11111110 | 10111110 |
Octal | 60 | 376 | 276 |
Decimal | 48 | 254 | 190 |
Hex | 30 | FE | BE |
Shades of #30febe
Tints of #30febe
RGB Percentages of Color #30febe
CMYK Percentages of Color #30febe
Complementary Color
#30febe | #fe3070 |
#30febe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30febe Color Preview on White Background
Lorem ipsum dolor sit amet.
#30febe Color CSS Codes
.mybgcolor {background-color:#30febe; } .myforecolor {color:#30febe; } .mybordercolor {border:3px solid #30febe; }
#30febe Text Font Color
<p style="color:#30febe">Text here</p>
This sample text font color is #30febe
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.
#30febe Background Color
<div style="background-color:#30febe">
Div content here</div>
This div background color is #30febe
#30febe Border Color
<div style="border:3px solid #30febe">
Div here</div>
This div border color is #30febe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,254,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30febe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30febe; -webkit-box-shadow: 1px 1px 3px 2px #30febe; box-shadow: 1px 1px 3px 2px #30febe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,254,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 #30febe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30febe; -webkit-box-shadow: 1px 1px 3px 2px #30febe; box-shadow: 1px 1px 3px 2px #30febe;">
Div content here</div>
This div box has shadow with color #30febe
Comments
No comments written yet.
Please login to write comment.