Color Hex Logo

#48b5fb Color Hex

#48B5FB
(72,181,251)
0 Favorites   0 Comments

Color spaces of #48b5fb

RGB 72181251
HSL0.570.960.63
HSV203°71°98°
CMYK 0.710.280.00   0.02
XYZ36.608941.390597.3265
Yxy41.39050.20880.2361
Hunter Lab64.3354-11.0149-44.6589
CIE-Lab70.4486-8.8318-43.6086

#48b5fb color RGB value is (72,181,251).

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

The process color (four color CMYK) of #48b5fb color hex is 0.71, 0.28, 0.00, 0.02. Web safe color of #48b5fb is #33ccff. Color #48b5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10110101 11111011
Octal 110 265 373
Decimal 72 181 251
Hex 48 B5 FB

RGB Percentages of Color #48b5fb

%14.29
%35.91
%49.80

CMYK Percentages of Color #48b5fb

%71
%28
%0
%2

Triadic Colors of #48b5fb

#48b5fb #fb48b5 #b5fb48

Analogous Colors of #48b5fb

#48b5fb #485cfb #48fbe8

Monochromatic Colors of #48b5fb

#48b5fb

Complementary Color

#48b5fb #fb8e48

#48b5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48b5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48b5fb Color CSS Codes

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

#48b5fb Text Font Color

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

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


#48b5fb Background Color

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

This div background color is #48b5fb


#48b5fb Border Color

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

This div border color is #48b5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48b5fb


Comments

No comments written yet.

Please login to write comment.