Color Hex Logo

#48bffc Color Hex

#48BFFC
(72,191,252)
0 Favorites   0 Comments

Color spaces of #48bffc

RGB 72191252
HSL0.560.970.64
HSV200°71°99°
CMYK 0.710.240.00   0.01
XYZ38.874045.667698.8613
Yxy45.66760.21200.2490
Hunter Lab67.5778-15.5794-39.4324
CIE-Lab73.3293-13.8952-39.6493

#48bffc color RGB value is (72,191,252).

#48bffc hex color red value is 72, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #48bffc hue: 0.56 , saturation: 0.97 and the lightness value of 48bffc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 11111100
Octal 110 277 374
Decimal 72 191 252
Hex 48 BF FC

RGB Percentages of Color #48bffc

%13.98
%37.09
%48.93

CMYK Percentages of Color #48bffc

%71
%24
%0
%1

Triadic Colors of #48bffc

#48bffc #fc48bf #bffc48

Analogous Colors of #48bffc

#48bffc #4865fc #48fcdf

Monochromatic Colors of #48bffc

#48bffc

Complementary Color

#48bffc #fc8548

#48bffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bffc Color CSS Codes

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

#48bffc Text Font Color

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

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


#48bffc Background Color

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

This div background color is #48bffc


#48bffc Border Color

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

This div border color is #48bffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bffc


Comments

No comments written yet.

Please login to write comment.