Color Hex Logo

#659daa Color Hex

#659DAA
(101,157,170)
0 Favorites   0 Comments

Color spaces of #659daa

RGB 101157170
HSL0.530.290.53
HSV191°41°67°
CMYK 0.410.080.00   0.33
XYZ24.679529.782942.4781
Yxy29.78290.25460.3072
Hunter Lab54.5737-14.7821-7.9475
CIE-Lab61.4664-14.9228-12.5758

#659daa color RGB value is (101,157,170).

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

The process color (four color CMYK) of #659daa color hex is 0.41, 0.08, 0.00, 0.33. Web safe color of #659daa is #669999. Color #659daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011101 10101010
Octal 145 235 252
Decimal 101 157 170
Hex 65 9D AA

RGB Percentages of Color #659daa

%23.60
%36.68
%39.72

CMYK Percentages of Color #659daa

%41
%8
%0
%33

Triadic Colors of #659daa

#659daa #aa659d #9daa65

Analogous Colors of #659daa

#659daa #657baa #65aa95

Monochromatic Colors of #659daa

#659daa

Complementary Color

#659daa #aa7265

#659daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#659daa Color CSS Codes

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

#659daa Text Font Color

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

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


#659daa Background Color

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

This div background color is #659daa


#659daa Border Color

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

This div border color is #659daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659daa


Comments

No comments written yet.

Please login to write comment.