Color Hex Logo

#648aac Color Hex

#648AAC
(100,138,172)
0 Favorites   0 Comments

Color spaces of #648aac

RGB 100138172
HSL0.580.300.53
HSV208°42°67°
CMYK 0.420.200.00   0.33
XYZ21.790423.864842.4876
Yxy23.86480.24720.2708
Hunter Lab48.8516-5.8699-17.3700
CIE-Lab55.9522-4.1216-22.0940

#648aac color RGB value is (100,138,172).

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

The process color (four color CMYK) of #648aac color hex is 0.42, 0.20, 0.00, 0.33. Web safe color of #648aac is #669999. Color #648aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001010 10101100
Octal 144 212 254
Decimal 100 138 172
Hex 64 8A AC

RGB Percentages of Color #648aac

%24.39
%33.66
%41.95

CMYK Percentages of Color #648aac

%42
%20
%0
%33

Triadic Colors of #648aac

#648aac #ac648a #8aac64

Analogous Colors of #648aac

#648aac #6466ac #64acaa

Monochromatic Colors of #648aac

#648aac

Complementary Color

#648aac #ac8664

#648aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#648aac Color CSS Codes

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

#648aac Text Font Color

<p style="color:#648aac">Text here</p>

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


#648aac Background Color

<div style="background-color:#648aac">
Div content here</div>

This div background color is #648aac


#648aac Border Color

<div style="border:3px solid #648aac">
Div here</div>

This div border color is #648aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648aac


Comments

No comments written yet.

Please login to write comment.