Color Hex Logo

#64e81c Color Hex

#64E81C
(100,232,28)
0 Favorites   0 Comments

Color spaces of #64e81c

RGB 10023228
HSL0.270.820.51
HSV99°88°91°
CMYK 0.570.000.88   0.09
XYZ34.321760.506410.9686
Yxy60.50640.32440.5719
Hunter Lab77.7859-57.365146.0896
CIE-Lab82.1127-66.847476.1003

#64e81c color RGB value is (100,232,28).

#64e81c hex color red value is 100, green value is 232 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #64e81c hue: 0.27 , saturation: 0.82 and the lightness value of 64e81c is 0.51.

The process color (four color CMYK) of #64e81c color hex is 0.57, 0.00, 0.88, 0.09. Web safe color of #64e81c is #66ff33. Color #64e81c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101000 00011100
Octal 144 350 34
Decimal 100 232 28
Hex 64 E8 1C

RGB Percentages of Color #64e81c

%27.78
%64.44
%7.78

CMYK Percentages of Color #64e81c

%57
%0
%88
%9

Triadic Colors of #64e81c

#64e81c #1c64e8 #e81c64

Analogous Colors of #64e81c

#64e81c #1ce83a #cae81c

Monochromatic Colors of #64e81c

#64e81c

Complementary Color

#64e81c #a01ce8

#64e81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e81c Color CSS Codes

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

#64e81c Text Font Color

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

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


#64e81c Background Color

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

This div background color is #64e81c


#64e81c Border Color

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

This div border color is #64e81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e81c


Comments

No comments written yet.

Please login to write comment.