Color Hex Logo

#48bdfa Color Hex

#48BDFA
(72,189,250)
0 Favorites   0 Comments

Color spaces of #48bdfa

RGB 72189250
HSL0.560.950.63
HSV201°71°98°
CMYK 0.710.240.00   0.02
XYZ38.125444.675097.0562
Yxy44.67500.21200.2484
Hunter Lab66.8394-15.1519-39.3064
CIE-Lab72.6774-13.4829-39.5874

#48bdfa color RGB value is (72,189,250).

#48bdfa hex color red value is 72, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #48bdfa hue: 0.56 , saturation: 0.95 and the lightness value of 48bdfa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 11111010
Octal 110 275 372
Decimal 72 189 250
Hex 48 BD FA

RGB Percentages of Color #48bdfa

%14.09
%36.99
%48.92

CMYK Percentages of Color #48bdfa

%71
%24
%0
%2

Triadic Colors of #48bdfa

#48bdfa #fa48bd #bdfa48

Analogous Colors of #48bdfa

#48bdfa #4864fa #48fade

Monochromatic Colors of #48bdfa

#48bdfa

Complementary Color

#48bdfa #fa8548

#48bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdfa Color CSS Codes

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

#48bdfa Text Font Color

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

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


#48bdfa Background Color

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

This div background color is #48bdfa


#48bdfa Border Color

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

This div border color is #48bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdfa


Comments

No comments written yet.

Please login to write comment.