Color Hex Logo

#64af2c Color Hex

#64AF2C
(100,175,44)
0 Favorites   0 Comments

Color spaces of #64af2c

RGB 10017544
HSL0.260.600.43
HSV94°75°69°
CMYK 0.430.000.75   0.31
XYZ21.040133.55117.7500
Yxy33.55110.33750.5382
Hunter Lab57.9233-36.527332.6135
CIE-Lab64.6047-44.970356.0883

#64af2c color RGB value is (100,175,44).

#64af2c hex color red value is 100, green value is 175 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #64af2c hue: 0.26 , saturation: 0.60 and the lightness value of 64af2c is 0.43.

The process color (four color CMYK) of #64af2c color hex is 0.43, 0.00, 0.75, 0.31. Web safe color of #64af2c is #669933. Color #64af2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 00101100
Octal 144 257 54
Decimal 100 175 44
Hex 64 AF 2C

RGB Percentages of Color #64af2c

%31.35
%54.86
%13.79

CMYK Percentages of Color #64af2c

%43
%0
%75
%31

Triadic Colors of #64af2c

#64af2c #2c64af #af2c64

Analogous Colors of #64af2c

#64af2c #2caf36 #a6af2c

Monochromatic Colors of #64af2c

#64af2c

Complementary Color

#64af2c #772caf

#64af2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64af2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64af2c Color CSS Codes

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

#64af2c Text Font Color

<p style="color:#64af2c">Text here</p>

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


#64af2c Background Color

<div style="background-color:#64af2c">
Div content here</div>

This div background color is #64af2c


#64af2c Border Color

<div style="border:3px solid #64af2c">
Div here</div>

This div border color is #64af2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,175,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64af2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64af2c;
  -webkit-box-shadow: 1px 1px 3px 2px #64af2c;
  box-shadow:         1px 1px 3px 2px #64af2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64af2c


Comments

No comments written yet.

Please login to write comment.