Color Hex Logo

#11988e Color Hex

#11988E
(17,152,142)
0 Favorites   0 Comments

Color spaces of #11988e

RGB 17152142
HSL0.490.800.33
HSV176°89°60°
CMYK 0.890.000.07   0.40
XYZ16.341924.528629.4644
Yxy24.52860.23230.3487
Hunter Lab49.5264-27.7726-0.6046
CIE-Lab56.6132-34.9581-4.1676

#11988e color RGB value is (17,152,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011000 10001110
Octal 21 230 216
Decimal 17 152 142
Hex 11 98 8E

RGB Percentages of Color #11988e

%5.47
%48.87
%45.66

CMYK Percentages of Color #11988e

%89
%0
%7
%40

Triadic Colors of #11988e

#11988e #8e1198 #988e11

Analogous Colors of #11988e

#11988e #115e98 #11984b

Monochromatic Colors of #11988e

#11988e

Complementary Color

#11988e #98111b

#11988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11988e Color CSS Codes

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

#11988e Text Font Color

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

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


#11988e Background Color

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

This div background color is #11988e


#11988e Border Color

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

This div border color is #11988e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,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 #11988e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11988e


Comments

No comments written yet.

Please login to write comment.