Color Hex Logo

#6aad74 Color Hex

#6AAD74
(106,173,116)
0 Favorites   0 Comments

Color spaces of #6aad74

RGB 106173116
HSL0.360.290.55
HSV129°39°68°
CMYK 0.390.000.33   0.32
XYZ24.039834.212321.8596
Yxy34.21230.30010.4271
Hunter Lab58.4913-28.996618.7858
CIE-Lab65.1307-33.497422.7715

#6aad74 color RGB value is (106,173,116).

#6aad74 hex color red value is 106, green value is 173 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #6aad74 hue: 0.36 , saturation: 0.29 and the lightness value of 6aad74 is 0.55.

The process color (four color CMYK) of #6aad74 color hex is 0.39, 0.00, 0.33, 0.32. Web safe color of #6aad74 is #669966. Color #6aad74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 01110100
Octal 152 255 164
Decimal 106 173 116
Hex 6A AD 74

RGB Percentages of Color #6aad74

%26.84
%43.80
%29.37

CMYK Percentages of Color #6aad74

%39
%0
%33
%32

Triadic Colors of #6aad74

#6aad74 #746aad #ad746a

Analogous Colors of #6aad74

#6aad74 #6aad96 #82ad6a

Monochromatic Colors of #6aad74

#6aad74

Complementary Color

#6aad74 #ad6aa3

#6aad74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aad74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aad74 Color CSS Codes

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

#6aad74 Text Font Color

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

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


#6aad74 Background Color

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

This div background color is #6aad74


#6aad74 Border Color

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

This div border color is #6aad74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aad74


Comments

No comments written yet.

Please login to write comment.