Color Hex Logo

#10504d Color Hex

#10504D
(16,80,77)
0 Favorites   0 Comments

Color spaces of #10504d

RGB 168077
HSL0.490.670.19
HSV177°80°31°
CMYK 0.800.000.04   0.69
XYZ4.42196.38338.0202
Yxy6.38330.23490.3391
Hunter Lab25.2652-12.9731-1.1354
CIE-Lab30.3596-19.9967-3.9072

#10504d color RGB value is (16,80,77).

#10504d hex color red value is 16, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #10504d hue: 0.49 , saturation: 0.67 and the lightness value of 10504d is 0.19.

The process color (four color CMYK) of #10504d color hex is 0.80, 0.00, 0.04, 0.69. Web safe color of #10504d is #006666. Color #10504d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01010000 01001101
Octal 20 120 115
Decimal 16 80 77
Hex 10 50 4D

RGB Percentages of Color #10504d

%9.25
%46.24
%44.51

CMYK Percentages of Color #10504d

%80
%0
%4
%69

Triadic Colors of #10504d

#10504d #4d1050 #504d10

Analogous Colors of #10504d

#10504d #103350 #10502d

Monochromatic Colors of #10504d

#10504d

Complementary Color

#10504d #501013

#10504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10504d Color CSS Codes

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

#10504d Text Font Color

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

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


#10504d Background Color

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

This div background color is #10504d


#10504d Border Color

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

This div border color is #10504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10504d


Comments

No comments written yet.

Please login to write comment.