Color Hex Logo

#108080 Color Hex

#108080
(16,128,128)
2 Favorites   0 Comments

Color spaces of #108080

RGB 16128128
HSL0.500.780.28
HSV180°88°50°
CMYK 0.880.000.00   0.50
XYZ11.829117.107023.1006
Yxy17.10700.22730.3287
Hunter Lab41.3606-21.3302-4.1620
CIE-Lab48.3946-27.9265-8.2595

#108080 color RGB value is (16,128,128).

#108080 hex color red value is 16, green value is 128 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #108080 hue: 0.50 , saturation: 0.78 and the lightness value of 108080 is 0.28.

The process color (four color CMYK) of #108080 color hex is 0.88, 0.00, 0.00, 0.50. Web safe color of #108080 is #009999. Color #108080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10000000 10000000
Octal 20 200 200
Decimal 16 128 128
Hex 10 80 80

RGB Percentages of Color #108080

%5.88
%47.06
%47.06

CMYK Percentages of Color #108080

%88
%0
%0
%50

Triadic Colors of #108080

#108080 #801080 #808010

Analogous Colors of #108080

#108080 #104880 #108048

Monochromatic Colors of #108080

#108080

Complementary Color

#108080 #801010

#108080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#108080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#108080 Color CSS Codes

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

#108080 Text Font Color

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

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


#108080 Background Color

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

This div background color is #108080


#108080 Border Color

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

This div border color is #108080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #108080

#108080 Color Palettes


Comments

No comments written yet.

Please login to write comment.