Color Hex Logo

#64ebaa Color Hex

#64EBAA
(100,235,170)
0 Favorites   0 Comments

Color spaces of #64ebaa

RGB 100235170
HSL0.420.770.66
HSV151°57°92°
CMYK 0.570.000.28   0.08
XYZ42.219665.028348.3567
Yxy65.02830.27130.4179
Hunter Lab80.6401-47.665520.8942
CIE-Lab84.4983-51.681820.6820

#64ebaa color RGB value is (100,235,170).

#64ebaa hex color red value is 100, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #64ebaa hue: 0.42 , saturation: 0.77 and the lightness value of 64ebaa is 0.66.

The process color (four color CMYK) of #64ebaa color hex is 0.57, 0.00, 0.28, 0.08. Web safe color of #64ebaa is #66ff99. Color #64ebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101011 10101010
Octal 144 353 252
Decimal 100 235 170
Hex 64 EB AA

RGB Percentages of Color #64ebaa

%19.80
%46.53
%33.66

CMYK Percentages of Color #64ebaa

%57
%0
%28
%8

Triadic Colors of #64ebaa

#64ebaa #aa64eb #ebaa64

Analogous Colors of #64ebaa

#64ebaa #64e9eb #64eb67

Monochromatic Colors of #64ebaa

#64ebaa

Complementary Color

#64ebaa #eb64a5

#64ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ebaa Color CSS Codes

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

#64ebaa Text Font Color

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

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


#64ebaa Background Color

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

This div background color is #64ebaa


#64ebaa Border Color

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

This div border color is #64ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ebaa


Comments

No comments written yet.

Please login to write comment.