Color Hex Logo

#64dbce Color Hex

#64DBCE
(100,219,206)
0 Favorites   0 Comments

Color spaces of #64dbce

RGB 100219206
HSL0.480.620.63
HSV173°54°86°
CMYK 0.540.000.06   0.14
XYZ41.727657.828667.3553
Yxy57.82860.25000.3465
Hunter Lab76.0451-35.13210.7168
CIE-Lab80.6434-36.5535-3.7856

#64dbce color RGB value is (100,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011011 11001110
Octal 144 333 316
Decimal 100 219 206
Hex 64 DB CE

RGB Percentages of Color #64dbce

%19.05
%41.71
%39.24

CMYK Percentages of Color #64dbce

%54
%0
%6
%14

Triadic Colors of #64dbce

#64dbce #ce64db #dbce64

Analogous Colors of #64dbce

#64dbce #64addb #64db93

Monochromatic Colors of #64dbce

#64dbce

Complementary Color

#64dbce #db6471

#64dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dbce Color CSS Codes

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

#64dbce Text Font Color

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

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


#64dbce Background Color

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

This div background color is #64dbce


#64dbce Border Color

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

This div border color is #64dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dbce


Comments

No comments written yet.

Please login to write comment.