Color Hex Logo

#64dfab Color Hex

#64DFAB
(100,223,171)
0 Favorites   0 Comments

Color spaces of #64dfab

RGB 100223171
HSL0.430.660.63
HSV155°55°87°
CMYK 0.550.000.23   0.13
XYZ38.993958.425047.7500
Yxy58.42500.26860.4025
Hunter Lab76.4362-42.701816.4667
CIE-Lab80.9745-46.467415.2473

#64dfab color RGB value is (100,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011111 10101011
Octal 144 337 253
Decimal 100 223 171
Hex 64 DF AB

RGB Percentages of Color #64dfab

%20.24
%45.14
%34.62

CMYK Percentages of Color #64dfab

%55
%0
%23
%13

Triadic Colors of #64dfab

#64dfab #ab64df #dfab64

Analogous Colors of #64dfab

#64dfab #64d6df #64df6e

Monochromatic Colors of #64dfab

#64dfab

Complementary Color

#64dfab #df6498

#64dfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dfab Color CSS Codes

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

#64dfab Text Font Color

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

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


#64dfab Background Color

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

This div background color is #64dfab


#64dfab Border Color

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

This div border color is #64dfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dfab


Comments

No comments written yet.

Please login to write comment.