Color Hex Logo

#64e0af Color Hex

#64E0AF
(100,224,175)
0 Favorites   0 Comments

Color spaces of #64e0af

RGB 100224175
HSL0.430.670.64
HSV156°55°88°
CMYK 0.550.000.22   0.12
XYZ39.649059.115849.8782
Yxy59.11580.26670.3977
Hunter Lab76.8868-42.503015.3580
CIE-Lab81.3552-46.039313.6789

#64e0af color RGB value is (100,224,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100000 10101111
Octal 144 340 257
Decimal 100 224 175
Hex 64 E0 AF

RGB Percentages of Color #64e0af

%20.04
%44.89
%35.07

CMYK Percentages of Color #64e0af

%55
%0
%22
%12

Triadic Colors of #64e0af

#64e0af #af64e0 #e0af64

Analogous Colors of #64e0af

#64e0af #64d3e0 #64e071

Monochromatic Colors of #64e0af

#64e0af

Complementary Color

#64e0af #e06495

#64e0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e0af Color CSS Codes

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

#64e0af Text Font Color

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

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


#64e0af Background Color

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

This div background color is #64e0af


#64e0af Border Color

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

This div border color is #64e0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e0af


Comments

No comments written yet.

Please login to write comment.