Color Hex Logo

#64c7db Color Hex

#64C7DB
(100,199,219)
0 Favorites   0 Comments

Color spaces of #64c7db

RGB 100199219
HSL0.530.620.63
HSV190°54°86°
CMYK 0.540.090.00   0.14
XYZ38.465148.670674.3849
Yxy48.67060.23810.3013
Hunter Lab69.7643-23.6702-14.3818
CIE-Lab75.2459-23.4624-18.8249

#64c7db color RGB value is (100,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11000111 11011011
Octal 144 307 333
Decimal 100 199 219
Hex 64 C7 DB

RGB Percentages of Color #64c7db

%19.31
%38.42
%42.28

CMYK Percentages of Color #64c7db

%54
%9
%0
%14

Triadic Colors of #64c7db

#64c7db #db64c7 #c7db64

Analogous Colors of #64c7db

#64c7db #648cdb #64dbb4

Monochromatic Colors of #64c7db

#64c7db

Complementary Color

#64c7db #db7864

#64c7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64c7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#64c7db Color CSS Codes

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

#64c7db Text Font Color

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

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


#64c7db Background Color

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

This div background color is #64c7db


#64c7db Border Color

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

This div border color is #64c7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64c7db


Comments

No comments written yet.

Please login to write comment.