Color Hex Logo

#165463 Color Hex

#165463
(22,84,99)
0 Favorites   0 Comments

Color spaces of #165463

RGB 228499
HSL0.530.640.24
HSV192°78°39°
CMYK 0.780.150.00   0.61
XYZ5.75337.412112.9318
Yxy7.41210.22050.2840
Hunter Lab27.2252-9.9229-9.1048
CIE-Lab32.7272-13.7119-14.2972

#165463 color RGB value is (22,84,99).

#165463 hex color red value is 22, green value is 84 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #165463 hue: 0.53 , saturation: 0.64 and the lightness value of 165463 is 0.24.

The process color (four color CMYK) of #165463 color hex is 0.78, 0.15, 0.00, 0.61. Web safe color of #165463 is #006666. Color #165463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01010100 01100011
Octal 26 124 143
Decimal 22 84 99
Hex 16 54 63

RGB Percentages of Color #165463

%10.73
%40.98
%48.29

CMYK Percentages of Color #165463

%78
%15
%0
%61

Triadic Colors of #165463

#165463 #631654 #546316

Analogous Colors of #165463

#165463 #162e63 #16634b

Monochromatic Colors of #165463

#165463

Complementary Color

#165463 #632516

#165463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165463 Color CSS Codes

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

#165463 Text Font Color

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

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


#165463 Background Color

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

This div background color is #165463


#165463 Border Color

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

This div border color is #165463


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,84,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #165463; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #165463;
  -webkit-box-shadow: 1px 1px 3px 2px #165463;
  box-shadow:         1px 1px 3px 2px #165463; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165463


Comments

No comments written yet.

Please login to write comment.