Color Hex Logo

#3aa271 Color Hex

#3AA271
(58,162,113)
0 Favorites   0 Comments

Color spaces of #3aa271

RGB 58162113
HSL0.420.470.43
HSV152°64°64°
CMYK 0.640.000.30   0.36
XYZ17.645927.932520.0843
Yxy27.93250.26870.4254
Hunter Lab52.8512-32.892214.4647
CIE-Lab59.8277-41.607016.8885

#3aa271 color RGB value is (58,162,113).

#3aa271 hex color red value is 58, green value is 162 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #3aa271 hue: 0.42 , saturation: 0.47 and the lightness value of 3aa271 is 0.43.

The process color (four color CMYK) of #3aa271 color hex is 0.64, 0.00, 0.30, 0.36. Web safe color of #3aa271 is #339966. Color #3aa271 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10100010 01110001
Octal 72 242 161
Decimal 58 162 113
Hex 3A A2 71

RGB Percentages of Color #3aa271

%17.42
%48.65
%33.93

CMYK Percentages of Color #3aa271

%64
%0
%30
%36

Triadic Colors of #3aa271

#3aa271 #713aa2 #a2713a

Analogous Colors of #3aa271

#3aa271 #3a9fa2 #3aa23d

Monochromatic Colors of #3aa271

#3aa271

Complementary Color

#3aa271 #a23a6b

#3aa271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aa271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aa271 Color CSS Codes

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

#3aa271 Text Font Color

<p style="color:#3aa271">Text here</p>

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


#3aa271 Background Color

<div style="background-color:#3aa271">
Div content here</div>

This div background color is #3aa271


#3aa271 Border Color

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

This div border color is #3aa271


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,162,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3aa271; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3aa271;
  -webkit-box-shadow: 1px 1px 3px 2px #3aa271;
  box-shadow:         1px 1px 3px 2px #3aa271; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aa271


Comments

No comments written yet.

Please login to write comment.