Color Hex Logo

#659cad Color Hex

#659CAD
(101,156,173)
0 Favorites   0 Comments

Color spaces of #659cad

RGB 101156173
HSL0.540.310.54
HSV194°42°68°
CMYK 0.420.100.00   0.32
XYZ24.798129.560843.9340
Yxy29.56080.25230.3007
Hunter Lab54.3698-13.7333-9.8509
CIE-Lab61.2734-13.5806-14.5595

#659cad color RGB value is (101,156,173).

#659cad hex color red value is 101, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #659cad hue: 0.54 , saturation: 0.31 and the lightness value of 659cad is 0.54.

The process color (four color CMYK) of #659cad color hex is 0.42, 0.10, 0.00, 0.32. Web safe color of #659cad is #669999. Color #659cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011100 10101101
Octal 145 234 255
Decimal 101 156 173
Hex 65 9C AD

RGB Percentages of Color #659cad

%23.49
%36.28
%40.23

CMYK Percentages of Color #659cad

%42
%10
%0
%32

Triadic Colors of #659cad

#659cad #ad659c #9cad65

Analogous Colors of #659cad

#659cad #6578ad #65ad9a

Monochromatic Colors of #659cad

#659cad

Complementary Color

#659cad #ad7665

#659cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#659cad Color CSS Codes

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

#659cad Text Font Color

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

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


#659cad Background Color

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

This div background color is #659cad


#659cad Border Color

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

This div border color is #659cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659cad


Comments

No comments written yet.

Please login to write comment.