Color Hex Logo

#656ecc Color Hex

#656ECC
(101,110,204)
0 Favorites   0 Comments

Color spaces of #656ecc

RGB 101110204
HSL0.650.500.60
HSV235°50°80°
CMYK 0.500.460.00   0.20
XYZ21.841818.278259.5036
Yxy18.27820.21920.1835
Hunter Lab42.753016.3749-52.5927
CIE-Lab49.831822.4997-50.0119

#656ecc color RGB value is (101,110,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101110 11001100
Octal 145 156 314
Decimal 101 110 204
Hex 65 6E CC

RGB Percentages of Color #656ecc

%24.34
%26.51
%49.16

CMYK Percentages of Color #656ecc

%50
%46
%0
%20

Triadic Colors of #656ecc

#656ecc #cc656e #6ecc65

Analogous Colors of #656ecc

#656ecc #9065cc #65a2cc

Monochromatic Colors of #656ecc

#656ecc

Complementary Color

#656ecc #ccc365

#656ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#656ecc Color CSS Codes

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

#656ecc Text Font Color

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

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


#656ecc Background Color

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

This div background color is #656ecc


#656ecc Border Color

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

This div border color is #656ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656ecc


Comments

No comments written yet.

Please login to write comment.