Color Hex Logo

#10998d Color Hex

#10998D
(16,153,141)
0 Favorites   0 Comments

Color spaces of #10998d

RGB 16153141
HSL0.490.810.33
HSV175°90°60°
CMYK 0.900.000.08   0.40
XYZ16.412624.815729.1242
Yxy24.81570.23330.3527
Hunter Lab49.8154-28.36670.2073
CIE-Lab56.8954-35.7741-3.1812

#10998d color RGB value is (16,153,141).

#10998d hex color red value is 16, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #10998d hue: 0.49 , saturation: 0.81 and the lightness value of 10998d is 0.33.

The process color (four color CMYK) of #10998d color hex is 0.90, 0.00, 0.08, 0.40. Web safe color of #10998d is #009999. Color #10998d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011001 10001101
Octal 20 231 215
Decimal 16 153 141
Hex 10 99 8D

RGB Percentages of Color #10998d

%5.16
%49.35
%45.48

CMYK Percentages of Color #10998d

%90
%0
%8
%40

Triadic Colors of #10998d

#10998d #8d1099 #998d10

Analogous Colors of #10998d

#10998d #106199 #109949

Monochromatic Colors of #10998d

#10998d

Complementary Color

#10998d #99101c

#10998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10998d Color CSS Codes

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

#10998d Text Font Color

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

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


#10998d Background Color

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

This div background color is #10998d


#10998d Border Color

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

This div border color is #10998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10998d


Comments

No comments written yet.

Please login to write comment.