Color Hex Logo

#64e672 Color Hex

#64E672
(100,230,114)
0 Favorites   0 Comments

Color spaces of #64e672

RGB 100230114
HSL0.350.720.65
HSV126°57°90°
CMYK 0.570.000.50   0.10
XYZ36.589660.517925.6722
Yxy60.51790.29800.4929
Hunter Lab77.7933-52.181834.8893
CIE-Lab82.1189-59.198545.6144

#64e672 color RGB value is (100,230,114).

#64e672 hex color red value is 100, green value is 230 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #64e672 hue: 0.35 , saturation: 0.72 and the lightness value of 64e672 is 0.65.

The process color (four color CMYK) of #64e672 color hex is 0.57, 0.00, 0.50, 0.10. Web safe color of #64e672 is #66ff66. Color #64e672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100110 01110010
Octal 144 346 162
Decimal 100 230 114
Hex 64 E6 72

RGB Percentages of Color #64e672

%22.52
%51.80
%25.68

CMYK Percentages of Color #64e672

%57
%0
%50
%10

Triadic Colors of #64e672

#64e672 #7264e6 #e67264

Analogous Colors of #64e672

#64e672 #64e6b3 #97e664

Monochromatic Colors of #64e672

#64e672

Complementary Color

#64e672 #e664d8

#64e672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e672 Color CSS Codes

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

#64e672 Text Font Color

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

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


#64e672 Background Color

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

This div background color is #64e672


#64e672 Border Color

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

This div border color is #64e672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e672


Comments

No comments written yet.

Please login to write comment.