Color Hex Logo

#64d89b Color Hex

#64D89B
(100,216,155)
0 Favorites   0 Comments

Color spaces of #64d89b

RGB 100216155
HSL0.410.600.62
HSV148°54°85°
CMYK 0.540.000.28   0.15
XYZ35.727854.187639.5866
Yxy54.18760.27590.4184
Hunter Lab73.6122-42.186219.6441
CIE-Lab78.5710-46.784220.3089

#64d89b color RGB value is (100,216,155).

#64d89b hex color red value is 100, green value is 216 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #64d89b hue: 0.41 , saturation: 0.60 and the lightness value of 64d89b is 0.62.

The process color (four color CMYK) of #64d89b color hex is 0.54, 0.00, 0.28, 0.15. Web safe color of #64d89b is #66cc99. Color #64d89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011000 10011011
Octal 144 330 233
Decimal 100 216 155
Hex 64 D8 9B

RGB Percentages of Color #64d89b

%21.23
%45.86
%32.91

CMYK Percentages of Color #64d89b

%54
%0
%28
%15

Triadic Colors of #64d89b

#64d89b #9b64d8 #d89b64

Analogous Colors of #64d89b

#64d89b #64d8d5 #67d864

Monochromatic Colors of #64d89b

#64d89b

Complementary Color

#64d89b #d864a1

#64d89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64d89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64d89b Color CSS Codes

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

#64d89b Text Font Color

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

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


#64d89b Background Color

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

This div background color is #64d89b


#64d89b Border Color

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

This div border color is #64d89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64d89b


Comments

No comments written yet.

Please login to write comment.