Color Hex Logo

#47ac7a Color Hex

#47AC7A
(71,172,122)
0 Favorites   0 Comments

Color spaces of #47ac7a

RGB 71172122
HSL0.420.420.48
HSV150°59°67°
CMYK 0.590.000.29   0.33
XYZ20.863932.249823.5375
Yxy32.24980.27220.4207
Hunter Lab56.7889-33.800815.1781
CIE-Lab63.5488-41.265917.1212

#47ac7a color RGB value is (71,172,122).

#47ac7a hex color red value is 71, green value is 172 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #47ac7a hue: 0.42 , saturation: 0.42 and the lightness value of 47ac7a is 0.48.

The process color (four color CMYK) of #47ac7a color hex is 0.59, 0.00, 0.29, 0.33. Web safe color of #47ac7a is #339966. Color #47ac7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101100 01111010
Octal 107 254 172
Decimal 71 172 122
Hex 47 AC 7A

RGB Percentages of Color #47ac7a

%19.45
%47.12
%33.42

CMYK Percentages of Color #47ac7a

%59
%0
%29
%33

Triadic Colors of #47ac7a

#47ac7a #7a47ac #ac7a47

Analogous Colors of #47ac7a

#47ac7a #47acac #47ac48

Monochromatic Colors of #47ac7a

#47ac7a

Complementary Color

#47ac7a #ac4779

#47ac7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47ac7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47ac7a Color CSS Codes

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

#47ac7a Text Font Color

<p style="color:#47ac7a">Text here</p>

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


#47ac7a Background Color

<div style="background-color:#47ac7a">
Div content here</div>

This div background color is #47ac7a


#47ac7a Border Color

<div style="border:3px solid #47ac7a">
Div here</div>

This div border color is #47ac7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,172,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47ac7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47ac7a;
  -webkit-box-shadow: 1px 1px 3px 2px #47ac7a;
  box-shadow:         1px 1px 3px 2px #47ac7a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47ac7a


Comments

No comments written yet.

Please login to write comment.