Color Hex Logo

#30bcec Color Hex

#30BCEC
(48,188,236)
0 Favorites   0 Comments

Color spaces of #30bcec

RGB 48188236
HSL0.540.830.56
HSV195°80°93°
CMYK 0.800.200.00   0.07
XYZ34.342542.650985.7793
Yxy42.65090.21100.2620
Hunter Lab65.3077-20.4229-32.1600
CIE-Lab71.3174-20.2441-34.1686

#30bcec color RGB value is (48,188,236).

#30bcec hex color red value is 48, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #30bcec hue: 0.54 , saturation: 0.83 and the lightness value of 30bcec is 0.56.

The process color (four color CMYK) of #30bcec color hex is 0.80, 0.20, 0.00, 0.07. Web safe color of #30bcec is #33ccff. Color #30bcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111100 11101100
Octal 60 274 354
Decimal 48 188 236
Hex 30 BC EC

RGB Percentages of Color #30bcec

%10.17
%39.83
%50.00

CMYK Percentages of Color #30bcec

%80
%20
%0
%7

Triadic Colors of #30bcec

#30bcec #ec30bc #bcec30

Analogous Colors of #30bcec

#30bcec #305eec #30ecbe

Monochromatic Colors of #30bcec

#30bcec

Complementary Color

#30bcec #ec6030

#30bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bcec Color CSS Codes

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

#30bcec Text Font Color

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

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


#30bcec Background Color

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

This div background color is #30bcec


#30bcec Border Color

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

This div border color is #30bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bcec


Comments

No comments written yet.

Please login to write comment.