Color Hex Logo

#48acaa Color Hex

#48ACAA
(72,172,170)
0 Favorites   0 Comments

Color spaces of #48acaa

RGB 72172170
HSL0.500.410.48
HSV179°58°67°
CMYK 0.580.000.01   0.33
XYZ24.680733.785043.2506
Yxy33.78500.24260.3321
Hunter Lab58.1249-25.9247-3.4302
CIE-Lab64.7916-29.2500-7.7234

#48acaa color RGB value is (72,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101100 10101010
Octal 110 254 252
Decimal 72 172 170
Hex 48 AC AA

RGB Percentages of Color #48acaa

%17.39
%41.55
%41.06

CMYK Percentages of Color #48acaa

%58
%0
%1
%33

Triadic Colors of #48acaa

#48acaa #aa48ac #acaa48

Analogous Colors of #48acaa

#48acaa #487cac #48ac78

Monochromatic Colors of #48acaa

#48acaa

Complementary Color

#48acaa #ac484a

#48acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48acaa Color CSS Codes

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

#48acaa Text Font Color

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

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


#48acaa Background Color

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

This div background color is #48acaa


#48acaa Border Color

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

This div border color is #48acaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,172,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 #48acaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48acaa


Comments

No comments written yet.

Please login to write comment.