Color Hex Logo

#64c48a Color Hex

#64C48A
(100,196,138)
0 Favorites   0 Comments

Color spaces of #64c48a

RGB 100196138
HSL0.400.450.58
HSV144°49°77°
CMYK 0.490.000.30   0.23
XYZ29.582944.024230.9831
Yxy44.02420.28280.4209
Hunter Lab66.3507-36.528418.7595
CIE-Lab72.2447-41.517620.5978

#64c48a color RGB value is (100,196,138).

#64c48a hex color red value is 100, green value is 196 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #64c48a hue: 0.40 , saturation: 0.45 and the lightness value of 64c48a is 0.58.

The process color (four color CMYK) of #64c48a color hex is 0.49, 0.00, 0.30, 0.23. Web safe color of #64c48a is #66cc99. Color #64c48a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11000100 10001010
Octal 144 304 212
Decimal 100 196 138
Hex 64 C4 8A

RGB Percentages of Color #64c48a

%23.04
%45.16
%31.80

CMYK Percentages of Color #64c48a

%49
%0
%30
%23

Triadic Colors of #64c48a

#64c48a #8a64c4 #c48a64

Analogous Colors of #64c48a

#64c48a #64c4ba #6ec464

Monochromatic Colors of #64c48a

#64c48a

Complementary Color

#64c48a #c4649e

#64c48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c48a Color CSS Codes

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

#64c48a Text Font Color

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

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


#64c48a Background Color

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

This div background color is #64c48a


#64c48a Border Color

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

This div border color is #64c48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c48a


Comments

No comments written yet.

Please login to write comment.