Color Hex Logo

#659adf Color Hex

#659ADF
(101,154,223)
0 Favorites   0 Comments

Color spaces of #659adf

RGB 101154223
HSL0.590.660.64
HSV214°55°87°
CMYK 0.550.310.00   0.13
XYZ30.241731.205674.2414
Yxy31.20560.22290.2300
Hunter Lab55.8620-1.1249-39.6939
CIE-Lab62.68082.2028-40.3756

#659adf color RGB value is (101,154,223).

#659adf hex color red value is 101, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #659adf hue: 0.59 , saturation: 0.66 and the lightness value of 659adf is 0.64.

The process color (four color CMYK) of #659adf color hex is 0.55, 0.31, 0.00, 0.13. Web safe color of #659adf is #6699cc. Color #659adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011010 11011111
Octal 145 232 337
Decimal 101 154 223
Hex 65 9A DF

RGB Percentages of Color #659adf

%21.13
%32.22
%46.65

CMYK Percentages of Color #659adf

%55
%31
%0
%13

Triadic Colors of #659adf

#659adf #df659a #9adf65

Analogous Colors of #659adf

#659adf #6d65df #65d7df

Monochromatic Colors of #659adf

#659adf

Complementary Color

#659adf #dfaa65

#659adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#659adf Color CSS Codes

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

#659adf Text Font Color

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

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


#659adf Background Color

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

This div background color is #659adf


#659adf Border Color

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

This div border color is #659adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659adf


Comments

No comments written yet.

Please login to write comment.