Color Hex Logo

#30cbfb Color Hex

#30CBFB
(48,203,251)
0 Favorites   0 Comments

Color spaces of #30cbfb

RGB 48203251
HSL0.540.960.59
HSV194°81°98°
CMYK 0.810.190.00   0.02
XYZ39.987450.305398.8691
Yxy50.30530.21140.2659
Hunter Lab70.9262-23.4846-33.0002
CIE-Lab76.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

BaseRedGreenBlue
Binary 00110000 11001011 11111011
Octal 60 313 373
Decimal 48 203 251
Hex 30 CB FB

RGB Percentages of Color #30cbfb

%9.56
%40.44
%50.00

CMYK Percentages of Color #30cbfb

%81
%19
%0
%2

Triadic Colors of #30cbfb

#30cbfb #fb30cb #cbfb30

Analogous Colors of #30cbfb

#30cbfb #3066fb #30fbc6

Monochromatic Colors of #30cbfb

#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

Related Colors


Comments

No comments written yet.

Please login to write comment.