Color Hex Logo

#48fbfa Color Hex

#48FBFA
(72,251,250)
0 Favorites   0 Comments

Color spaces of #48fbfa

RGB 72251250
HSL0.500.960.63
HSV180°71°98°
CMYK 0.710.000.00   0.02
XYZ54.425077.2742102.4894
Yxy77.27420.23240.3300
Hunter Lab87.9057-43.3205-7.5923
CIE-Lab90.4477-43.6268-12.4756

#48fbfa color RGB value is (72,251,250).

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

The process color (four color CMYK) of #48fbfa color hex is 0.71, 0.00, 0.00, 0.02. Web safe color of #48fbfa is #33ffff. Color #48fbfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111011 11111010
Octal 110 373 372
Decimal 72 251 250
Hex 48 FB FA

RGB Percentages of Color #48fbfa

%12.57
%43.80
%43.63

CMYK Percentages of Color #48fbfa

%71
%0
%0
%2

Triadic Colors of #48fbfa

#48fbfa #fa48fb #fbfa48

Analogous Colors of #48fbfa

#48fbfa #48a3fb #48fba1

Monochromatic Colors of #48fbfa

#48fbfa

Complementary Color

#48fbfa #fb4849

#48fbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fbfa Color CSS Codes

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

#48fbfa Text Font Color

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

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


#48fbfa Background Color

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

This div background color is #48fbfa


#48fbfa Border Color

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

This div border color is #48fbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fbfa


Comments

No comments written yet.

Please login to write comment.