Color Hex Logo

#659aac Color Hex

#659AAC
(101,154,172)
0 Favorites   0 Comments

Color spaces of #659aac

RGB 101154172
HSL0.540.300.54
HSV195°41°67°
CMYK 0.410.100.00   0.33
XYZ24.368828.856543.3152
Yxy28.85650.25240.2989
Hunter Lab53.7182-13.0320-10.2052
CIE-Lab60.6548-12.7685-14.9289

#659aac color RGB value is (101,154,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011010 10101100
Octal 145 232 254
Decimal 101 154 172
Hex 65 9A AC

RGB Percentages of Color #659aac

%23.65
%36.07
%40.28

CMYK Percentages of Color #659aac

%41
%10
%0
%33

Triadic Colors of #659aac

#659aac #ac659a #9aac65

Analogous Colors of #659aac

#659aac #6577ac #65ac9b

Monochromatic Colors of #659aac

#659aac

Complementary Color

#659aac #ac7765

#659aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#659aac Color CSS Codes

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

#659aac Text Font Color

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

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


#659aac Background Color

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

This div background color is #659aac


#659aac Border Color

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

This div border color is #659aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659aac


Comments

No comments written yet.

Please login to write comment.