Color Hex Logo

#48aa6f Color Hex

#48AA6F
(72,170,111)
0 Favorites   0 Comments

Color spaces of #48aa6f

RGB 72170111
HSL0.400.400.47
HSV144°58°67°
CMYK 0.580.000.35   0.33
XYZ19.916531.274920.0259
Yxy31.27490.27970.4391
Hunter Lab55.9240-34.296817.9155
CIE-Lab62.7390-42.411622.0185

#48aa6f color RGB value is (72,170,111).

#48aa6f hex color red value is 72, green value is 170 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #48aa6f hue: 0.40 , saturation: 0.40 and the lightness value of 48aa6f is 0.47.

The process color (four color CMYK) of #48aa6f color hex is 0.58, 0.00, 0.35, 0.33. Web safe color of #48aa6f is #339966. Color #48aa6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 01101111
Octal 110 252 157
Decimal 72 170 111
Hex 48 AA 6F

RGB Percentages of Color #48aa6f

%20.40
%48.16
%31.44

CMYK Percentages of Color #48aa6f

%58
%0
%35
%33

Triadic Colors of #48aa6f

#48aa6f #6f48aa #aa6f48

Analogous Colors of #48aa6f

#48aa6f #48aaa0 #52aa48

Monochromatic Colors of #48aa6f

#48aa6f

Complementary Color

#48aa6f #aa4883

#48aa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aa6f Color CSS Codes

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

#48aa6f Text Font Color

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

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


#48aa6f Background Color

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

This div background color is #48aa6f


#48aa6f Border Color

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

This div border color is #48aa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aa6f


Comments

No comments written yet.

Please login to write comment.