Color Hex Logo

#659cbc Color Hex

#659CBC
(101,156,188)
0 Favorites   0 Comments

Color spaces of #659cbc

RGB 101156188
HSL0.560.390.57
HSV202°46°74°
CMYK 0.460.170.00   0.26
XYZ26.332430.174552.0133
Yxy30.17450.24260.2781
Hunter Lab54.9313-10.5624-17.6885
CIE-Lab61.8045-9.4119-22.1984

#659cbc color RGB value is (101,156,188).

#659cbc hex color red value is 101, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #659cbc hue: 0.56 , saturation: 0.39 and the lightness value of 659cbc is 0.57.

The process color (four color CMYK) of #659cbc color hex is 0.46, 0.17, 0.00, 0.26. Web safe color of #659cbc is #6699cc. Color #659cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011100 10111100
Octal 145 234 274
Decimal 101 156 188
Hex 65 9C BC

RGB Percentages of Color #659cbc

%22.70
%35.06
%42.25

CMYK Percentages of Color #659cbc

%46
%17
%0
%26

Triadic Colors of #659cbc

#659cbc #bc659c #9cbc65

Analogous Colors of #659cbc

#659cbc #6571bc #65bcb1

Monochromatic Colors of #659cbc

#659cbc

Complementary Color

#659cbc #bc8565

#659cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#659cbc Color CSS Codes

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

#659cbc Text Font Color

<p style="color:#659cbc">Text here</p>

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


#659cbc Background Color

<div style="background-color:#659cbc">
Div content here</div>

This div background color is #659cbc


#659cbc Border Color

<div style="border:3px solid #659cbc">
Div here</div>

This div border color is #659cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,156,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #659cbc;
  box-shadow:         1px 1px 3px 2px #659cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659cbc


Comments

No comments written yet.

Please login to write comment.