Color Hex Logo

#64badb Color Hex

#64BADB
(100,186,219)
0 Favorites   0 Comments

Color spaces of #64badb

RGB 100186219
HSL0.550.620.63
HSV197°54°86°
CMYK 0.540.150.00   0.14
XYZ35.600642.941673.4300
Yxy42.94160.23430.2826
Hunter Lab65.5298-17.7030-20.5670
CIE-Lab71.5153-16.8006-24.5000

#64badb color RGB value is (100,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111010 11011011
Octal 144 272 333
Decimal 100 186 219
Hex 64 BA DB

RGB Percentages of Color #64badb

%19.80
%36.83
%43.37

CMYK Percentages of Color #64badb

%54
%15
%0
%14

Triadic Colors of #64badb

#64badb #db64ba #badb64

Analogous Colors of #64badb

#64badb #647fdb #64dbc1

Monochromatic Colors of #64badb

#64badb

Complementary Color

#64badb #db8564

#64badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64badb Color CSS Codes

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

#64badb Text Font Color

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

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


#64badb Background Color

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

This div background color is #64badb


#64badb Border Color

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

This div border color is #64badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64badb


Comments

No comments written yet.

Please login to write comment.