Color Hex Logo

#165feb Color Hex

#165FEB
(22,95,235)
0 Favorites   0 Comments

Color spaces of #165feb

RGB 2295235
HSL0.610.840.50
HSV219°91°92°
CMYK 0.910.600.00   0.08
XYZ19.418514.353180.3442
Yxy14.35310.17020.1258
Hunter Lab37.885525.1920-99.2172
CIE-Lab44.735132.6952-76.0134

#165feb color RGB value is (22,95,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011111 11101011
Octal 26 137 353
Decimal 22 95 235
Hex 16 5F EB

RGB Percentages of Color #165feb

%6.25
%26.99
%66.76

CMYK Percentages of Color #165feb

%91
%60
%0
%8

Triadic Colors of #165feb

#165feb #eb165f #5feb16

Analogous Colors of #165feb

#165feb #3816eb #16caeb

Monochromatic Colors of #165feb

#165feb

Complementary Color

#165feb #eba216

#165feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#165feb Color CSS Codes

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

#165feb Text Font Color

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

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


#165feb Background Color

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

This div background color is #165feb


#165feb Border Color

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

This div border color is #165feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165feb


Comments

No comments written yet.

Please login to write comment.