Color Hex Logo

#658aeb Color Hex

#658AEB
(101,138,235)
0 Favorites   0 Comments

Color spaces of #658aeb

RGB 101138235
HSL0.620.770.66
HSV223°57°92°
CMYK 0.570.410.00   0.08
XYZ29.450726.941882.2453
Yxy26.94180.21240.1943
Hunter Lab51.905510.4447-57.6124
CIE-Lab58.920415.4090-52.9704

#658aeb color RGB value is (101,138,235).

#658aeb hex color red value is 101, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #658aeb hue: 0.62 , saturation: 0.77 and the lightness value of 658aeb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001010 11101011
Octal 145 212 353
Decimal 101 138 235
Hex 65 8A EB

RGB Percentages of Color #658aeb

%21.31
%29.11
%49.58

CMYK Percentages of Color #658aeb

%57
%41
%0
%8

Triadic Colors of #658aeb

#658aeb #eb658a #8aeb65

Analogous Colors of #658aeb

#658aeb #8365eb #65cdeb

Monochromatic Colors of #658aeb

#658aeb

Complementary Color

#658aeb #ebc665

#658aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#658aeb Color CSS Codes

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

#658aeb Text Font Color

<p style="color:#658aeb">Text here</p>

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


#658aeb Background Color

<div style="background-color:#658aeb">
Div content here</div>

This div background color is #658aeb


#658aeb Border Color

<div style="border:3px solid #658aeb">
Div here</div>

This div border color is #658aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,138,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #658aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #658aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #658aeb;
  box-shadow:         1px 1px 3px 2px #658aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658aeb


Comments

No comments written yet.

Please login to write comment.