Color Hex Logo

#30abec Color Hex

#30ABEC
(48,171,236)
0 Favorites   0 Comments

Color spaces of #30abec

RGB 48171236
HSL0.560.830.56
HSV201°80°93°
CMYK 0.800.280.00   0.07
XYZ30.922235.810384.6392
Yxy35.81030.20430.2366
Hunter Lab59.8417-12.4861-41.9697
CIE-Lab66.3747-11.1779-41.8684

#30abec color RGB value is (48,171,236).

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

The process color (four color CMYK) of #30abec color hex is 0.80, 0.28, 0.00, 0.07. Web safe color of #30abec is #3399ff. Color #30abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101011 11101100
Octal 60 253 354
Decimal 48 171 236
Hex 30 AB EC

RGB Percentages of Color #30abec

%10.55
%37.58
%51.87

CMYK Percentages of Color #30abec

%80
%28
%0
%7

Triadic Colors of #30abec

#30abec #ec30ab #abec30

Analogous Colors of #30abec

#30abec #304dec #30eccf

Monochromatic Colors of #30abec

#30abec

Complementary Color

#30abec #ec7130

#30abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#30abec Color CSS Codes

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

#30abec Text Font Color

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

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


#30abec Background Color

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

This div background color is #30abec


#30abec Border Color

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

This div border color is #30abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30abec


Comments

No comments written yet.

Please login to write comment.