Color Hex Logo

#66af38 Color Hex

#66AF38
(102,175,56)
0 Favorites   0 Comments

Color spaces of #66af38

RGB 10217556
HSL0.270.520.45
HSV97°68°69°
CMYK 0.420.000.68   0.31
XYZ21.523333.77029.1253
Yxy33.77020.33410.5242
Hunter Lab58.1121-35.584231.3682
CIE-Lab64.7798-43.427151.7517

#66af38 color RGB value is (102,175,56).

#66af38 hex color red value is 102, green value is 175 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #66af38 hue: 0.27 , saturation: 0.52 and the lightness value of 66af38 is 0.45.

The process color (four color CMYK) of #66af38 color hex is 0.42, 0.00, 0.68, 0.31. Web safe color of #66af38 is #669933. Color #66af38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101111 00111000
Octal 146 257 70
Decimal 102 175 56
Hex 66 AF 38

RGB Percentages of Color #66af38

%30.63
%52.55
%16.82

CMYK Percentages of Color #66af38

%42
%0
%68
%31

Triadic Colors of #66af38

#66af38 #3866af #af3866

Analogous Colors of #66af38

#66af38 #38af46 #a2af38

Monochromatic Colors of #66af38

#66af38

Complementary Color

#66af38 #8138af

#66af38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66af38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66af38 Color CSS Codes

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

#66af38 Text Font Color

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

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


#66af38 Background Color

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

This div background color is #66af38


#66af38 Border Color

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

This div border color is #66af38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66af38


Comments

No comments written yet.

Please login to write comment.