Color Hex Logo

#659eaa Color Hex

#659EAA
(101,158,170)
0 Favorites   0 Comments

Color spaces of #659eaa

RGB 101158170
HSL0.530.290.53
HSV190°41°67°
CMYK 0.410.070.00   0.33
XYZ24.849430.122742.5348
Yxy30.12270.25480.3089
Hunter Lab54.8842-15.2294-7.5304
CIE-Lab61.7599-15.4576-12.1347

#659eaa color RGB value is (101,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011110 10101010
Octal 145 236 252
Decimal 101 158 170
Hex 65 9E AA

RGB Percentages of Color #659eaa

%23.54
%36.83
%39.63

CMYK Percentages of Color #659eaa

%41
%7
%0
%33

Triadic Colors of #659eaa

#659eaa #aa659e #9eaa65

Analogous Colors of #659eaa

#659eaa #657caa #65aa94

Monochromatic Colors of #659eaa

#659eaa

Complementary Color

#659eaa #aa7165

#659eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#659eaa Color CSS Codes

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

#659eaa Text Font Color

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

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


#659eaa Background Color

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

This div background color is #659eaa


#659eaa Border Color

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

This div border color is #659eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659eaa


Comments

No comments written yet.

Please login to write comment.