Color Hex Logo

#6aa08f Color Hex

#6AA08F
(106,160,143)
0 Favorites   0 Comments

Color spaces of #6aa08f

RGB 106160143
HSL0.450.220.52
HSV161°34°63°
CMYK 0.340.000.11   0.37
XYZ23.472630.189030.5765
Yxy30.18900.27860.3584
Hunter Lab54.9445-19.89675.4664
CIE-Lab61.8170-21.72053.1969

#6aa08f color RGB value is (106,160,143).

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

The process color (four color CMYK) of #6aa08f color hex is 0.34, 0.00, 0.11, 0.37. Web safe color of #6aa08f is #669999. Color #6aa08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10100000 10001111
Octal 152 240 217
Decimal 106 160 143
Hex 6A A0 8F

RGB Percentages of Color #6aa08f

%25.92
%39.12
%34.96

CMYK Percentages of Color #6aa08f

%34
%0
%11
%37

Triadic Colors of #6aa08f

#6aa08f #8f6aa0 #a08f6a

Analogous Colors of #6aa08f

#6aa08f #6a96a0 #6aa074

Monochromatic Colors of #6aa08f

#6aa08f

Complementary Color

#6aa08f #a06a7b

#6aa08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa08f Color CSS Codes

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

#6aa08f Text Font Color

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

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


#6aa08f Background Color

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

This div background color is #6aa08f


#6aa08f Border Color

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

This div border color is #6aa08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa08f


Comments

No comments written yet.

Please login to write comment.