Color Hex Logo

#659dba Color Hex

#659DBA
(101,157,186)
0 Favorites   0 Comments

Color spaces of #659dba

RGB 101157186
HSL0.560.380.56
HSV200°46°73°
CMYK 0.460.160.00   0.27
XYZ26.286730.425850.9417
Yxy30.42580.24420.2826
Hunter Lab55.1596-11.4638-16.1446
CIE-Lab62.0199-10.5290-20.7459

#659dba color RGB value is (101,157,186).

#659dba hex color red value is 101, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #659dba hue: 0.56 , saturation: 0.38 and the lightness value of 659dba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011101 10111010
Octal 145 235 272
Decimal 101 157 186
Hex 65 9D BA

RGB Percentages of Color #659dba

%22.75
%35.36
%41.89

CMYK Percentages of Color #659dba

%46
%16
%0
%27

Triadic Colors of #659dba

#659dba #ba659d #9dba65

Analogous Colors of #659dba

#659dba #6573ba #65baad

Monochromatic Colors of #659dba

#659dba

Complementary Color

#659dba #ba8265

#659dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#659dba Color CSS Codes

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

#659dba Text Font Color

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

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


#659dba Background Color

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

This div background color is #659dba


#659dba Border Color

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

This div border color is #659dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659dba


Comments

No comments written yet.

Please login to write comment.