Color Hex Logo

#6aac14 Color Hex

#6AAC14
(106,172,20)
0 Favorites   0 Comments

Color spaces of #6aac14

RGB 10617220
HSL0.240.790.38
HSV86°88°67°
CMYK 0.380.000.88   0.33
XYZ20.822632.61975.8606
Yxy32.61970.35110.5501
Hunter Lab57.1137-34.871133.8956
CIE-Lab63.8518-42.771062.1621

#6aac14 color RGB value is (106,172,20).

#6aac14 hex color red value is 106, green value is 172 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #6aac14 hue: 0.24 , saturation: 0.79 and the lightness value of 6aac14 is 0.38.

The process color (four color CMYK) of #6aac14 color hex is 0.38, 0.00, 0.88, 0.33. Web safe color of #6aac14 is #669900. Color #6aac14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101100 00010100
Octal 152 254 24
Decimal 106 172 20
Hex 6A AC 14

RGB Percentages of Color #6aac14

%35.57
%57.72
%6.71

CMYK Percentages of Color #6aac14

%38
%0
%88
%33

Triadic Colors of #6aac14

#6aac14 #146aac #ac146a

Analogous Colors of #6aac14

#6aac14 #1eac14 #aca214

Monochromatic Colors of #6aac14

#6aac14

Complementary Color

#6aac14 #5614ac

#6aac14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aac14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aac14 Color CSS Codes

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

#6aac14 Text Font Color

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

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


#6aac14 Background Color

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

This div background color is #6aac14


#6aac14 Border Color

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

This div border color is #6aac14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aac14


Comments

No comments written yet.

Please login to write comment.