Color Hex Logo

#47aa91 Color Hex

#47AA91
(71,170,145)
0 Favorites   0 Comments

Color spaces of #47aa91

RGB 71170145
HSL0.460.410.47
HSV165°58°67°
CMYK 0.580.000.15   0.33
XYZ22.084132.133431.8265
Yxy32.13340.25670.3735
Hunter Lab56.6863-29.66036.3921
CIE-Lab63.4530-35.08404.2567

#47aa91 color RGB value is (71,170,145).

#47aa91 hex color red value is 71, green value is 170 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #47aa91 hue: 0.46 , saturation: 0.41 and the lightness value of 47aa91 is 0.47.

The process color (four color CMYK) of #47aa91 color hex is 0.58, 0.00, 0.15, 0.33. Web safe color of #47aa91 is #339999. Color #47aa91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101010 10010001
Octal 107 252 221
Decimal 71 170 145
Hex 47 AA 91

RGB Percentages of Color #47aa91

%18.39
%44.04
%37.56

CMYK Percentages of Color #47aa91

%58
%0
%15
%33

Triadic Colors of #47aa91

#47aa91 #9147aa #aa9147

Analogous Colors of #47aa91

#47aa91 #4792aa #47aa60

Monochromatic Colors of #47aa91

#47aa91

Complementary Color

#47aa91 #aa4760

#47aa91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47aa91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47aa91 Color CSS Codes

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

#47aa91 Text Font Color

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

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


#47aa91 Background Color

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

This div background color is #47aa91


#47aa91 Border Color

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

This div border color is #47aa91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47aa91


Comments

No comments written yet.

Please login to write comment.