Color Hex Logo

#64dbdd Color Hex

#64DBDD
(100,219,221)
0 Favorites   0 Comments

Color spaces of #64dbdd

RGB 100219221
HSL0.500.640.63
HSV181°55°87°
CMYK 0.550.010.00   0.13
XYZ43.638258.592877.4162
Yxy58.59280.24290.3262
Hunter Lab76.5459-32.1940-6.3819
CIE-Lab81.0673-32.6668-11.1491

#64dbdd color RGB value is (100,219,221).

#64dbdd hex color red value is 100, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #64dbdd hue: 0.50 , saturation: 0.64 and the lightness value of 64dbdd is 0.63.

The process color (four color CMYK) of #64dbdd color hex is 0.55, 0.01, 0.00, 0.13. Web safe color of #64dbdd is #66cccc. Color #64dbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011011 11011101
Octal 144 333 335
Decimal 100 219 221
Hex 64 DB DD

RGB Percentages of Color #64dbdd

%18.52
%40.56
%40.93

CMYK Percentages of Color #64dbdd

%55
%1
%0
%13

Triadic Colors of #64dbdd

#64dbdd #dd64db #dbdd64

Analogous Colors of #64dbdd

#64dbdd #649fdd #64dda3

Monochromatic Colors of #64dbdd

#64dbdd

Complementary Color

#64dbdd #dd6664

#64dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dbdd Color CSS Codes

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

#64dbdd Text Font Color

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

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


#64dbdd Background Color

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

This div background color is #64dbdd


#64dbdd Border Color

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

This div border color is #64dbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dbdd


Comments

No comments written yet.

Please login to write comment.