Color Hex Logo

#10837d Color Hex

#10837D
(16,131,125)
0 Favorites   0 Comments

Color spaces of #10837d

RGB 16131125
HSL0.490.780.29
HSV177°88°51°
CMYK 0.880.000.05   0.49
XYZ12.031717.823422.2082
Yxy17.82340.23110.3423
Hunter Lab42.2178-23.0101-1.6364
CIE-Lab49.2812-30.3311-5.1746

#10837d color RGB value is (16,131,125).

#10837d hex color red value is 16, green value is 131 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #10837d hue: 0.49 , saturation: 0.78 and the lightness value of 10837d is 0.29.

The process color (four color CMYK) of #10837d color hex is 0.88, 0.00, 0.05, 0.49. Web safe color of #10837d is #009966. Color #10837d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10000011 01111101
Octal 20 203 175
Decimal 16 131 125
Hex 10 83 7D

RGB Percentages of Color #10837d

%5.88
%48.16
%45.96

CMYK Percentages of Color #10837d

%88
%0
%5
%49

Triadic Colors of #10837d

#10837d #7d1083 #837d10

Analogous Colors of #10837d

#10837d #105083 #108344

Monochromatic Colors of #10837d

#10837d

Complementary Color

#10837d #831016

#10837d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10837d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10837d Color CSS Codes

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

#10837d Text Font Color

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

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


#10837d Background Color

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

This div background color is #10837d


#10837d Border Color

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

This div border color is #10837d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,131,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10837d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10837d;
  -webkit-box-shadow: 1px 1px 3px 2px #10837d;
  box-shadow:         1px 1px 3px 2px #10837d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10837d


Comments

No comments written yet.

Please login to write comment.