Color Hex Logo

#64badc Color Hex

#64BADC
(100,186,220)
0 Favorites   0 Comments

Color spaces of #64badc

RGB 100186220
HSL0.550.630.63
HSV197°55°86°
CMYK 0.550.150.00   0.14
XYZ35.732742.994474.1256
Yxy42.99440.23380.2813
Hunter Lab65.5701-17.4734-21.1270
CIE-Lab71.5512-16.5099-24.9903

#64badc color RGB value is (100,186,220).

#64badc hex color red value is 100, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #64badc hue: 0.55 , saturation: 0.63 and the lightness value of 64badc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111010 11011100
Octal 144 272 334
Decimal 100 186 220
Hex 64 BA DC

RGB Percentages of Color #64badc

%19.76
%36.76
%43.48

CMYK Percentages of Color #64badc

%55
%15
%0
%14

Triadic Colors of #64badc

#64badc #dc64ba #badc64

Analogous Colors of #64badc

#64badc #647edc #64dcc2

Monochromatic Colors of #64badc

#64badc

Complementary Color

#64badc #dc8664

#64badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64badc Color CSS Codes

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

#64badc Text Font Color

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

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


#64badc Background Color

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

This div background color is #64badc


#64badc Border Color

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

This div border color is #64badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64badc


Comments

No comments written yet.

Please login to write comment.