Color Hex Logo

#30abe1 Color Hex

#30ABE1
(48,171,225)
0 Favorites   0 Comments

Color spaces of #30abe1

RGB 48171225
HSL0.550.750.54
HSV198°79°88°
CMYK 0.790.240.00   0.12
XYZ29.372435.190476.4785
Yxy35.19040.20830.2495
Hunter Lab59.3215-15.4303-34.9128
CIE-Lab65.8966-14.9610-36.5817

#30abe1 color RGB value is (48,171,225).

#30abe1 hex color red value is 48, green value is 171 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #30abe1 hue: 0.55 , saturation: 0.75 and the lightness value of 30abe1 is 0.54.

The process color (four color CMYK) of #30abe1 color hex is 0.79, 0.24, 0.00, 0.12. Web safe color of #30abe1 is #3399cc. Color #30abe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11100001
Octal 60 253 341
Decimal 48 171 225
Hex 30 AB E1

RGB Percentages of Color #30abe1

%10.81
%38.51
%50.68

CMYK Percentages of Color #30abe1

%79
%24
%0
%12

Triadic Colors of #30abe1

#30abe1 #e130ab #abe130

Analogous Colors of #30abe1

#30abe1 #3053e1 #30e1bf

Monochromatic Colors of #30abe1

#30abe1

Complementary Color

#30abe1 #e16630

#30abe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abe1 Color CSS Codes

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

#30abe1 Text Font Color

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

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


#30abe1 Background Color

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

This div background color is #30abe1


#30abe1 Border Color

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

This div border color is #30abe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abe1


Comments

No comments written yet.

Please login to write comment.