Color Hex Logo

#656acc Color Hex

#656ACC
(101,106,204)
0 Favorites   0 Comments

Color spaces of #656acc

RGB 101106204
HSL0.660.500.60
HSV237°50°80°
CMYK 0.500.480.00   0.20
XYZ21.419917.434459.3630
Yxy17.43440.21810.1775
Hunter Lab41.754518.4994-55.0653
CIE-Lab48.802824.9504-51.6572

#656acc color RGB value is (101,106,204).

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

The process color (four color CMYK) of #656acc color hex is 0.50, 0.48, 0.00, 0.20. Web safe color of #656acc is #6666cc. Color #656acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101010 11001100
Octal 145 152 314
Decimal 101 106 204
Hex 65 6A CC

RGB Percentages of Color #656acc

%24.57
%25.79
%49.64

CMYK Percentages of Color #656acc

%50
%48
%0
%20

Triadic Colors of #656acc

#656acc #cc656a #6acc65

Analogous Colors of #656acc

#656acc #9465cc #659ecc

Monochromatic Colors of #656acc

#656acc

Complementary Color

#656acc #ccc765

#656acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#656acc Color CSS Codes

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

#656acc Text Font Color

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

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


#656acc Background Color

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

This div background color is #656acc


#656acc Border Color

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

This div border color is #656acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656acc


Comments

No comments written yet.

Please login to write comment.