Color Hex Logo

#64eaad Color Hex

#64EAAD
(100,234,173)
0 Favorites   0 Comments

Color spaces of #64eaad

RGB 100234173
HSL0.420.760.65
HSV153°57°92°
CMYK 0.570.000.26   0.08
XYZ42.221264.572149.7735
Yxy64.57210.26970.4124
Hunter Lab80.3568-46.836519.5251
CIE-Lab84.2628-50.661618.7999

#64eaad color RGB value is (100,234,173).

#64eaad hex color red value is 100, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #64eaad hue: 0.42 , saturation: 0.76 and the lightness value of 64eaad is 0.65.

The process color (four color CMYK) of #64eaad color hex is 0.57, 0.00, 0.26, 0.08. Web safe color of #64eaad is #66ff99. Color #64eaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101010 10101101
Octal 144 352 255
Decimal 100 234 173
Hex 64 EA AD

RGB Percentages of Color #64eaad

%19.72
%46.15
%34.12

CMYK Percentages of Color #64eaad

%57
%0
%26
%8

Triadic Colors of #64eaad

#64eaad #ad64ea #eaad64

Analogous Colors of #64eaad

#64eaad #64e4ea #64ea6a

Monochromatic Colors of #64eaad

#64eaad

Complementary Color

#64eaad #ea64a1

#64eaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64eaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#64eaad Color CSS Codes

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

#64eaad Text Font Color

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

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


#64eaad Background Color

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

This div background color is #64eaad


#64eaad Border Color

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

This div border color is #64eaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64eaad


Comments

No comments written yet.

Please login to write comment.