Color Hex Logo

#64ddaa Color Hex

#64DDAA
(100,221,170)
0 Favorites   0 Comments

Color spaces of #64ddaa

RGB 100221170
HSL0.430.640.63
HSV155°55°87°
CMYK 0.550.000.23   0.13
XYZ38.367757.324547.0728
Yxy57.32450.26870.4015
Hunter Lab75.7129-42.042416.1369
CIE-Lab80.3618-45.825814.9126

#64ddaa color RGB value is (100,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011101 10101010
Octal 144 335 252
Decimal 100 221 170
Hex 64 DD AA

RGB Percentages of Color #64ddaa

%20.37
%45.01
%34.62

CMYK Percentages of Color #64ddaa

%55
%0
%23
%13

Triadic Colors of #64ddaa

#64ddaa #aa64dd #ddaa64

Analogous Colors of #64ddaa

#64ddaa #64d4dd #64dd6e

Monochromatic Colors of #64ddaa

#64ddaa

Complementary Color

#64ddaa #dd6497

#64ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ddaa Color CSS Codes

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

#64ddaa Text Font Color

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

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


#64ddaa Background Color

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

This div background color is #64ddaa


#64ddaa Border Color

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

This div border color is #64ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ddaa


Comments

No comments written yet.

Please login to write comment.