Color Hex Logo

#71aa48 Color Hex

#71AA48
(113,170,72)
0 Favorites   0 Comments

Color spaces of #71aa48

RGB 11317072
HSL0.260.400.47
HSV95°58°67°
CMYK 0.340.000.58   0.33
XYZ22.354532.728011.2698
Yxy32.72800.33690.4932
Hunter Lab57.2084-30.364828.3660
CIE-Lab63.9401-35.934043.9241

#71aa48 color RGB value is (113,170,72).

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

The process color (four color CMYK) of #71aa48 color hex is 0.34, 0.00, 0.58, 0.33. Web safe color of #71aa48 is #669933. Color #71aa48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101010 01001000
Octal 161 252 110
Decimal 113 170 72
Hex 71 AA 48

RGB Percentages of Color #71aa48

%31.83
%47.89
%20.28

CMYK Percentages of Color #71aa48

%34
%0
%58
%33

Triadic Colors of #71aa48

#71aa48 #4871aa #aa4871

Analogous Colors of #71aa48

#71aa48 #48aa50 #a2aa48

Monochromatic Colors of #71aa48

#71aa48

Complementary Color

#71aa48 #8148aa

#71aa48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71aa48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#71aa48 Color CSS Codes

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

#71aa48 Text Font Color

<p style="color:#71aa48">Text here</p>

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


#71aa48 Background Color

<div style="background-color:#71aa48">
Div content here</div>

This div background color is #71aa48


#71aa48 Border Color

<div style="border:3px solid #71aa48">
Div here</div>

This div border color is #71aa48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71aa48


Comments

No comments written yet.

Please login to write comment.