Color Hex Logo

#10829c Color Hex

#10829C
(16,130,156)
0 Favorites   0 Comments

Color spaces of #10829c

RGB 16130156
HSL0.530.810.34
HSV191°90°61°
CMYK 0.900.170.00   0.39
XYZ14.197118.475734.2704
Yxy18.47570.21210.2760
Hunter Lab42.9834-16.2636-17.1832
CIE-Lab50.0681-19.4844-22.1347

#10829c color RGB value is (16,130,156).

#10829c hex color red value is 16, green value is 130 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #10829c hue: 0.53 , saturation: 0.81 and the lightness value of 10829c is 0.34.

The process color (four color CMYK) of #10829c color hex is 0.90, 0.17, 0.00, 0.39. Web safe color of #10829c is #009999. Color #10829c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10000010 10011100
Octal 20 202 234
Decimal 16 130 156
Hex 10 82 9C

RGB Percentages of Color #10829c

%5.30
%43.05
%51.66

CMYK Percentages of Color #10829c

%90
%17
%0
%39

Triadic Colors of #10829c

#10829c #9c1082 #829c10

Analogous Colors of #10829c

#10829c #103c9c #109c70

Monochromatic Colors of #10829c

#10829c

Complementary Color

#10829c #9c2a10

#10829c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10829c Color Preview on White Background

Lorem ipsum dolor sit amet.

#10829c Color CSS Codes

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

#10829c Text Font Color

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

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


#10829c Background Color

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

This div background color is #10829c


#10829c Border Color

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

This div border color is #10829c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10829c


Comments

No comments written yet.

Please login to write comment.