Color Hex Logo

#30bfec Color Hex

#30BFEC
(48,191,236)
0 Favorites   0 Comments

Color spaces of #30bfec

RGB 48191236
HSL0.540.830.56
HSV194°80°93°
CMYK 0.800.190.00   0.07
XYZ34.990043.946185.9952
Yxy43.94610.21210.2665
Hunter Lab66.2919-21.7953-30.5079
CIE-Lab72.1925-21.7917-32.8147

#30bfec color RGB value is (48,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111111 11101100
Octal 60 277 354
Decimal 48 191 236
Hex 30 BF EC

RGB Percentages of Color #30bfec

%10.11
%40.21
%49.68

CMYK Percentages of Color #30bfec

%80
%19
%0
%7

Triadic Colors of #30bfec

#30bfec #ec30bf #bfec30

Analogous Colors of #30bfec

#30bfec #3061ec #30ecbb

Monochromatic Colors of #30bfec

#30bfec

Complementary Color

#30bfec #ec5d30

#30bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bfec Color CSS Codes

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

#30bfec Text Font Color

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

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


#30bfec Background Color

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

This div background color is #30bfec


#30bfec Border Color

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

This div border color is #30bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bfec


Comments

No comments written yet.

Please login to write comment.