Color Hex Logo

#10899e Color Hex

#10899E
(16,137,158)
0 Favorites   0 Comments

Color spaces of #10899e

RGB 16137158
HSL0.520.820.34
HSV189°90°62°
CMYK 0.900.130.00   0.38
XYZ15.330920.470135.4909
Yxy20.47010.21500.2871
Hunter Lab45.2439-18.6921-14.8384
CIE-Lab52.3646-22.5012-19.7714

#10899e color RGB value is (16,137,158).

#10899e hex color red value is 16, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #10899e hue: 0.52 , saturation: 0.82 and the lightness value of 10899e is 0.34.

The process color (four color CMYK) of #10899e color hex is 0.90, 0.13, 0.00, 0.38. Web safe color of #10899e is #009999. Color #10899e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10001001 10011110
Octal 20 211 236
Decimal 16 137 158
Hex 10 89 9E

RGB Percentages of Color #10899e

%5.14
%44.05
%50.80

CMYK Percentages of Color #10899e

%90
%13
%0
%38

Triadic Colors of #10899e

#10899e #9e1089 #899e10

Analogous Colors of #10899e

#10899e #10429e #109e6c

Monochromatic Colors of #10899e

#10899e

Complementary Color

#10899e #9e2510

#10899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10899e Color CSS Codes

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

#10899e Text Font Color

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

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


#10899e Background Color

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

This div background color is #10899e


#10899e Border Color

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

This div border color is #10899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10899e


Comments

No comments written yet.

Please login to write comment.