Color Hex Logo

#656aae Color Hex

#656AAE
(101,106,174)
0 Favorites   0 Comments

Color spaces of #656aae

RGB 101106174
HSL0.660.310.54
HSV236°42°68°
CMYK 0.420.390.00   0.32
XYZ18.160816.130842.2008
Yxy16.13080.23740.2109
Hunter Lab40.163210.4278-34.1838
CIE-Lab47.145615.8049-36.9481

#656aae color RGB value is (101,106,174).

#656aae hex color red value is 101, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #656aae hue: 0.66 , saturation: 0.31 and the lightness value of 656aae is 0.54.

The process color (four color CMYK) of #656aae color hex is 0.42, 0.39, 0.00, 0.32. Web safe color of #656aae is #666699. Color #656aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101010 10101110
Octal 145 152 256
Decimal 101 106 174
Hex 65 6A AE

RGB Percentages of Color #656aae

%26.51
%27.82
%45.67

CMYK Percentages of Color #656aae

%42
%39
%0
%32

Triadic Colors of #656aae

#656aae #ae656a #6aae65

Analogous Colors of #656aae

#656aae #8565ae #658fae

Monochromatic Colors of #656aae

#656aae

Complementary Color

#656aae #aea965

#656aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#656aae Color CSS Codes

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

#656aae Text Font Color

<p style="color:#656aae">Text here</p>

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


#656aae Background Color

<div style="background-color:#656aae">
Div content here</div>

This div background color is #656aae


#656aae Border Color

<div style="border:3px solid #656aae">
Div here</div>

This div border color is #656aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,106,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656aae;
  -webkit-box-shadow: 1px 1px 3px 2px #656aae;
  box-shadow:         1px 1px 3px 2px #656aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,106,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656aae


Comments

No comments written yet.

Please login to write comment.