Color Hex Logo

#64eda0 Color Hex

#64EDA0
(100,237,160)
0 Favorites   0 Comments

Color spaces of #64eda0

RGB 100237160
HSL0.410.790.66
HSV146°58°93°
CMYK 0.580.000.32   0.07
XYZ41.884965.815843.7539
Yxy65.81580.27660.4346
Hunter Lab81.1269-49.814724.8122
CIE-Lab84.9024-54.434226.3823

#64eda0 color RGB value is (100,237,160).

#64eda0 hex color red value is 100, green value is 237 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #64eda0 hue: 0.41 , saturation: 0.79 and the lightness value of 64eda0 is 0.66.

The process color (four color CMYK) of #64eda0 color hex is 0.58, 0.00, 0.32, 0.07. Web safe color of #64eda0 is #66ff99. Color #64eda0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101101 10100000
Octal 144 355 240
Decimal 100 237 160
Hex 64 ED A0

RGB Percentages of Color #64eda0

%20.12
%47.69
%32.19

CMYK Percentages of Color #64eda0

%58
%0
%32
%7

Triadic Colors of #64eda0

#64eda0 #a064ed #eda064

Analogous Colors of #64eda0

#64eda0 #64ede5 #6ded64

Monochromatic Colors of #64eda0

#64eda0

Complementary Color

#64eda0 #ed64b1

#64eda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64eda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64eda0 Color CSS Codes

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

#64eda0 Text Font Color

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

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


#64eda0 Background Color

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

This div background color is #64eda0


#64eda0 Border Color

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

This div border color is #64eda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64eda0


Comments

No comments written yet.

Please login to write comment.