Color Hex Logo

#64ccdb Color Hex

#64CCDB
(100,204,219)
0 Favorites   0 Comments

Color spaces of #64ccdb

RGB 100204219
HSL0.520.620.63
HSV188°54°86°
CMYK 0.540.070.00   0.14
XYZ39.634651.009574.7747
Yxy51.00950.23960.3084
Hunter Lab71.4209-25.9292-12.0795
CIE-Lab76.6848-25.9533-16.6513

#64ccdb color RGB value is (100,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001100 11011011
Octal 144 314 333
Decimal 100 204 219
Hex 64 CC DB

RGB Percentages of Color #64ccdb

%19.12
%39.01
%41.87

CMYK Percentages of Color #64ccdb

%54
%7
%0
%14

Triadic Colors of #64ccdb

#64ccdb #db64cc #ccdb64

Analogous Colors of #64ccdb

#64ccdb #6491db #64dbaf

Monochromatic Colors of #64ccdb

#64ccdb

Complementary Color

#64ccdb #db7364

#64ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ccdb Color CSS Codes

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

#64ccdb Text Font Color

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

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


#64ccdb Background Color

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

This div background color is #64ccdb


#64ccdb Border Color

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

This div border color is #64ccdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,204,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 #64ccdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ccdb


Comments

No comments written yet.

Please login to write comment.