Color Hex Logo

#64ccb0 Color Hex

#64CCB0
(100,204,176)
0 Favorites   0 Comments

Color spaces of #64ccb0

RGB 100204176
HSL0.460.500.60
HSV164°51°80°
CMYK 0.510.000.14   0.20
XYZ34.684949.029648.7099
Yxy49.02960.26190.3702
Hunter Lab70.0211-34.11727.7700
CIE-Lab75.4697-36.96264.7449

#64ccb0 color RGB value is (100,204,176).

#64ccb0 hex color red value is 100, green value is 204 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #64ccb0 hue: 0.46 , saturation: 0.50 and the lightness value of 64ccb0 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001100 10110000
Octal 144 314 260
Decimal 100 204 176
Hex 64 CC B0

RGB Percentages of Color #64ccb0

%20.83
%42.50
%36.67

CMYK Percentages of Color #64ccb0

%51
%0
%14
%20

Triadic Colors of #64ccb0

#64ccb0 #b064cc #ccb064

Analogous Colors of #64ccb0

#64ccb0 #64b4cc #64cc7c

Monochromatic Colors of #64ccb0

#64ccb0

Complementary Color

#64ccb0 #cc6480

#64ccb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ccb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ccb0 Color CSS Codes

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

#64ccb0 Text Font Color

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

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


#64ccb0 Background Color

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

This div background color is #64ccb0


#64ccb0 Border Color

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

This div border color is #64ccb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ccb0


Comments

No comments written yet.

Please login to write comment.