Color Hex Logo

#6aa876 Color Hex

#6AA876
(106,168,118)
0 Favorites   0 Comments

Color spaces of #6aa876

RGB 106168118
HSL0.370.260.54
HSV132°37°66°
CMYK 0.370.000.30   0.34
XYZ23.216532.377422.1654
Yxy32.37740.29860.4164
Hunter Lab56.9011-26.746416.7348
CIE-Lab63.6536-30.782019.6811

#6aa876 color RGB value is (106,168,118).

#6aa876 hex color red value is 106, green value is 168 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #6aa876 hue: 0.37 , saturation: 0.26 and the lightness value of 6aa876 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101000 01110110
Octal 152 250 166
Decimal 106 168 118
Hex 6A A8 76

RGB Percentages of Color #6aa876

%27.04
%42.86
%30.10

CMYK Percentages of Color #6aa876

%37
%0
%30
%34

Triadic Colors of #6aa876

#6aa876 #766aa8 #a8766a

Analogous Colors of #6aa876

#6aa876 #6aa895 #7da86a

Monochromatic Colors of #6aa876

#6aa876

Complementary Color

#6aa876 #a86a9c

#6aa876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa876 Color CSS Codes

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

#6aa876 Text Font Color

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

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


#6aa876 Background Color

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

This div background color is #6aa876


#6aa876 Border Color

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

This div border color is #6aa876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa876


Comments

No comments written yet.

Please login to write comment.