Color Hex Logo

#64ddab Color Hex

#64DDAB
(100,221,171)
0 Favorites   0 Comments

Color spaces of #64ddab

RGB 100221171
HSL0.430.640.63
HSV155°55°87°
CMYK 0.550.000.23   0.13
XYZ38.462757.362547.5730
Yxy57.36250.26820.4000
Hunter Lab75.7380-41.892415.7751
CIE-Lab80.3831-45.612814.4155

#64ddab color RGB value is (100,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011101 10101011
Octal 144 335 253
Decimal 100 221 171
Hex 64 DD AB

RGB Percentages of Color #64ddab

%20.33
%44.92
%34.76

CMYK Percentages of Color #64ddab

%55
%0
%23
%13

Triadic Colors of #64ddab

#64ddab #ab64dd #ddab64

Analogous Colors of #64ddab

#64ddab #64d3dd #64dd6f

Monochromatic Colors of #64ddab

#64ddab

Complementary Color

#64ddab #dd6496

#64ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ddab Color CSS Codes

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

#64ddab Text Font Color

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

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


#64ddab Background Color

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

This div background color is #64ddab


#64ddab Border Color

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

This div border color is #64ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ddab


Comments

No comments written yet.

Please login to write comment.