Color Hex Logo

#128796 Color Hex

#128796
(18,135,150)
0 Favorites   0 Comments

Color spaces of #128796

RGB 18135150
HSL0.520.790.33
HSV187°88°59°
CMYK 0.880.100.00   0.41
XYZ14.418419.658631.8887
Yxy19.65860.21860.2980
Hunter Lab44.3380-19.5446-11.6058
CIE-Lab51.4490-24.0654-16.5262

#128796 color RGB value is (18,135,150).

#128796 hex color red value is 18, green value is 135 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #128796 hue: 0.52 , saturation: 0.79 and the lightness value of 128796 is 0.33.

The process color (four color CMYK) of #128796 color hex is 0.88, 0.10, 0.00, 0.41. Web safe color of #128796 is #009999. Color #128796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000111 10010110
Octal 22 207 226
Decimal 18 135 150
Hex 12 87 96

RGB Percentages of Color #128796

%5.94
%44.55
%49.50

CMYK Percentages of Color #128796

%88
%10
%0
%41

Triadic Colors of #128796

#128796 #961287 #879612

Analogous Colors of #128796

#128796 #124596 #129663

Monochromatic Colors of #128796

#128796

Complementary Color

#128796 #962112

#128796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#128796 Color CSS Codes

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

#128796 Text Font Color

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

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


#128796 Background Color

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

This div background color is #128796


#128796 Border Color

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

This div border color is #128796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128796


Comments

No comments written yet.

Please login to write comment.