Color Hex Logo

#128081 Color Hex

#128081
(18,128,129)
0 Favorites   0 Comments

Color spaces of #128081

RGB 18128129
HSL0.500.760.29
HSV181°86°51°
CMYK 0.860.010.00   0.49
XYZ11.931117.151923.4507
Yxy17.15190.22710.3265
Hunter Lab41.4149-21.0524-4.5819
CIE-Lab48.4509-27.4537-8.7620

#128081 color RGB value is (18,128,129).

#128081 hex color red value is 18, green value is 128 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #128081 hue: 0.50 , saturation: 0.76 and the lightness value of 128081 is 0.29.

The process color (four color CMYK) of #128081 color hex is 0.86, 0.01, 0.00, 0.49. Web safe color of #128081 is #009999. Color #128081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000000 10000001
Octal 22 200 201
Decimal 18 128 129
Hex 12 80 81

RGB Percentages of Color #128081

%6.55
%46.55
%46.91

CMYK Percentages of Color #128081

%86
%1
%0
%49

Triadic Colors of #128081

#128081 #811280 #808112

Analogous Colors of #128081

#128081 #124981 #12814b

Monochromatic Colors of #128081

#128081

Complementary Color

#128081 #811312

#128081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#128081 Color CSS Codes

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

#128081 Text Font Color

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

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


#128081 Background Color

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

This div background color is #128081


#128081 Border Color

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

This div border color is #128081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128081


Comments

No comments written yet.

Please login to write comment.