Color Hex Logo

#66aa1d Color Hex

#66AA1D
(102,170,29)
0 Favorites   0 Comments

Color spaces of #66aa1d

RGB 10217029
HSL0.250.710.39
HSV89°83°67°
CMYK 0.400.000.83   0.33
XYZ20.076031.66296.2158
Yxy31.66290.34640.5463
Hunter Lab56.2698-34.786732.8394
CIE-Lab63.0633-43.018759.3069

#66aa1d color RGB value is (102,170,29).

#66aa1d hex color red value is 102, green value is 170 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #66aa1d hue: 0.25 , saturation: 0.71 and the lightness value of 66aa1d is 0.39.

The process color (four color CMYK) of #66aa1d color hex is 0.40, 0.00, 0.83, 0.33. Web safe color of #66aa1d is #669933. Color #66aa1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101010 00011101
Octal 146 252 35
Decimal 102 170 29
Hex 66 AA 1D

RGB Percentages of Color #66aa1d

%33.89
%56.48
%9.63

CMYK Percentages of Color #66aa1d

%40
%0
%83
%33

Triadic Colors of #66aa1d

#66aa1d #1d66aa #aa1d66

Analogous Colors of #66aa1d

#66aa1d #20aa1d #aaa81d

Monochromatic Colors of #66aa1d

#66aa1d

Complementary Color

#66aa1d #611daa

#66aa1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aa1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aa1d Color CSS Codes

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

#66aa1d Text Font Color

<p style="color:#66aa1d">Text here</p>

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


#66aa1d Background Color

<div style="background-color:#66aa1d">
Div content here</div>

This div background color is #66aa1d


#66aa1d Border Color

<div style="border:3px solid #66aa1d">
Div here</div>

This div border color is #66aa1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,170,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66aa1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66aa1d;
  -webkit-box-shadow: 1px 1px 3px 2px #66aa1d;
  box-shadow:         1px 1px 3px 2px #66aa1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,170,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 #66aa1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aa1d


Comments

No comments written yet.

Please login to write comment.