Color Hex Logo

#64ab52 Color Hex

#64AB52
(100,171,82)
0 Favorites   0 Comments

Color spaces of #64ab52

RGB 10017182
HSL0.300.350.50
HSV108°52°67°
CMYK 0.420.000.52   0.33
XYZ21.341432.444313.1202
Yxy32.44430.31900.4849
Hunter Lab56.9599-32.800526.2150
CIE-Lab63.7084-39.670238.6435

#64ab52 color RGB value is (100,171,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 01010010
Octal 144 253 122
Decimal 100 171 82
Hex 64 AB 52

RGB Percentages of Color #64ab52

%28.33
%48.44
%23.23

CMYK Percentages of Color #64ab52

%42
%0
%52
%33

Triadic Colors of #64ab52

#64ab52 #5264ab #ab5264

Analogous Colors of #64ab52

#64ab52 #52ab6d #91ab52

Monochromatic Colors of #64ab52

#64ab52

Complementary Color

#64ab52 #9952ab

#64ab52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ab52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ab52 Color CSS Codes

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

#64ab52 Text Font Color

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

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


#64ab52 Background Color

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

This div background color is #64ab52


#64ab52 Border Color

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

This div border color is #64ab52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ab52


Comments

No comments written yet.

Please login to write comment.