Color spaces of #30ecbd
RGB | 48 | 236 | 189 |
---|---|---|---|
HSL | 0.46 | 0.83 | 0.56 |
HSV | 165° | 80° | 93° |
CMYK | 0.80 | 0.00 | 0.20 0.07 |
XYZ | 40.3997 | 64.2934 | 58.4247 |
Yxy | 64.2934 | 0.2477 | 0.3942 |
Hunter Lab | 80.1832 | -50.3846 | 12.9271 |
CIE-Lab | 84.1183 | -55.6061 | 10.0970 |
#30ecbd color RGB value is (48,236,189).
#30ecbd hex color red value is 48, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #30ecbd hue: 0.46 , saturation: 0.83 and the lightness value of 30ecbd is 0.56.
The process color (four color CMYK) of #30ecbd color hex is 0.80, 0.00, 0.20, 0.07. Web safe color of #30ecbd is #33ffcc. Color #30ecbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 11101100 | 10111101 |
Octal | 60 | 354 | 275 |
Decimal | 48 | 236 | 189 |
Hex | 30 | EC | BD |
Shades of #30ecbd
Tints of #30ecbd
RGB Percentages of Color #30ecbd
CMYK Percentages of Color #30ecbd
Complementary Color
#30ecbd | #ec305f |
#30ecbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30ecbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#30ecbd Color CSS Codes
.mybgcolor {background-color:#30ecbd; } .myforecolor {color:#30ecbd; } .mybordercolor {border:3px solid #30ecbd; }
#30ecbd Text Font Color
<p style="color:#30ecbd">Text here</p>
This sample text font color is #30ecbd
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.
#30ecbd Background Color
<div style="background-color:#30ecbd">
Div content here</div>
This div background color is #30ecbd
#30ecbd Border Color
<div style="border:3px solid #30ecbd">
Div here</div>
This div border color is #30ecbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,236,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30ecbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30ecbd; -webkit-box-shadow: 1px 1px 3px 2px #30ecbd; box-shadow: 1px 1px 3px 2px #30ecbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,236,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30ecbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30ecbd; -webkit-box-shadow: 1px 1px 3px 2px #30ecbd; box-shadow: 1px 1px 3px 2px #30ecbd;">
Div content here</div>
This div box has shadow with color #30ecbd
Comments
No comments written yet.
Please login to write comment.