Color Hex Logo

#48fcfb Color Hex

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

Color spaces of #48fcfb

RGB 72252251
HSL0.500.970.64
HSV180°71°99°
CMYK 0.710.000.00   0.01
XYZ54.895577.9636103.4220
Yxy77.96360.23230.3300
Hunter Lab88.2970-43.5438-7.6383
CIE-Lab90.7633-43.7942-12.5242

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

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

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

Base Numbers

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

RGB Percentages of Color #48fcfb

%12.52
%43.83
%43.65

CMYK Percentages of Color #48fcfb

%71
%0
%0
%1

Triadic Colors of #48fcfb

#48fcfb #fb48fc #fcfb48

Analogous Colors of #48fcfb

#48fcfb #48a3fc #48fca1

Monochromatic Colors of #48fcfb

#48fcfb

Complementary Color

#48fcfb #fc4849

#48fcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fcfb Color CSS Codes

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

#48fcfb Text Font Color

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

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


#48fcfb Background Color

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

This div background color is #48fcfb


#48fcfb Border Color

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

This div border color is #48fcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fcfb


Comments

No comments written yet.

Please login to write comment.