Color Hex Logo

#165ebf Color Hex

#165EBF
(22,94,191)
0 Favorites   0 Comments

Color spaces of #165ebf

RGB 2294191
HSL0.600.790.42
HSV214°88°75°
CMYK 0.880.510.00   0.25
XYZ13.737611.937650.8703
Yxy11.93760.17950.1560
Hunter Lab34.550810.5086-63.1090
CIE-Lab41.116816.2052-56.7132

#165ebf color RGB value is (22,94,191).

#165ebf hex color red value is 22, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #165ebf hue: 0.60 , saturation: 0.79 and the lightness value of 165ebf is 0.42.

The process color (four color CMYK) of #165ebf color hex is 0.88, 0.51, 0.00, 0.25. Web safe color of #165ebf is #0066cc. Color #165ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011110 10111111
Octal 26 136 277
Decimal 22 94 191
Hex 16 5E BF

RGB Percentages of Color #165ebf

%7.17
%30.62
%62.21

CMYK Percentages of Color #165ebf

%88
%51
%0
%25

Triadic Colors of #165ebf

#165ebf #bf165e #5ebf16

Analogous Colors of #165ebf

#165ebf #2316bf #16b3bf

Monochromatic Colors of #165ebf

#165ebf

Complementary Color

#165ebf #bf7716

#165ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#165ebf Color CSS Codes

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

#165ebf Text Font Color

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

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


#165ebf Background Color

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

This div background color is #165ebf


#165ebf Border Color

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

This div border color is #165ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165ebf


Comments

No comments written yet.

Please login to write comment.