Color Hex Logo

#659fcb Color Hex

#659FCB
(101,159,203)
0 Favorites   0 Comments

Color spaces of #659fcb

RGB 101159203
HSL0.570.500.60
HSV206°50°80°
CMYK 0.500.220.00   0.20
XYZ28.544531.874861.1479
Yxy31.87480.23480.2622
Hunter Lab56.4578-8.5532-24.6950
CIE-Lab63.2393-6.7132-28.3881

#659fcb color RGB value is (101,159,203).

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

The process color (four color CMYK) of #659fcb color hex is 0.50, 0.22, 0.00, 0.20. Web safe color of #659fcb is #6699cc. Color #659fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011111 11001011
Octal 145 237 313
Decimal 101 159 203
Hex 65 9F CB

RGB Percentages of Color #659fcb

%21.81
%34.34
%43.84

CMYK Percentages of Color #659fcb

%50
%22
%0
%20

Triadic Colors of #659fcb

#659fcb #cb659f #9fcb65

Analogous Colors of #659fcb

#659fcb #656ccb #65cbc4

Monochromatic Colors of #659fcb

#659fcb

Complementary Color

#659fcb #cb9165

#659fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#659fcb Color CSS Codes

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

#659fcb Text Font Color

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

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


#659fcb Background Color

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

This div background color is #659fcb


#659fcb Border Color

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

This div border color is #659fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659fcb


Comments

No comments written yet.

Please login to write comment.