Color spaces of #30cbfb
RGB | 48 | 203 | 251 |
---|---|---|---|
HSL | 0.54 | 0.96 | 0.59 |
HSV | 194° | 81° | 98° |
CMYK | 0.81 | 0.19 | 0.00 0.02 |
XYZ | 39.9874 | 50.3053 | 98.8691 |
Yxy | 50.3053 | 0.2114 | 0.2659 |
Hunter Lab | 70.9262 | -23.4846 | -33.0002 |
CIE-Lab | 76.2563 | -23.0013 | -34.6080 |
#30cbfb color RGB value is (48,203,251).
#30cbfb hex color red value is 48, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #30cbfb hue: 0.54 , saturation: 0.96 and the lightness value of 30cbfb is 0.59.
The process color (four color CMYK) of #30cbfb color hex is 0.81, 0.19, 0.00, 0.02. Web safe color of #30cbfb is #33ccff. Color #30cbfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 11001011 | 11111011 |
Octal | 60 | 313 | 373 |
Decimal | 48 | 203 | 251 |
Hex | 30 | CB | FB |
Shades of #30cbfb
Tints of #30cbfb
RGB Percentages of Color #30cbfb
CMYK Percentages of Color #30cbfb
Complementary Color
#30cbfb | #fb6030 |
#30cbfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#30cbfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#30cbfb Color CSS Codes
.mybgcolor {background-color:#30cbfb; } .myforecolor {color:#30cbfb; } .mybordercolor {border:3px solid #30cbfb; }
#30cbfb Text Font Color
<p style="color:#30cbfb">Text here</p>
This sample text font color is #30cbfb
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.
#30cbfb Background Color
<div style="background-color:#30cbfb">
Div content here</div>
This div background color is #30cbfb
#30cbfb Border Color
<div style="border:3px solid #30cbfb">
Div here</div>
This div border color is #30cbfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,203,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #30cbfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #30cbfb; -webkit-box-shadow: 1px 1px 3px 2px #30cbfb; box-shadow: 1px 1px 3px 2px #30cbfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,203,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #30cbfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #30cbfb; -webkit-box-shadow: 1px 1px 3px 2px #30cbfb; box-shadow: 1px 1px 3px 2px #30cbfb;">
Div content here</div>
This div box has shadow with color #30cbfb
Comments
No comments written yet.
Please login to write comment.