Color Hex Logo

#6aa070 Color Hex

#6AA070
(106,160,112)
0 Favorites   0 Comments

Color spaces of #6aa070

RGB 106160112
HSL0.350.220.52
HSV127°34°63°
CMYK 0.340.000.30   0.37
XYZ21.439329.375619.8693
Yxy29.37560.30330.4156
Hunter Lab54.1993-24.240516.2039
CIE-Lab61.1117-28.013419.5100

#6aa070 color RGB value is (106,160,112).

#6aa070 hex color red value is 106, green value is 160 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #6aa070 hue: 0.35 , saturation: 0.22 and the lightness value of 6aa070 is 0.52.

The process color (four color CMYK) of #6aa070 color hex is 0.34, 0.00, 0.30, 0.37. Web safe color of #6aa070 is #669966. Color #6aa070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100000 01110000
Octal 152 240 160
Decimal 106 160 112
Hex 6A A0 70

RGB Percentages of Color #6aa070

%28.04
%42.33
%29.63

CMYK Percentages of Color #6aa070

%34
%0
%30
%37

Triadic Colors of #6aa070

#6aa070 #706aa0 #a0706a

Analogous Colors of #6aa070

#6aa070 #6aa08b #7fa06a

Monochromatic Colors of #6aa070

#6aa070

Complementary Color

#6aa070 #a06a9a

#6aa070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa070 Color CSS Codes

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

#6aa070 Text Font Color

<p style="color:#6aa070">Text here</p>

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


#6aa070 Background Color

<div style="background-color:#6aa070">
Div content here</div>

This div background color is #6aa070


#6aa070 Border Color

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

This div border color is #6aa070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,160,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aa070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aa070;
  -webkit-box-shadow: 1px 1px 3px 2px #6aa070;
  box-shadow:         1px 1px 3px 2px #6aa070; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,160,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa070


Comments

No comments written yet.

Please login to write comment.