Color Hex Logo

#30befe Color Hex

#30BEFE
(48,190,254)
0 Favorites   0 Comments

Color spaces of #30befe

RGB 48190254
HSL0.550.990.59
HSV199°81°100°
CMYK 0.810.250.00   0.00
XYZ37.521844.6110100.3991
Yxy44.61100.20560.2444
Hunter Lab66.7915-16.6082-42.3691
CIE-Lab72.6350-15.2567-41.8454

#30befe color RGB value is (48,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111110 11111110
Octal 60 276 376
Decimal 48 190 254
Hex 30 BE FE

RGB Percentages of Color #30befe

%9.76
%38.62
%51.63

CMYK Percentages of Color #30befe

%81
%25
%0
%0

Triadic Colors of #30befe

#30befe #fe30be #befe30

Analogous Colors of #30befe

#30befe #3057fe #30fed7

Monochromatic Colors of #30befe

#30befe

Complementary Color

#30befe #fe7030

#30befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#30befe Color CSS Codes

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

#30befe Text Font Color

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

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


#30befe Background Color

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

This div background color is #30befe


#30befe Border Color

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

This div border color is #30befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30befe

Related Colors


Comments

No comments written yet.

Please login to write comment.