Color Hex Logo

#659bea Color Hex

#659BEA
(101,155,234)
0 Favorites   0 Comments

Color spaces of #659bea

RGB 101155234
HSL0.600.760.66
HSV216°57°92°
CMYK 0.570.340.00   0.08
XYZ31.939532.149982.3641
Yxy32.14990.21810.2195
Hunter Lab56.70091.3222-46.4345
CIE-Lab63.46665.0877-45.2198

#659bea color RGB value is (101,155,234).

#659bea hex color red value is 101, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #659bea hue: 0.60 , saturation: 0.76 and the lightness value of 659bea is 0.66.

The process color (four color CMYK) of #659bea color hex is 0.57, 0.34, 0.00, 0.08. Web safe color of #659bea is #6699ff. Color #659bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011011 11101010
Octal 145 233 352
Decimal 101 155 234
Hex 65 9B EA

RGB Percentages of Color #659bea

%20.61
%31.63
%47.76

CMYK Percentages of Color #659bea

%57
%34
%0
%8

Triadic Colors of #659bea

#659bea #ea659b #9bea65

Analogous Colors of #659bea

#659bea #7265ea #65deea

Monochromatic Colors of #659bea

#659bea

Complementary Color

#659bea #eab465

#659bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#659bea Color CSS Codes

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

#659bea Text Font Color

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

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


#659bea Background Color

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

This div background color is #659bea


#659bea Border Color

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

This div border color is #659bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659bea


Comments

No comments written yet.

Please login to write comment.