Color Hex Logo

#64ae6b Color Hex

#64AE6B
(100,174,107)
0 Favorites   0 Comments

Color spaces of #64ae6b

RGB 100174107
HSL0.350.310.54
HSV126°43°68°
CMYK 0.430.000.39   0.32
XYZ23.045434.043019.2662
Yxy34.04300.30180.4459
Hunter Lab58.3464-31.603021.2647
CIE-Lab64.9967-37.341027.3678

#64ae6b color RGB value is (100,174,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 01101011
Octal 144 256 153
Decimal 100 174 107
Hex 64 AE 6B

RGB Percentages of Color #64ae6b

%26.25
%45.67
%28.08

CMYK Percentages of Color #64ae6b

%43
%0
%39
%32

Triadic Colors of #64ae6b

#64ae6b #6b64ae #ae6b64

Analogous Colors of #64ae6b

#64ae6b #64ae90 #82ae64

Monochromatic Colors of #64ae6b

#64ae6b

Complementary Color

#64ae6b #ae64a7

#64ae6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ae6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ae6b Color CSS Codes

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

#64ae6b Text Font Color

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

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


#64ae6b Background Color

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

This div background color is #64ae6b


#64ae6b Border Color

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

This div border color is #64ae6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ae6b


Comments

No comments written yet.

Please login to write comment.