Color Hex Logo

#64dfaa Color Hex

#64DFAA
(100,223,170)
0 Favorites   0 Comments

Color spaces of #64dfaa

RGB 100223170
HSL0.430.660.63
HSV154°55°87°
CMYK 0.550.000.24   0.13
XYZ38.898958.387047.2498
Yxy58.38700.26910.4040
Hunter Lab76.4114-42.850616.8254
CIE-Lab80.9535-46.678715.7435

#64dfaa color RGB value is (100,223,170).

#64dfaa hex color red value is 100, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #64dfaa hue: 0.43 , saturation: 0.66 and the lightness value of 64dfaa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011111 10101010
Octal 144 337 252
Decimal 100 223 170
Hex 64 DF AA

RGB Percentages of Color #64dfaa

%20.28
%45.23
%34.48

CMYK Percentages of Color #64dfaa

%55
%0
%24
%13

Triadic Colors of #64dfaa

#64dfaa #aa64df #dfaa64

Analogous Colors of #64dfaa

#64dfaa #64d7df #64df6d

Monochromatic Colors of #64dfaa

#64dfaa

Complementary Color

#64dfaa #df6499

#64dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dfaa Color CSS Codes

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

#64dfaa Text Font Color

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

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


#64dfaa Background Color

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

This div background color is #64dfaa


#64dfaa Border Color

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

This div border color is #64dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dfaa


Comments

No comments written yet.

Please login to write comment.