Color Hex Logo

#10988e Color Hex

#10988E
(16,152,142)
0 Favorites   0 Comments

Color spaces of #10988e

RGB 16152142
HSL0.490.810.33
HSV176°89°60°
CMYK 0.890.000.07   0.40
XYZ16.324424.519629.4636
Yxy24.51960.23220.3487
Hunter Lab49.5173-27.8090-0.6164
CIE-Lab56.6043-35.0191-4.1817

#10988e color RGB value is (16,152,142).

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

The process color (four color CMYK) of #10988e color hex is 0.89, 0.00, 0.07, 0.40. Web safe color of #10988e is #009999. Color #10988e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011000 10001110
Octal 20 230 216
Decimal 16 152 142
Hex 10 98 8E

RGB Percentages of Color #10988e

%5.16
%49.03
%45.81

CMYK Percentages of Color #10988e

%89
%0
%7
%40

Triadic Colors of #10988e

#10988e #8e1098 #988e10

Analogous Colors of #10988e

#10988e #105e98 #10984a

Monochromatic Colors of #10988e

#10988e

Complementary Color

#10988e #98101a

#10988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10988e Color CSS Codes

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

#10988e Text Font Color

<p style="color:#10988e">Text here</p>

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


#10988e Background Color

<div style="background-color:#10988e">
Div content here</div>

This div background color is #10988e


#10988e Border Color

<div style="border:3px solid #10988e">
Div here</div>

This div border color is #10988e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,152,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10988e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10988e;
  -webkit-box-shadow: 1px 1px 3px 2px #10988e;
  box-shadow:         1px 1px 3px 2px #10988e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10988e


Comments

No comments written yet.

Please login to write comment.