Color Hex Logo

#64dcae Color Hex

#64DCAE
(100,220,174)
0 Favorites   0 Comments

Color spaces of #64dcae

RGB 100220174
HSL0.440.630.63
HSV157°55°86°
CMYK 0.550.000.21   0.14
XYZ38.488756.951749.0086
Yxy56.95170.26650.3943
Hunter Lab75.4664-41.029114.3229
CIE-Lab80.1524-44.535412.5064

#64dcae color RGB value is (100,220,174).

#64dcae hex color red value is 100, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #64dcae hue: 0.44 , saturation: 0.63 and the lightness value of 64dcae is 0.63.

The process color (four color CMYK) of #64dcae color hex is 0.55, 0.00, 0.21, 0.14. Web safe color of #64dcae is #66cc99. Color #64dcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011100 10101110
Octal 144 334 256
Decimal 100 220 174
Hex 64 DC AE

RGB Percentages of Color #64dcae

%20.24
%44.53
%35.22

CMYK Percentages of Color #64dcae

%55
%0
%21
%14

Triadic Colors of #64dcae

#64dcae #ae64dc #dcae64

Analogous Colors of #64dcae

#64dcae #64cedc #64dc72

Monochromatic Colors of #64dcae

#64dcae

Complementary Color

#64dcae #dc6492

#64dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dcae Color CSS Codes

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

#64dcae Text Font Color

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

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


#64dcae Background Color

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

This div background color is #64dcae


#64dcae Border Color

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

This div border color is #64dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dcae


Comments

No comments written yet.

Please login to write comment.