Color Hex Logo

#30bcfc Color Hex

#30BCFC
(48,188,252)
0 Favorites   0 Comments

Color spaces of #30bcfc

RGB 48188252
HSL0.550.970.59
HSV199°81°99°
CMYK 0.810.250.00   0.01
XYZ36.772843.623198.5774
Yxy43.62310.20550.2437
Hunter Lab66.0478-16.2019-42.2578
CIE-Lab71.9759-14.8725-41.7973

#30bcfc color RGB value is (48,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111100 11111100
Octal 60 274 374
Decimal 48 188 252
Hex 30 BC FC

RGB Percentages of Color #30bcfc

%9.84
%38.52
%51.64

CMYK Percentages of Color #30bcfc

%81
%25
%0
%1

Triadic Colors of #30bcfc

#30bcfc #fc30bc #bcfc30

Analogous Colors of #30bcfc

#30bcfc #3056fc #30fcd6

Monochromatic Colors of #30bcfc

#30bcfc

Complementary Color

#30bcfc #fc7030

#30bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bcfc Color CSS Codes

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

#30bcfc Text Font Color

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

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


#30bcfc Background Color

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

This div background color is #30bcfc


#30bcfc Border Color

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

This div border color is #30bcfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,188,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30bcfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bcfc


Comments

No comments written yet.

Please login to write comment.