Color Hex Logo

#649cad Color Hex

#649CAD
(100,156,173)
0 Favorites   0 Comments

Color spaces of #649cad

RGB 100156173
HSL0.540.310.54
HSV194°42°68°
CMYK 0.420.100.00   0.32
XYZ24.686829.503443.9288
Yxy29.50340.25160.3007
Hunter Lab54.3170-13.9275-9.9288
CIE-Lab61.2234-13.8435-14.6399

#649cad color RGB value is (100,156,173).

#649cad hex color red value is 100, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #649cad hue: 0.54 , saturation: 0.31 and the lightness value of 649cad is 0.54.

The process color (four color CMYK) of #649cad color hex is 0.42, 0.10, 0.00, 0.32. Web safe color of #649cad is #669999. Color #649cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011100 10101101
Octal 144 234 255
Decimal 100 156 173
Hex 64 9C AD

RGB Percentages of Color #649cad

%23.31
%36.36
%40.33

CMYK Percentages of Color #649cad

%42
%10
%0
%32

Triadic Colors of #649cad

#649cad #ad649c #9cad64

Analogous Colors of #649cad

#649cad #6478ad #64ad9a

Monochromatic Colors of #649cad

#649cad

Complementary Color

#649cad #ad7564

#649cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#649cad Color CSS Codes

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

#649cad Text Font Color

<p style="color:#649cad">Text here</p>

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


#649cad Background Color

<div style="background-color:#649cad">
Div content here</div>

This div background color is #649cad


#649cad Border Color

<div style="border:3px solid #649cad">
Div here</div>

This div border color is #649cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,156,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #649cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #649cad;
  -webkit-box-shadow: 1px 1px 3px 2px #649cad;
  box-shadow:         1px 1px 3px 2px #649cad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649cad


Comments

No comments written yet.

Please login to write comment.