Color Hex Logo

#48fabe Color Hex

#48FABE
(72,250,190)
0 Favorites   0 Comments

Color spaces of #48fabe

RGB 72250190
HSL0.440.950.63
HSV160°71°98°
CMYK 0.710.000.24   0.02
XYZ46.152473.466660.4632
Yxy73.46660.25630.4080
Hunter Lab85.7127-53.883018.1747
CIE-Lab88.6698-58.166416.0758

#48fabe color RGB value is (72,250,190).

#48fabe hex color red value is 72, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #48fabe hue: 0.44 , saturation: 0.95 and the lightness value of 48fabe is 0.63.

The process color (four color CMYK) of #48fabe color hex is 0.71, 0.00, 0.24, 0.02. Web safe color of #48fabe is #33ffcc. Color #48fabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111010 10111110
Octal 110 372 276
Decimal 72 250 190
Hex 48 FA BE

RGB Percentages of Color #48fabe

%14.06
%48.83
%37.11

CMYK Percentages of Color #48fabe

%71
%0
%24
%2

Triadic Colors of #48fabe

#48fabe #be48fa #fabe48

Analogous Colors of #48fabe

#48fabe #48ddfa #48fa65

Monochromatic Colors of #48fabe

#48fabe

Complementary Color

#48fabe #fa4884

#48fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fabe Color CSS Codes

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

#48fabe Text Font Color

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

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


#48fabe Background Color

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

This div background color is #48fabe


#48fabe Border Color

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

This div border color is #48fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fabe


Comments

No comments written yet.

Please login to write comment.