Color Hex Logo

#165aeb Color Hex

#165AEB
(22,90,235)
0 Favorites   0 Comments

Color spaces of #165aeb

RGB 2290235
HSL0.610.840.50
HSV221°91°92°
CMYK 0.910.620.00   0.08
XYZ18.982413.481180.1989
Yxy13.48110.16850.1197
Hunter Lab36.716628.0300-103.8036
CIE-Lab43.479435.8866-78.0695

#165aeb color RGB value is (22,90,235).

#165aeb hex color red value is 22, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #165aeb hue: 0.61 , saturation: 0.84 and the lightness value of 165aeb is 0.50.

The process color (four color CMYK) of #165aeb color hex is 0.91, 0.62, 0.00, 0.08. Web safe color of #165aeb is #0066ff. Color #165aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011010 11101011
Octal 26 132 353
Decimal 22 90 235
Hex 16 5A EB

RGB Percentages of Color #165aeb

%6.34
%25.94
%67.72

CMYK Percentages of Color #165aeb

%91
%62
%0
%8

Triadic Colors of #165aeb

#165aeb #eb165a #5aeb16

Analogous Colors of #165aeb

#165aeb #3c16eb #16c5eb

Monochromatic Colors of #165aeb

#165aeb

Complementary Color

#165aeb #eba716

#165aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#165aeb Color CSS Codes

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

#165aeb Text Font Color

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

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


#165aeb Background Color

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

This div background color is #165aeb


#165aeb Border Color

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

This div border color is #165aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,90,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 #165aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165aeb


Comments

No comments written yet.

Please login to write comment.