Color Hex Logo

#659adc Color Hex

#659ADC
(101,154,220)
0 Favorites   0 Comments

Color spaces of #659adc

RGB 101154220
HSL0.590.630.63
HSV213°54°86°
CMYK 0.540.300.00   0.14
XYZ29.840731.045272.1297
Yxy31.04520.22430.2334
Hunter Lab55.7182-1.9086-37.7508
CIE-Lab62.54581.2695-38.9233

#659adc color RGB value is (101,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011010 11011100
Octal 145 232 334
Decimal 101 154 220
Hex 65 9A DC

RGB Percentages of Color #659adc

%21.26
%32.42
%46.32

CMYK Percentages of Color #659adc

%54
%30
%0
%14

Triadic Colors of #659adc

#659adc #dc659a #9adc65

Analogous Colors of #659adc

#659adc #6c65dc #65d6dc

Monochromatic Colors of #659adc

#659adc

Complementary Color

#659adc #dca765

#659adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#659adc Color CSS Codes

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

#659adc Text Font Color

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

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


#659adc Background Color

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

This div background color is #659adc


#659adc Border Color

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

This div border color is #659adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,154,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 #659adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659adc


Comments

No comments written yet.

Please login to write comment.