Color Hex Logo

#66af0a Color Hex

#66AF0A
(102,175,10)
0 Favorites   0 Comments

Color spaces of #66af0a

RGB 10217510
HSL0.240.890.36
HSV87°94°69°
CMYK 0.420.000.94   0.31
XYZ20.864233.50665.6549
Yxy33.50660.34760.5582
Hunter Lab57.8849-36.959534.7273
CIE-Lab64.5690-45.661964.2927

#66af0a color RGB value is (102,175,10).

#66af0a hex color red value is 102, green value is 175 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #66af0a hue: 0.24 , saturation: 0.89 and the lightness value of 66af0a is 0.36.

The process color (four color CMYK) of #66af0a color hex is 0.42, 0.00, 0.94, 0.31. Web safe color of #66af0a is #669900. Color #66af0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101111 00001010
Octal 146 257 12
Decimal 102 175 10
Hex 66 AF A

RGB Percentages of Color #66af0a

%35.54
%60.98
%3.48

CMYK Percentages of Color #66af0a

%42
%0
%94
%31

Triadic Colors of #66af0a

#66af0a #0a66af #af0a66

Analogous Colors of #66af0a

#66af0a #13af0a #afa60a

Monochromatic Colors of #66af0a

#66af0a

Complementary Color

#66af0a #530aaf

#66af0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66af0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66af0a Color CSS Codes

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

#66af0a Text Font Color

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

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


#66af0a Background Color

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

This div background color is #66af0a


#66af0a Border Color

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

This div border color is #66af0a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,175,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66af0a


Comments

No comments written yet.

Please login to write comment.