Color Hex Logo

#48fbfc Color Hex

#48FBFC
(72,251,252)
0 Favorites   0 Comments

Color spaces of #48fbfc

RGB 72251252
HSL0.500.970.64
HSV180°71°99°
CMYK 0.710.000.00   0.01
XYZ54.740477.4004104.1501
Yxy77.40040.23170.3276
Hunter Lab87.9775-42.8963-8.6048
CIE-Lab90.5056-43.0759-13.4288

#48fbfc color RGB value is (72,251,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111011 11111100
Octal 110 373 374
Decimal 72 251 252
Hex 48 FB FC

RGB Percentages of Color #48fbfc

%12.52
%43.65
%43.83

CMYK Percentages of Color #48fbfc

%71
%0
%0
%1

Triadic Colors of #48fbfc

#48fbfc #fc48fb #fbfc48

Analogous Colors of #48fbfc

#48fbfc #48a1fc #48fca3

Monochromatic Colors of #48fbfc

#48fbfc

Complementary Color

#48fbfc #fc4948

#48fbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fbfc Color CSS Codes

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

#48fbfc Text Font Color

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

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


#48fbfc Background Color

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

This div background color is #48fbfc


#48fbfc Border Color

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

This div border color is #48fbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.