Color Hex Logo

#64dacd Color Hex

#64DACD
(100,218,205)
0 Favorites   0 Comments

Color spaces of #64dacd

RGB 100218205
HSL0.480.610.62
HSV173°54°85°
CMYK 0.540.000.06   0.15
XYZ41.346457.259966.6307
Yxy57.25990.25020.3465
Hunter Lab75.6703-34.89020.7620
CIE-Lab80.3256-36.3442-3.7203

#64dacd color RGB value is (100,218,205).

#64dacd hex color red value is 100, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #64dacd hue: 0.48 , saturation: 0.61 and the lightness value of 64dacd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011010 11001101
Octal 144 332 315
Decimal 100 218 205
Hex 64 DA CD

RGB Percentages of Color #64dacd

%19.12
%41.68
%39.20

CMYK Percentages of Color #64dacd

%54
%0
%6
%15

Triadic Colors of #64dacd

#64dacd #cd64da #dacd64

Analogous Colors of #64dacd

#64dacd #64acda #64da92

Monochromatic Colors of #64dacd

#64dacd

Complementary Color

#64dacd #da6471

#64dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dacd Color CSS Codes

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

#64dacd Text Font Color

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

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


#64dacd Background Color

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

This div background color is #64dacd


#64dacd Border Color

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

This div border color is #64dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dacd


Comments

No comments written yet.

Please login to write comment.