Color Hex Logo

#659ab0 Color Hex

#659AB0
(101,154,176)
0 Favorites   0 Comments

Color spaces of #659ab0

RGB 101154176
HSL0.550.320.54
HSV198°43°69°
CMYK 0.430.130.00   0.31
XYZ24.758929.012545.3693
Yxy29.01250.24970.2926
Hunter Lab53.8633-12.2110-12.2360
CIE-Lab60.7927-11.6768-16.9805

#659ab0 color RGB value is (101,154,176).

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

The process color (four color CMYK) of #659ab0 color hex is 0.43, 0.13, 0.00, 0.31. Web safe color of #659ab0 is #669999. Color #659ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011010 10110000
Octal 145 232 260
Decimal 101 154 176
Hex 65 9A B0

RGB Percentages of Color #659ab0

%23.43
%35.73
%40.84

CMYK Percentages of Color #659ab0

%43
%13
%0
%31

Triadic Colors of #659ab0

#659ab0 #b0659a #9ab065

Analogous Colors of #659ab0

#659ab0 #6575b0 #65b0a1

Monochromatic Colors of #659ab0

#659ab0

Complementary Color

#659ab0 #b07b65

#659ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#659ab0 Color CSS Codes

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

#659ab0 Text Font Color

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

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


#659ab0 Background Color

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

This div background color is #659ab0


#659ab0 Border Color

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

This div border color is #659ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659ab0


Comments

No comments written yet.

Please login to write comment.