Color Hex Logo

#16829d Color Hex

#16829D
(22,130,157)
0 Favorites   0 Comments

Color spaces of #16829d

RGB 22130157
HSL0.530.750.35
HSV192°86°62°
CMYK 0.860.170.00   0.38
XYZ14.399318.570234.7238
Yxy18.57020.21270.2743
Hunter Lab43.0932-15.7684-17.6098
CIE-Lab50.1805-18.7156-22.5381

#16829d color RGB value is (22,130,157).

#16829d hex color red value is 22, green value is 130 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #16829d hue: 0.53 , saturation: 0.75 and the lightness value of 16829d is 0.35.

The process color (four color CMYK) of #16829d color hex is 0.86, 0.17, 0.00, 0.38. Web safe color of #16829d is #009999. Color #16829d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 10000010 10011101
Octal 26 202 235
Decimal 22 130 157
Hex 16 82 9D

RGB Percentages of Color #16829d

%7.12
%42.07
%50.81

CMYK Percentages of Color #16829d

%86
%17
%0
%38

Triadic Colors of #16829d

#16829d #9d1682 #829d16

Analogous Colors of #16829d

#16829d #163f9d #169d75

Monochromatic Colors of #16829d

#16829d

Complementary Color

#16829d #9d3116

#16829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#16829d Color CSS Codes

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

#16829d Text Font Color

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

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


#16829d Background Color

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

This div background color is #16829d


#16829d Border Color

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

This div border color is #16829d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,130,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #16829d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #16829d;
  -webkit-box-shadow: 1px 1px 3px 2px #16829d;
  box-shadow:         1px 1px 3px 2px #16829d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16829d


Comments

No comments written yet.

Please login to write comment.