Color Hex Logo

#649dac Color Hex

#649DAC
(100,157,172)
0 Favorites   0 Comments

Color spaces of #649dac

RGB 100157172
HSL0.530.300.53
HSV193°42°67°
CMYK 0.420.090.00   0.33
XYZ24.758929.801843.4771
Yxy29.80180.25250.3040
Hunter Lab54.5910-14.5784-9.0057
CIE-Lab61.4828-14.6517-13.6843

#649dac color RGB value is (100,157,172).

#649dac hex color red value is 100, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #649dac hue: 0.53 , saturation: 0.30 and the lightness value of 649dac is 0.53.

The process color (four color CMYK) of #649dac color hex is 0.42, 0.09, 0.00, 0.33. Web safe color of #649dac is #669999. Color #649dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 10101100
Octal 144 235 254
Decimal 100 157 172
Hex 64 9D AC

RGB Percentages of Color #649dac

%23.31
%36.60
%40.09

CMYK Percentages of Color #649dac

%42
%9
%0
%33

Triadic Colors of #649dac

#649dac #ac649d #9dac64

Analogous Colors of #649dac

#649dac #6479ac #64ac97

Monochromatic Colors of #649dac

#649dac

Complementary Color

#649dac #ac7364

#649dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#649dac Color CSS Codes

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

#649dac Text Font Color

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

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


#649dac Background Color

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

This div background color is #649dac


#649dac Border Color

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

This div border color is #649dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649dac


Comments

No comments written yet.

Please login to write comment.