Color Hex Logo

#30abfe Color Hex

#30ABFE
(48,171,254)
0 Favorites   0 Comments

Color spaces of #30abfe

RGB 48171254
HSL0.570.990.59
HSV204°81°100°
CMYK 0.810.330.00   0.00
XYZ33.671236.910099.1156
Yxy36.91000.19840.2175
Hunter Lab60.7536-7.3895-54.2003
CIE-Lab67.2095-4.8732-50.3668

#30abfe color RGB value is (48,171,254).

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

The process color (four color CMYK) of #30abfe color hex is 0.81, 0.33, 0.00, 0.00. Web safe color of #30abfe is #3399ff. Color #30abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11111110
Octal 60 253 376
Decimal 48 171 254
Hex 30 AB FE

RGB Percentages of Color #30abfe

%10.15
%36.15
%53.70

CMYK Percentages of Color #30abfe

%81
%33
%0
%0

Triadic Colors of #30abfe

#30abfe #fe30ab #abfe30

Analogous Colors of #30abfe

#30abfe #3044fe #30feea

Monochromatic Colors of #30abfe

#30abfe

Complementary Color

#30abfe #fe8330

#30abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abfe Color CSS Codes

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

#30abfe Text Font Color

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

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


#30abfe Background Color

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

This div background color is #30abfe


#30abfe Border Color

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

This div border color is #30abfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abfe


Comments

No comments written yet.

Please login to write comment.