Color Hex Logo

#64bddd Color Hex

#64BDDD
(100,189,221)
0 Favorites   0 Comments

Color spaces of #64bddd

RGB 100189221
HSL0.540.640.63
HSV196°55°87°
CMYK 0.550.140.00   0.13
XYZ36.504344.325075.0382
Yxy44.32500.23420.2844
Hunter Lab66.5770-18.6379-20.2212
CIE-Lab72.4452-17.7844-24.1680

#64bddd color RGB value is (100,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111101 11011101
Octal 144 275 335
Decimal 100 189 221
Hex 64 BD DD

RGB Percentages of Color #64bddd

%19.61
%37.06
%43.33

CMYK Percentages of Color #64bddd

%55
%14
%0
%13

Triadic Colors of #64bddd

#64bddd #dd64bd #bddd64

Analogous Colors of #64bddd

#64bddd #6481dd #64ddc1

Monochromatic Colors of #64bddd

#64bddd

Complementary Color

#64bddd #dd8464

#64bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bddd Color CSS Codes

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

#64bddd Text Font Color

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

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


#64bddd Background Color

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

This div background color is #64bddd


#64bddd Border Color

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

This div border color is #64bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bddd


Comments

No comments written yet.

Please login to write comment.