Color Hex Logo

#64ab62 Color Hex

#64AB62
(100,171,98)
0 Favorites   0 Comments

Color spaces of #64ab62

RGB 10017198
HSL0.330.300.53
HSV118°43°67°
CMYK 0.420.000.43   0.33
XYZ22.023032.717016.7095
Yxy32.71700.30820.4579
Hunter Lab57.1988-31.370822.7187
CIE-Lab63.9311-37.428630.7349

#64ab62 color RGB value is (100,171,98).

#64ab62 hex color red value is 100, green value is 171 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #64ab62 hue: 0.33 , saturation: 0.30 and the lightness value of 64ab62 is 0.53.

The process color (four color CMYK) of #64ab62 color hex is 0.42, 0.00, 0.43, 0.33. Web safe color of #64ab62 is #669966. Color #64ab62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 01100010
Octal 144 253 142
Decimal 100 171 98
Hex 64 AB 62

RGB Percentages of Color #64ab62

%27.10
%46.34
%26.56

CMYK Percentages of Color #64ab62

%42
%0
%43
%33

Triadic Colors of #64ab62

#64ab62 #6264ab #ab6264

Analogous Colors of #64ab62

#64ab62 #62ab85 #89ab62

Monochromatic Colors of #64ab62

#64ab62

Complementary Color

#64ab62 #a962ab

#64ab62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ab62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ab62 Color CSS Codes

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

#64ab62 Text Font Color

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

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


#64ab62 Background Color

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

This div background color is #64ab62


#64ab62 Border Color

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

This div border color is #64ab62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ab62


Comments

No comments written yet.

Please login to write comment.