Color spaces of #30cecb
RGB | 48 | 206 | 203 |
---|---|---|---|
HSL | 0.50 | 0.62 | 0.50 |
HSV | 179° | 77° | 81° |
CMYK | 0.77 | 0.00 | 0.01 0.19 |
XYZ | 34.0697 | 49.0828 | 64.1782 |
Yxy | 49.0828 | 0.2312 | 0.3331 |
Hunter Lab | 70.0591 | -35.7990 | -5.2717 |
CIE-Lab | 75.5028 | -39.2302 | -9.9260 |
#30cecb color RGB value is (48,206,203).
#30cecb hex color red value is 48, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #30cecb hue: 0.50 , saturation: 0.62 and the lightness value of 30cecb is 0.50.
The process color (four color CMYK) of #30cecb color hex is 0.77, 0.00, 0.01, 0.19. Web safe color of #30cecb is #33cccc. Color #30cecb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 11001110 | 11001011 |
Octal | 60 | 316 | 313 |
Decimal | 48 | 206 | 203 |
Hex | 30 | CE | CB |
Shades of #30cecb
Tints of #30cecb
RGB Percentages of Color #30cecb
CMYK Percentages of Color #30cecb
Complementary Color
#30cecb | #ce3033 |
#30cecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30cecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#30cecb Color CSS Codes
.mybgcolor {background-color:#30cecb; } .myforecolor {color:#30cecb; } .mybordercolor {border:3px solid #30cecb; }
#30cecb Text Font Color
<p style="color:#30cecb">Text here</p>
This sample text font color is #30cecb
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.
#30cecb Background Color
<div style="background-color:#30cecb">
Div content here</div>
This div background color is #30cecb
#30cecb Border Color
<div style="border:3px solid #30cecb">
Div here</div>
This div border color is #30cecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,206,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30cecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30cecb; -webkit-box-shadow: 1px 1px 3px 2px #30cecb; box-shadow: 1px 1px 3px 2px #30cecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,206,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30cecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30cecb; -webkit-box-shadow: 1px 1px 3px 2px #30cecb; box-shadow: 1px 1px 3px 2px #30cecb;">
Div content here</div>
This div box has shadow with color #30cecb
Comments
No comments written yet.
Please login to write comment.