Color Hex Logo

#64ae7d Color Hex

#64AE7D
(100,174,125)
0 Favorites   0 Comments

Color spaces of #64ae7d

RGB 100174125
HSL0.390.310.54
HSV140°43°68°
CMYK 0.430.000.28   0.32
XYZ24.093334.462124.7840
Yxy34.46210.28910.4135
Hunter Lab58.7044-29.473316.0619
CIE-Lab65.3277-34.112018.1057

#64ae7d color RGB value is (100,174,125).

#64ae7d hex color red value is 100, green value is 174 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #64ae7d hue: 0.39 , saturation: 0.31 and the lightness value of 64ae7d is 0.54.

The process color (four color CMYK) of #64ae7d color hex is 0.43, 0.00, 0.28, 0.32. Web safe color of #64ae7d is #669966. Color #64ae7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 01111101
Octal 144 256 175
Decimal 100 174 125
Hex 64 AE 7D

RGB Percentages of Color #64ae7d

%25.06
%43.61
%31.33

CMYK Percentages of Color #64ae7d

%43
%0
%28
%32

Triadic Colors of #64ae7d

#64ae7d #7d64ae #ae7d64

Analogous Colors of #64ae7d

#64ae7d #64aea2 #70ae64

Monochromatic Colors of #64ae7d

#64ae7d

Complementary Color

#64ae7d #ae6495

#64ae7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ae7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ae7d Color CSS Codes

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

#64ae7d Text Font Color

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

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


#64ae7d Background Color

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

This div background color is #64ae7d


#64ae7d Border Color

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

This div border color is #64ae7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ae7d


Comments

No comments written yet.

Please login to write comment.