Color Hex Logo

#48faba Color Hex

#48FABA
(72,250,186)
0 Favorites   0 Comments

Color spaces of #48faba

RGB 72250186
HSL0.440.950.63
HSV158°71°98°
CMYK 0.710.000.26   0.02
XYZ45.721073.294158.1918
Yxy73.29410.25800.4136
Hunter Lab85.6120-54.493219.6280
CIE-Lab88.5878-59.041318.0193

#48faba color RGB value is (72,250,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111010 10111010
Octal 110 372 272
Decimal 72 250 186
Hex 48 FA BA

RGB Percentages of Color #48faba

%14.17
%49.21
%36.61

CMYK Percentages of Color #48faba

%71
%0
%26
%2

Triadic Colors of #48faba

#48faba #ba48fa #faba48

Analogous Colors of #48faba

#48faba #48e1fa #48fa61

Monochromatic Colors of #48faba

#48faba

Complementary Color

#48faba #fa4888

#48faba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48faba Color Preview on White Background

Lorem ipsum dolor sit amet.

#48faba Color CSS Codes

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

#48faba Text Font Color

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

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


#48faba Background Color

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

This div background color is #48faba


#48faba Border Color

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

This div border color is #48faba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48faba


Comments

No comments written yet.

Please login to write comment.