Color Hex Logo

#129197 Color Hex

#129197
(18,145,151)
0 Favorites   0 Comments

Color spaces of #129197

RGB 18145151
HSL0.510.790.33
HSV183°88°59°
CMYK 0.880.040.00   0.41
XYZ15.960822.613832.8018
Yxy22.61380.22360.3168
Hunter Lab47.5540-23.3085-7.6093
CIE-Lab54.6723-28.7704-12.2246

#129197 color RGB value is (18,145,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010001 10010111
Octal 22 221 227
Decimal 18 145 151
Hex 12 91 97

RGB Percentages of Color #129197

%5.73
%46.18
%48.09

CMYK Percentages of Color #129197

%88
%4
%0
%41

Triadic Colors of #129197

#129197 #971291 #919712

Analogous Colors of #129197

#129197 #124f97 #12975a

Monochromatic Colors of #129197

#129197

Complementary Color

#129197 #971812

#129197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#129197 Color CSS Codes

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

#129197 Text Font Color

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

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


#129197 Background Color

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

This div background color is #129197


#129197 Border Color

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

This div border color is #129197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129197


Comments

No comments written yet.

Please login to write comment.