Color Hex Logo

#659bdc Color Hex

#659BDC
(101,155,220)
0 Favorites   0 Comments

Color spaces of #659bdc

RGB 101155220
HSL0.590.630.63
HSV213°54°86°
CMYK 0.540.300.00   0.14
XYZ30.006431.376772.1849
Yxy31.37670.22470.2349
Hunter Lab56.0149-2.4061-37.1950
CIE-Lab62.82440.6965-38.4875

#659bdc color RGB value is (101,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011011 11011100
Octal 145 233 334
Decimal 101 155 220
Hex 65 9B DC

RGB Percentages of Color #659bdc

%21.22
%32.56
%46.22

CMYK Percentages of Color #659bdc

%54
%30
%0
%14

Triadic Colors of #659bdc

#659bdc #dc659b #9bdc65

Analogous Colors of #659bdc

#659bdc #6b65dc #65d7dc

Monochromatic Colors of #659bdc

#659bdc

Complementary Color

#659bdc #dca665

#659bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#659bdc Color CSS Codes

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

#659bdc Text Font Color

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

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


#659bdc Background Color

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

This div background color is #659bdc


#659bdc Border Color

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

This div border color is #659bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659bdc


Comments

No comments written yet.

Please login to write comment.