Color Hex Logo

#6aa81d Color Hex

#6AA81D
(106,168,29)
0 Favorites   0 Comments

Color spaces of #6aa81d

RGB 10616829
HSL0.240.710.39
HSV87°83°66°
CMYK 0.370.000.83   0.34
XYZ20.168331.15816.1135
Yxy31.15810.35110.5424
Hunter Lab55.8194-33.189632.5800
CIE-Lab62.6409-40.742359.0034

#6aa81d color RGB value is (106,168,29).

#6aa81d hex color red value is 106, green value is 168 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #6aa81d hue: 0.24 , saturation: 0.71 and the lightness value of 6aa81d is 0.39.

The process color (four color CMYK) of #6aa81d color hex is 0.37, 0.00, 0.83, 0.34. Web safe color of #6aa81d is #669933. Color #6aa81d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101000 00011101
Octal 152 250 35
Decimal 106 168 29
Hex 6A A8 1D

RGB Percentages of Color #6aa81d

%34.98
%55.45
%9.57

CMYK Percentages of Color #6aa81d

%37
%0
%83
%34

Triadic Colors of #6aa81d

#6aa81d #1d6aa8 #a81d6a

Analogous Colors of #6aa81d

#6aa81d #24a81d #a8a11d

Monochromatic Colors of #6aa81d

#6aa81d

Complementary Color

#6aa81d #5b1da8

#6aa81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aa81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aa81d Color CSS Codes

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

#6aa81d Text Font Color

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

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


#6aa81d Background Color

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

This div background color is #6aa81d


#6aa81d Border Color

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

This div border color is #6aa81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aa81d


Comments

No comments written yet.

Please login to write comment.