Color Hex Logo

#659fbe Color Hex

#659FBE
(101,159,190)
0 Favorites   0 Comments

Color spaces of #659fbe

RGB 101159190
HSL0.560.410.57
HSV201°47°75°
CMYK 0.470.160.00   0.25
XYZ27.059231.280753.3268
Yxy31.28070.24230.2801
Hunter Lab55.9292-11.5156-17.3809
CIE-Lab62.7439-10.4893-21.8839

#659fbe color RGB value is (101,159,190).

#659fbe hex color red value is 101, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #659fbe hue: 0.56 , saturation: 0.41 and the lightness value of 659fbe is 0.57.

The process color (four color CMYK) of #659fbe color hex is 0.47, 0.16, 0.00, 0.25. Web safe color of #659fbe is #6699cc. Color #659fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011111 10111110
Octal 145 237 276
Decimal 101 159 190
Hex 65 9F BE

RGB Percentages of Color #659fbe

%22.44
%35.33
%42.22

CMYK Percentages of Color #659fbe

%47
%16
%0
%25

Triadic Colors of #659fbe

#659fbe #be659f #9fbe65

Analogous Colors of #659fbe

#659fbe #6573be #65beb1

Monochromatic Colors of #659fbe

#659fbe

Complementary Color

#659fbe #be8465

#659fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#659fbe Color CSS Codes

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

#659fbe Text Font Color

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

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


#659fbe Background Color

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

This div background color is #659fbe


#659fbe Border Color

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

This div border color is #659fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659fbe


Comments

No comments written yet.

Please login to write comment.