Color Hex Logo

#48acab Color Hex

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

Color spaces of #48acab

RGB 72172171
HSL0.500.410.48
HSV179°58°67°
CMYK 0.580.000.01   0.33
XYZ24.775733.823043.7508
Yxy33.82300.24210.3305
Hunter Lab58.1575-25.7329-3.8924
CIE-Lab64.8218-28.9717-8.2358

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

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

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

Base Numbers

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

RGB Percentages of Color #48acab

%17.35
%41.45
%41.20

CMYK Percentages of Color #48acab

%58
%0
%1
%33

Triadic Colors of #48acab

#48acab #ab48ac #acab48

Analogous Colors of #48acab

#48acab #487bac #48ac79

Monochromatic Colors of #48acab

#48acab

Complementary Color

#48acab #ac4849

#48acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#48acab Color CSS Codes

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

#48acab Text Font Color

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

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


#48acab Background Color

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

This div background color is #48acab


#48acab Border Color

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

This div border color is #48acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48acab


Comments

No comments written yet.

Please login to write comment.