Color Hex Logo

#64d7bd Color Hex

#64D7BD
(100,215,189)
0 Favorites   0 Comments

Color spaces of #64d7bd

RGB 100215189
HSL0.460.590.62
HSV166°53°84°
CMYK 0.530.000.12   0.16
XYZ38.741354.984356.7153
Yxy54.98430.25750.3655
Hunter Lab74.1514-36.50556.5575
CIE-Lab79.0322-38.89942.9287

#64d7bd color RGB value is (100,215,189).

#64d7bd hex color red value is 100, green value is 215 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #64d7bd hue: 0.46 , saturation: 0.59 and the lightness value of 64d7bd is 0.62.

The process color (four color CMYK) of #64d7bd color hex is 0.53, 0.00, 0.12, 0.16. Web safe color of #64d7bd is #66cccc. Color #64d7bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11010111 10111101
Octal 144 327 275
Decimal 100 215 189
Hex 64 D7 BD

RGB Percentages of Color #64d7bd

%19.84
%42.66
%37.50

CMYK Percentages of Color #64d7bd

%53
%0
%12
%16

Triadic Colors of #64d7bd

#64d7bd #bd64d7 #d7bd64

Analogous Colors of #64d7bd

#64d7bd #64b8d7 #64d784

Monochromatic Colors of #64d7bd

#64d7bd

Complementary Color

#64d7bd #d7647e

#64d7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64d7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64d7bd Color CSS Codes

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

#64d7bd Text Font Color

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

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


#64d7bd Background Color

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

This div background color is #64d7bd


#64d7bd Border Color

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

This div border color is #64d7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64d7bd


Comments

No comments written yet.

Please login to write comment.