Color Hex Logo

#48abfb Color Hex

#48ABFB
(72,171,251)
0 Favorites   0 Comments

Color spaces of #48abfb

RGB 72171251
HSL0.570.960.63
HSV207°71°98°
CMYK 0.710.320.00   0.02
XYZ34.648037.468696.6728
Yxy37.46860.20530.2220
Hunter Lab61.2116-6.0828-50.7899
CIE-Lab67.6271-3.2849-48.0410

#48abfb color RGB value is (72,171,251).

#48abfb hex color red value is 72, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #48abfb hue: 0.57 , saturation: 0.96 and the lightness value of 48abfb is 0.63.

The process color (four color CMYK) of #48abfb color hex is 0.71, 0.32, 0.00, 0.02. Web safe color of #48abfb is #3399ff. Color #48abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 11111011
Octal 110 253 373
Decimal 72 171 251
Hex 48 AB FB

RGB Percentages of Color #48abfb

%14.57
%34.62
%50.81

CMYK Percentages of Color #48abfb

%71
%32
%0
%2

Triadic Colors of #48abfb

#48abfb #fb48ab #abfb48

Analogous Colors of #48abfb

#48abfb #4851fb #48fbf2

Monochromatic Colors of #48abfb

#48abfb

Complementary Color

#48abfb #fb9848

#48abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abfb Color CSS Codes

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

#48abfb Text Font Color

<p style="color:#48abfb">Text here</p>

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


#48abfb Background Color

<div style="background-color:#48abfb">
Div content here</div>

This div background color is #48abfb


#48abfb Border Color

<div style="border:3px solid #48abfb">
Div here</div>

This div border color is #48abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abfb


Comments

No comments written yet.

Please login to write comment.