Color Hex Logo

#659aea Color Hex

#659AEA
(101,154,234)
0 Favorites   0 Comments

Color spaces of #659aea

RGB 101154234
HSL0.600.760.66
HSV216°57°92°
CMYK 0.570.340.00   0.08
XYZ31.773731.818482.3088
Yxy31.81840.21780.2181
Hunter Lab56.40781.8328-47.0290
CIE-Lab63.19255.6666-45.6516

#659aea color RGB value is (101,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011010 11101010
Octal 145 232 352
Decimal 101 154 234
Hex 65 9A EA

RGB Percentages of Color #659aea

%20.65
%31.49
%47.85

CMYK Percentages of Color #659aea

%57
%34
%0
%8

Triadic Colors of #659aea

#659aea #ea659a #9aea65

Analogous Colors of #659aea

#659aea #7365ea #65ddea

Monochromatic Colors of #659aea

#659aea

Complementary Color

#659aea #eab565

#659aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#659aea Color CSS Codes

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

#659aea Text Font Color

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

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


#659aea Background Color

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

This div background color is #659aea


#659aea Border Color

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

This div border color is #659aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659aea


Comments

No comments written yet.

Please login to write comment.