Color Hex Logo

#659afd Color Hex

#659AFD
(101,154,253)
0 Favorites   0 Comments

Color spaces of #659afd

RGB 101154253
HSL0.610.970.69
HSV219°60°99°
CMYK 0.600.390.00   0.01
XYZ34.652132.969897.4659
Yxy32.96980.20990.1997
Hunter Lab57.41937.2395-60.4477
CIE-Lab64.136411.7752-54.5836

#659afd color RGB value is (101,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011010 11111101
Octal 145 232 375
Decimal 101 154 253
Hex 65 9A FD

RGB Percentages of Color #659afd

%19.88
%30.31
%49.80

CMYK Percentages of Color #659afd

%60
%39
%0
%1

Triadic Colors of #659afd

#659afd #fd659a #9afd65

Analogous Colors of #659afd

#659afd #7c65fd #65e6fd

Monochromatic Colors of #659afd

#659afd

Complementary Color

#659afd #fdc865

#659afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#659afd Color CSS Codes

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

#659afd Text Font Color

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

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


#659afd Background Color

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

This div background color is #659afd


#659afd Border Color

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

This div border color is #659afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659afd

Related Colors


Comments

No comments written yet.

Please login to write comment.