Color Hex Logo

#48c7fb Color Hex

#48C7FB
(72,199,251)
0 Favorites   0 Comments

Color spaces of #48c7fb

RGB 72199251
HSL0.550.960.63
HSV197°71°98°
CMYK 0.710.210.00   0.02
XYZ40.508549.189698.6263
Yxy49.18960.21510.2612
Hunter Lab70.1353-19.6394-34.2806
CIE-Lab75.5691-18.4190-35.6340

#48c7fb color RGB value is (72,199,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11000111 11111011
Octal 110 307 373
Decimal 72 199 251
Hex 48 C7 FB

RGB Percentages of Color #48c7fb

%13.79
%38.12
%48.08

CMYK Percentages of Color #48c7fb

%71
%21
%0
%2

Triadic Colors of #48c7fb

#48c7fb #fb48c7 #c7fb48

Analogous Colors of #48c7fb

#48c7fb #486efb #48fbd6

Monochromatic Colors of #48c7fb

#48c7fb

Complementary Color

#48c7fb #fb7c48

#48c7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c7fb Color CSS Codes

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

#48c7fb Text Font Color

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

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


#48c7fb Background Color

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

This div background color is #48c7fb


#48c7fb Border Color

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

This div border color is #48c7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c7fb


Comments

No comments written yet.

Please login to write comment.