Color Hex Logo

#656eac Color Hex

#656EAC
(101,110,172)
0 Favorites   0 Comments

Color spaces of #656eac

RGB 101110172
HSL0.650.300.54
HSV232°41°67°
CMYK 0.410.360.00   0.33
XYZ18.389216.897141.3220
Yxy16.89710.24000.2206
Hunter Lab41.10617.9180-30.8272
CIE-Lab48.130112.7637-34.2314

#656eac color RGB value is (101,110,172).

#656eac hex color red value is 101, green value is 110 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #656eac hue: 0.65 , saturation: 0.30 and the lightness value of 656eac is 0.54.

The process color (four color CMYK) of #656eac color hex is 0.41, 0.36, 0.00, 0.33. Web safe color of #656eac is #666699. Color #656eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101110 10101100
Octal 145 156 254
Decimal 101 110 172
Hex 65 6E AC

RGB Percentages of Color #656eac

%26.37
%28.72
%44.91

CMYK Percentages of Color #656eac

%41
%36
%0
%33

Triadic Colors of #656eac

#656eac #ac656e #6eac65

Analogous Colors of #656eac

#656eac #8065ac #6592ac

Monochromatic Colors of #656eac

#656eac

Complementary Color

#656eac #aca365

#656eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#656eac Color CSS Codes

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

#656eac Text Font Color

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

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


#656eac Background Color

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

This div background color is #656eac


#656eac Border Color

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

This div border color is #656eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,110,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 #656eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656eac


Comments

No comments written yet.

Please login to write comment.