Color Hex Logo

#659cfa Color Hex

#659CFA
(101,156,250)
0 Favorites   0 Comments

Color spaces of #659cfa

RGB 101156250
HSL0.610.940.69
HSV218°60°98°
CMYK 0.600.380.00   0.02
XYZ34.510633.445895.0793
Yxy33.44580.21170.2051
Hunter Lab57.83235.3106-56.9931
CIE-Lab64.52039.6339-52.3356

#659cfa color RGB value is (101,156,250).

#659cfa hex color red value is 101, green value is 156 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #659cfa hue: 0.61 , saturation: 0.94 and the lightness value of 659cfa is 0.69.

The process color (four color CMYK) of #659cfa color hex is 0.60, 0.38, 0.00, 0.02. Web safe color of #659cfa is #6699ff. Color #659cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011100 11111010
Octal 145 234 372
Decimal 101 156 250
Hex 65 9C FA

RGB Percentages of Color #659cfa

%19.92
%30.77
%49.31

CMYK Percentages of Color #659cfa

%60
%38
%0
%2

Triadic Colors of #659cfa

#659cfa #fa659c #9cfa65

Analogous Colors of #659cfa

#659cfa #7965fa #65e7fa

Monochromatic Colors of #659cfa

#659cfa

Complementary Color

#659cfa #fac365

#659cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#659cfa Color CSS Codes

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

#659cfa Text Font Color

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

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


#659cfa Background Color

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

This div background color is #659cfa


#659cfa Border Color

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

This div border color is #659cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659cfa


Comments

No comments written yet.

Please login to write comment.