Color Hex Logo

#48faaa Color Hex

#48FAAA
(72,250,170)
0 Favorites   0 Comments

Color spaces of #48faaa

RGB 72250170
HSL0.430.950.63
HSV153°71°98°
CMYK 0.710.000.32   0.02
XYZ44.113872.651249.7283
Yxy72.65120.26500.4364
Hunter Lab85.2357-56.779625.0739
CIE-Lab88.2811-62.364725.7747

#48faaa color RGB value is (72,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111010 10101010
Octal 110 372 252
Decimal 72 250 170
Hex 48 FA AA

RGB Percentages of Color #48faaa

%14.63
%50.81
%34.55

CMYK Percentages of Color #48faaa

%71
%0
%32
%2

Triadic Colors of #48faaa

#48faaa #aa48fa #faaa48

Analogous Colors of #48faaa

#48faaa #48f1fa #48fa51

Monochromatic Colors of #48faaa

#48faaa

Complementary Color

#48faaa #fa4898

#48faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48faaa Color CSS Codes

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

#48faaa Text Font Color

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

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


#48faaa Background Color

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

This div background color is #48faaa


#48faaa Border Color

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

This div border color is #48faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48faaa


Comments

No comments written yet.

Please login to write comment.