Color Hex Logo

#30bdfb Color Hex

#30BDFB
(48,189,251)
0 Favorites   0 Comments

Color spaces of #30bdfb

RGB 48189251
HSL0.550.960.59
HSV198°81°98°
CMYK 0.810.250.00   0.02
XYZ36.829143.988697.8163
Yxy43.98860.20620.2462
Hunter Lab66.3239-16.9473-41.0158
CIE-Lab72.2209-15.7428-40.8757

#30bdfb color RGB value is (48,189,251).

#30bdfb hex color red value is 48, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #30bdfb hue: 0.55 , saturation: 0.96 and the lightness value of 30bdfb is 0.59.

The process color (four color CMYK) of #30bdfb color hex is 0.81, 0.25, 0.00, 0.02. Web safe color of #30bdfb is #33ccff. Color #30bdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111101 11111011
Octal 60 275 373
Decimal 48 189 251
Hex 30 BD FB

RGB Percentages of Color #30bdfb

%9.84
%38.73
%51.43

CMYK Percentages of Color #30bdfb

%81
%25
%0
%2

Triadic Colors of #30bdfb

#30bdfb #fb30bd #bdfb30

Analogous Colors of #30bdfb

#30bdfb #3058fb #30fbd4

Monochromatic Colors of #30bdfb

#30bdfb

Complementary Color

#30bdfb #fb6e30

#30bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bdfb Color CSS Codes

.mybgcolor {background-color:#30bdfb; } 
.myforecolor {color:#30bdfb; }
.mybordercolor {border:3px solid #30bdfb; }

#30bdfb Text Font Color

<p style="color:#30bdfb">Text here</p>

This sample text font color is #30bdfb
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.


#30bdfb Background Color

<div style="background-color:#30bdfb">
Div content here</div>

This div background color is #30bdfb


#30bdfb Border Color

<div style="border:3px solid #30bdfb">
Div here</div>

This div border color is #30bdfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,189,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30bdfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30bdfb;
  -webkit-box-shadow: 1px 1px 3px 2px #30bdfb;
  box-shadow:         1px 1px 3px 2px #30bdfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,189,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 #30bdfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30bdfb;
  -webkit-box-shadow: 1px 1px 3px 2px #30bdfb;
  box-shadow:         1px 1px 3px 2px #30bdfb;">
Div content here</div>

This div box has shadow with color #30bdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.