Color Hex Logo

#64b20e Color Hex

#64B20E
(100,178,14)
0 Favorites   0 Comments

Color spaces of #64b20e

RGB 10017814
HSL0.250.850.38
HSV89°92°70°
CMYK 0.440.000.92   0.30
XYZ21.255234.58185.9702
Yxy34.58180.34390.5595
Hunter Lab58.8063-38.393235.1451
CIE-Lab65.4218-47.465064.4011

#64b20e color RGB value is (100,178,14).

#64b20e hex color red value is 100, green value is 178 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #64b20e hue: 0.25 , saturation: 0.85 and the lightness value of 64b20e is 0.38.

The process color (four color CMYK) of #64b20e color hex is 0.44, 0.00, 0.92, 0.30. Web safe color of #64b20e is #669900. Color #64b20e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10110010 00001110
Octal 144 262 16
Decimal 100 178 14
Hex 64 B2 E

RGB Percentages of Color #64b20e

%34.25
%60.96
%4.79

CMYK Percentages of Color #64b20e

%44
%0
%92
%30

Triadic Colors of #64b20e

#64b20e #0e64b2 #b20e64

Analogous Colors of #64b20e

#64b20e #12b20e #b2ae0e

Monochromatic Colors of #64b20e

#64b20e

Complementary Color

#64b20e #5c0eb2

#64b20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64b20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64b20e Color CSS Codes

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

#64b20e Text Font Color

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

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


#64b20e Background Color

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

This div background color is #64b20e


#64b20e Border Color

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

This div border color is #64b20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64b20e


Comments

No comments written yet.

Please login to write comment.