Color Hex Logo

#48f5fb Color Hex

#48F5FB
(72,245,251)
0 Favorites   0 Comments

Color spaces of #48f5fb

RGB 72245251
HSL0.510.960.63
HSV182°71°98°
CMYK 0.710.020.00   0.02
XYZ52.737573.6476102.7026
Yxy73.64760.23020.3215
Hunter Lab85.8182-40.4889-10.8824
CIE-Lab88.7557-40.6700-15.5287

#48f5fb color RGB value is (72,245,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11110101 11111011
Octal 110 365 373
Decimal 72 245 251
Hex 48 F5 FB

RGB Percentages of Color #48f5fb

%12.68
%43.13
%44.19

CMYK Percentages of Color #48f5fb

%71
%2
%0
%2

Triadic Colors of #48f5fb

#48f5fb #fb48f5 #f5fb48

Analogous Colors of #48f5fb

#48f5fb #489cfb #48fba8

Monochromatic Colors of #48f5fb

#48f5fb

Complementary Color

#48f5fb #fb4e48

#48f5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48f5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48f5fb Color CSS Codes

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

#48f5fb Text Font Color

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

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


#48f5fb Background Color

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

This div background color is #48f5fb


#48f5fb Border Color

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

This div border color is #48f5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48f5fb


Comments

No comments written yet.

Please login to write comment.