Color spaces of #30cdbb
RGB | 48 | 205 | 187 |
---|---|---|---|
HSL | 0.48 | 0.62 | 0.50 |
HSV | 173° | 77° | 80° |
CMYK | 0.77 | 0.00 | 0.09 0.20 |
XYZ | 32.0199 | 47.8789 | 54.5676 |
Yxy | 47.8789 | 0.2381 | 0.3561 |
Hunter Lab | 69.1946 | -38.4894 | 1.6795 |
CIE-Lab | 74.7485 | -43.2497 | -2.3997 |
#30cdbb color RGB value is (48,205,187).
#30cdbb hex color red value is 48, green value is 205 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #30cdbb hue: 0.48 , saturation: 0.62 and the lightness value of 30cdbb is 0.50.
The process color (four color CMYK) of #30cdbb color hex is 0.77, 0.00, 0.09, 0.20. Web safe color of #30cdbb is #33cccc. Color #30cdbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 11001101 | 10111011 |
Octal | 60 | 315 | 273 |
Decimal | 48 | 205 | 187 |
Hex | 30 | CD | BB |
Shades of #30cdbb
Tints of #30cdbb
RGB Percentages of Color #30cdbb
CMYK Percentages of Color #30cdbb
Complementary Color
#30cdbb | #cd3042 |
#30cdbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30cdbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#30cdbb Color CSS Codes
.mybgcolor {background-color:#30cdbb; } .myforecolor {color:#30cdbb; } .mybordercolor {border:3px solid #30cdbb; }
#30cdbb Text Font Color
<p style="color:#30cdbb">Text here</p>
This sample text font color is #30cdbb
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.
#30cdbb Background Color
<div style="background-color:#30cdbb">
Div content here</div>
This div background color is #30cdbb
#30cdbb Border Color
<div style="border:3px solid #30cdbb">
Div here</div>
This div border color is #30cdbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,205,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30cdbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30cdbb; -webkit-box-shadow: 1px 1px 3px 2px #30cdbb; box-shadow: 1px 1px 3px 2px #30cdbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,205,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30cdbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30cdbb; -webkit-box-shadow: 1px 1px 3px 2px #30cdbb; box-shadow: 1px 1px 3px 2px #30cdbb;">
Div content here</div>
This div box has shadow with color #30cdbb
Comments
No comments written yet.
Please login to write comment.