Color Hex Logo

#659fda Color Hex

#659FDA
(101,159,218)
0 Favorites   0 Comments

Color spaces of #659fda

RGB 101159218
HSL0.580.610.63
HSV210°54°85°
CMYK 0.540.270.00   0.15
XYZ30.419932.624971.0236
Yxy32.62490.22690.2433
Hunter Lab57.1182-4.8917-33.7414
CIE-Lab63.8560-2.1936-35.7685

#659fda color RGB value is (101,159,218).

#659fda hex color red value is 101, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #659fda hue: 0.58 , saturation: 0.61 and the lightness value of 659fda is 0.63.

The process color (four color CMYK) of #659fda color hex is 0.54, 0.27, 0.00, 0.15. Web safe color of #659fda is #6699cc. Color #659fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011111 11011010
Octal 145 237 332
Decimal 101 159 218
Hex 65 9F DA

RGB Percentages of Color #659fda

%21.13
%33.26
%45.61

CMYK Percentages of Color #659fda

%54
%27
%0
%15

Triadic Colors of #659fda

#659fda #da659f #9fda65

Analogous Colors of #659fda

#659fda #6665da #65dada

Monochromatic Colors of #659fda

#659fda

Complementary Color

#659fda #daa065

#659fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#659fda Color CSS Codes

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

#659fda Text Font Color

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

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


#659fda Background Color

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

This div background color is #659fda


#659fda Border Color

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

This div border color is #659fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659fda


Comments

No comments written yet.

Please login to write comment.