Color Hex Logo

#64a396 Color Hex

#64A396
(100,163,150)
0 Favorites   0 Comments

Color spaces of #64a396

RGB 100163150
HSL0.470.260.52
HSV168°39°64°
CMYK 0.390.000.08   0.36
XYZ23.857731.105733.6007
Yxy31.10570.26940.3512
Hunter Lab55.7725-21.24523.3209
CIE-Lab62.5968-23.37550.3585

#64a396 color RGB value is (100,163,150).

#64a396 hex color red value is 100, green value is 163 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #64a396 hue: 0.47 , saturation: 0.26 and the lightness value of 64a396 is 0.52.

The process color (four color CMYK) of #64a396 color hex is 0.39, 0.00, 0.08, 0.36. Web safe color of #64a396 is #669999. Color #64a396 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10100011 10010110
Octal 144 243 226
Decimal 100 163 150
Hex 64 A3 96

RGB Percentages of Color #64a396

%24.21
%39.47
%36.32

CMYK Percentages of Color #64a396

%39
%0
%8
%36

Triadic Colors of #64a396

#64a396 #9664a3 #a39664

Analogous Colors of #64a396

#64a396 #6491a3 #64a377

Monochromatic Colors of #64a396

#64a396

Complementary Color

#64a396 #a36471

#64a396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64a396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64a396 Color CSS Codes

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

#64a396 Text Font Color

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

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


#64a396 Background Color

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

This div background color is #64a396


#64a396 Border Color

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

This div border color is #64a396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64a396


Comments

No comments written yet.

Please login to write comment.