Color Hex Logo

#659cdd Color Hex

#659CDD
(101,156,221)
0 Favorites   0 Comments

Color spaces of #659cdd

RGB 101156221
HSL0.590.640.63
HSV213°54°87°
CMYK 0.540.290.00   0.13
XYZ30.306431.764172.9404
Yxy31.76410.22450.2353
Hunter Lab56.3596-2.6442-37.2811
CIE-Lab63.14740.4348-38.5367

#659cdd color RGB value is (101,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011100 11011101
Octal 145 234 335
Decimal 101 156 221
Hex 65 9C DD

RGB Percentages of Color #659cdd

%21.13
%32.64
%46.23

CMYK Percentages of Color #659cdd

%54
%29
%0
%13

Triadic Colors of #659cdd

#659cdd #dd659c #9cdd65

Analogous Colors of #659cdd

#659cdd #6a65dd #65d8dd

Monochromatic Colors of #659cdd

#659cdd

Complementary Color

#659cdd #dda665

#659cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#659cdd Color CSS Codes

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

#659cdd Text Font Color

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

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


#659cdd Background Color

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

This div background color is #659cdd


#659cdd Border Color

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

This div border color is #659cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659cdd


Comments

No comments written yet.

Please login to write comment.