Color Hex Logo

#659daf Color Hex

#659DAF
(101,157,175)
0 Favorites   0 Comments

Color spaces of #659daf

RGB 101157175
HSL0.540.320.54
HSV195°42°69°
CMYK 0.420.100.00   0.31
XYZ25.161729.975845.0172
Yxy29.97580.25120.2993
Hunter Lab54.7502-13.7790-10.4249
CIE-Lab61.6333-13.5780-15.1437

#659daf color RGB value is (101,157,175).

#659daf hex color red value is 101, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #659daf hue: 0.54 , saturation: 0.32 and the lightness value of 659daf is 0.54.

The process color (four color CMYK) of #659daf color hex is 0.42, 0.10, 0.00, 0.31. Web safe color of #659daf is #669999. Color #659daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011101 10101111
Octal 145 235 257
Decimal 101 157 175
Hex 65 9D AF

RGB Percentages of Color #659daf

%23.33
%36.26
%40.42

CMYK Percentages of Color #659daf

%42
%10
%0
%31

Triadic Colors of #659daf

#659daf #af659d #9daf65

Analogous Colors of #659daf

#659daf #6578af #65af9c

Monochromatic Colors of #659daf

#659daf

Complementary Color

#659daf #af7765

#659daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#659daf Color CSS Codes

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

#659daf Text Font Color

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

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


#659daf Background Color

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

This div background color is #659daf


#659daf Border Color

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

This div border color is #659daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659daf


Comments

No comments written yet.

Please login to write comment.