Color Hex Logo

#48abac Color Hex

#48ABAC
(72,171,172)
0 Favorites   0 Comments

Color spaces of #48abac

RGB 72171172
HSL0.500.410.48
HSV181°58°67°
CMYK 0.580.010.00   0.33
XYZ24.681833.482144.1915
Yxy33.48210.24110.3271
Hunter Lab57.8637-25.1222-4.7762
CIE-Lab64.5494-28.2014-9.1994

#48abac color RGB value is (72,171,172).

#48abac hex color red value is 72, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #48abac hue: 0.50 , saturation: 0.41 and the lightness value of 48abac is 0.48.

The process color (four color CMYK) of #48abac color hex is 0.58, 0.01, 0.00, 0.33. Web safe color of #48abac is #339999. Color #48abac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 10101100
Octal 110 253 254
Decimal 72 171 172
Hex 48 AB AC

RGB Percentages of Color #48abac

%17.35
%41.20
%41.45

CMYK Percentages of Color #48abac

%58
%1
%0
%33

Triadic Colors of #48abac

#48abac #ac48ab #abac48

Analogous Colors of #48abac

#48abac #4879ac #48ac7b

Monochromatic Colors of #48abac

#48abac

Complementary Color

#48abac #ac4948

#48abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abac Color CSS Codes

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

#48abac Text Font Color

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

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


#48abac Background Color

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

This div background color is #48abac


#48abac Border Color

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

This div border color is #48abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abac


Comments

No comments written yet.

Please login to write comment.