Color Hex Logo

#165ebd Color Hex

#165EBD
(22,94,189)
0 Favorites   0 Comments

Color spaces of #165ebd

RGB 2294189
HSL0.590.790.41
HSV214°88°74°
CMYK 0.880.500.00   0.26
XYZ13.518911.850149.7189
Yxy11.85010.18000.1578
Hunter Lab34.42409.8581-61.5364
CIE-Lab40.976915.4083-55.7746

#165ebd color RGB value is (22,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011110 10111101
Octal 26 136 275
Decimal 22 94 189
Hex 16 5E BD

RGB Percentages of Color #165ebd

%7.21
%30.82
%61.97

CMYK Percentages of Color #165ebd

%88
%50
%0
%26

Triadic Colors of #165ebd

#165ebd #bd165e #5ebd16

Analogous Colors of #165ebd

#165ebd #2216bd #16b2bd

Monochromatic Colors of #165ebd

#165ebd

Complementary Color

#165ebd #bd7516

#165ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#165ebd Color CSS Codes

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

#165ebd Text Font Color

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

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


#165ebd Background Color

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

This div background color is #165ebd


#165ebd Border Color

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

This div border color is #165ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165ebd


Comments

No comments written yet.

Please login to write comment.