Color Hex Logo

#165fe5 Color Hex

#165FE5
(22,95,229)
0 Favorites   0 Comments

Color spaces of #165fe5

RGB 2295229
HSL0.610.820.49
HSV219°90°90°
CMYK 0.900.590.00   0.10
XYZ18.565914.012175.8548
Yxy14.01210.17120.1292
Hunter Lab37.432723.0252-93.9441
CIE-Lab44.250330.4104-73.4184

#165fe5 color RGB value is (22,95,229).

#165fe5 hex color red value is 22, green value is 95 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #165fe5 hue: 0.61 , saturation: 0.82 and the lightness value of 165fe5 is 0.49.

The process color (four color CMYK) of #165fe5 color hex is 0.90, 0.59, 0.00, 0.10. Web safe color of #165fe5 is #0066cc. Color #165fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011111 11100101
Octal 26 137 345
Decimal 22 95 229
Hex 16 5F E5

RGB Percentages of Color #165fe5

%6.36
%27.46
%66.18

CMYK Percentages of Color #165fe5

%90
%59
%0
%10

Triadic Colors of #165fe5

#165fe5 #e5165f #5fe516

Analogous Colors of #165fe5

#165fe5 #3416e5 #16c7e5

Monochromatic Colors of #165fe5

#165fe5

Complementary Color

#165fe5 #e59c16

#165fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165fe5 Color CSS Codes

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

#165fe5 Text Font Color

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

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


#165fe5 Background Color

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

This div background color is #165fe5


#165fe5 Border Color

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

This div border color is #165fe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,95,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165fe5


Comments

No comments written yet.

Please login to write comment.