Color Hex Logo

#64dccc Color Hex

#64DCCC
(100,220,204)
0 Favorites   0 Comments

Color spaces of #64dccc

RGB 100220204
HSL0.480.630.63
HSV172°55°86°
CMYK 0.550.000.07   0.14
XYZ41.747858.255466.1708
Yxy58.25540.25120.3506
Hunter Lab76.3252-35.93462.0257
CIE-Lab80.8806-37.5145-2.3718

#64dccc color RGB value is (100,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011100 11001100
Octal 144 334 314
Decimal 100 220 204
Hex 64 DC CC

RGB Percentages of Color #64dccc

%19.08
%41.98
%38.93

CMYK Percentages of Color #64dccc

%55
%0
%7
%14

Triadic Colors of #64dccc

#64dccc #cc64dc #dccc64

Analogous Colors of #64dccc

#64dccc #64b0dc #64dc90

Monochromatic Colors of #64dccc

#64dccc

Complementary Color

#64dccc #dc6474

#64dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dccc Color CSS Codes

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

#64dccc Text Font Color

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

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


#64dccc Background Color

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

This div background color is #64dccc


#64dccc Border Color

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

This div border color is #64dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dccc


Comments

No comments written yet.

Please login to write comment.