Color Hex Logo

#64fdad Color Hex

#64FDAD
(100,253,173)
0 Favorites   0 Comments

Color spaces of #64fdad

RGB 100253173
HSL0.410.970.69
HSV149°60°99°
CMYK 0.600.000.32   0.01
XYZ47.923675.977051.6744
Yxy75.97700.27300.4327
Hunter Lab87.1648-54.398325.8661
CIE-Lab89.8487-58.283426.4939

#64fdad color RGB value is (100,253,173).

#64fdad hex color red value is 100, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #64fdad hue: 0.41 , saturation: 0.97 and the lightness value of 64fdad is 0.69.

The process color (four color CMYK) of #64fdad color hex is 0.60, 0.00, 0.32, 0.01. Web safe color of #64fdad is #66ff99. Color #64fdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11111101 10101101
Octal 144 375 255
Decimal 100 253 173
Hex 64 FD AD

RGB Percentages of Color #64fdad

%19.01
%48.10
%32.89

CMYK Percentages of Color #64fdad

%60
%0
%32
%1

Triadic Colors of #64fdad

#64fdad #ad64fd #fdad64

Analogous Colors of #64fdad

#64fdad #64fdfa #68fd64

Monochromatic Colors of #64fdad

#64fdad

Complementary Color

#64fdad #fd64b4

#64fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#64fdad Color CSS Codes

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

#64fdad Text Font Color

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

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


#64fdad Background Color

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

This div background color is #64fdad


#64fdad Border Color

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

This div border color is #64fdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,253,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 #64fdad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64fdad

Related Colors


Comments

No comments written yet.

Please login to write comment.