Color Hex Logo

#16824c Color Hex

#16824C
(22,130,76)
0 Favorites   0 Comments

Color spaces of #16824c

RGB 2213076
HSL0.420.710.30
HSV150°83°51°
CMYK 0.830.000.42   0.49
XYZ9.618016.65769.5458
Yxy16.65760.26850.4650
Hunter Lab40.8137-29.359414.7024
CIE-Lab47.8257-42.112721.1963

#16824c color RGB value is (22,130,76).

#16824c hex color red value is 22, green value is 130 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #16824c hue: 0.42 , saturation: 0.71 and the lightness value of 16824c is 0.30.

The process color (four color CMYK) of #16824c color hex is 0.83, 0.00, 0.42, 0.49. Web safe color of #16824c is #009933. Color #16824c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 10000010 01001100
Octal 26 202 114
Decimal 22 130 76
Hex 16 82 4C

RGB Percentages of Color #16824c

%9.65
%57.02
%33.33

CMYK Percentages of Color #16824c

%83
%0
%42
%49

Triadic Colors of #16824c

#16824c #4c1682 #824c16

Analogous Colors of #16824c

#16824c #168282 #168216

Monochromatic Colors of #16824c

#16824c

Complementary Color

#16824c #82164c

#16824c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16824c Color Preview on White Background

Lorem ipsum dolor sit amet.

#16824c Color CSS Codes

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

#16824c Text Font Color

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

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


#16824c Background Color

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

This div background color is #16824c


#16824c Border Color

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

This div border color is #16824c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16824c


Comments

No comments written yet.

Please login to write comment.