Color Hex Logo

#64e0ab Color Hex

#64E0AB
(100,224,171)
0 Favorites   0 Comments

Color spaces of #64e0ab

RGB 100224171
HSL0.430.670.64
HSV154°55°88°
CMYK 0.550.000.24   0.12
XYZ39.261958.960947.8394
Yxy58.96090.26880.4037
Hunter Lab76.7860-43.105616.8112
CIE-Lab81.2701-46.892315.6622

#64e0ab color RGB value is (100,224,171).

#64e0ab hex color red value is 100, green value is 224 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #64e0ab hue: 0.43 , saturation: 0.67 and the lightness value of 64e0ab is 0.64.

The process color (four color CMYK) of #64e0ab color hex is 0.55, 0.00, 0.24, 0.12. Web safe color of #64e0ab is #66cc99. Color #64e0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100000 10101011
Octal 144 340 253
Decimal 100 224 171
Hex 64 E0 AB

RGB Percentages of Color #64e0ab

%20.20
%45.25
%34.55

CMYK Percentages of Color #64e0ab

%55
%0
%24
%12

Triadic Colors of #64e0ab

#64e0ab #ab64e0 #e0ab64

Analogous Colors of #64e0ab

#64e0ab #64d7e0 #64e06d

Monochromatic Colors of #64e0ab

#64e0ab

Complementary Color

#64e0ab #e06499

#64e0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e0ab Color CSS Codes

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

#64e0ab Text Font Color

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

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


#64e0ab Background Color

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

This div background color is #64e0ab


#64e0ab Border Color

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

This div border color is #64e0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e0ab


Comments

No comments written yet.

Please login to write comment.