Color Hex Logo

#64bdd2 Color Hex

#64BDD2
(100,189,210)
0 Favorites   0 Comments

Color spaces of #64bdd2

RGB 100189210
HSL0.530.550.61
HSV191°52°82°
CMYK 0.520.100.00   0.18
XYZ35.086043.757767.5696
Yxy43.75770.23960.2989
Hunter Lab66.1496-21.0847-14.2580
CIE-Lab72.0662-20.9203-18.7543

#64bdd2 color RGB value is (100,189,210).

#64bdd2 hex color red value is 100, green value is 189 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #64bdd2 hue: 0.53 , saturation: 0.55 and the lightness value of 64bdd2 is 0.61.

The process color (four color CMYK) of #64bdd2 color hex is 0.52, 0.10, 0.00, 0.18. Web safe color of #64bdd2 is #66cccc. Color #64bdd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111101 11010010
Octal 144 275 322
Decimal 100 189 210
Hex 64 BD D2

RGB Percentages of Color #64bdd2

%20.04
%37.88
%42.08

CMYK Percentages of Color #64bdd2

%52
%10
%0
%18

Triadic Colors of #64bdd2

#64bdd2 #d264bd #bdd264

Analogous Colors of #64bdd2

#64bdd2 #6486d2 #64d2b0

Monochromatic Colors of #64bdd2

#64bdd2

Complementary Color

#64bdd2 #d27964

#64bdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bdd2 Color CSS Codes

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

#64bdd2 Text Font Color

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

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


#64bdd2 Background Color

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

This div background color is #64bdd2


#64bdd2 Border Color

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

This div border color is #64bdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bdd2


Comments

No comments written yet.

Please login to write comment.