Color Hex Logo

#129ab6 Color Hex

#129AB6
(18,154,182)
0 Favorites   0 Comments

Color spaces of #129ab6

RGB 18154182
HSL0.530.820.39
HSV190°90°71°
CMYK 0.900.150.00   0.29
XYZ20.248626.617248.3264
Yxy26.61720.21270.2796
Hunter Lab51.5919-20.2287-19.4230
CIE-Lab58.6183-23.0084-23.9068

#129ab6 color RGB value is (18,154,182).

#129ab6 hex color red value is 18, green value is 154 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #129ab6 hue: 0.53 , saturation: 0.82 and the lightness value of 129ab6 is 0.39.

The process color (four color CMYK) of #129ab6 color hex is 0.90, 0.15, 0.00, 0.29. Web safe color of #129ab6 is #0099cc. Color #129ab6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011010 10110110
Octal 22 232 266
Decimal 18 154 182
Hex 12 9A B6

RGB Percentages of Color #129ab6

%5.08
%43.50
%51.41

CMYK Percentages of Color #129ab6

%90
%15
%0
%29

Triadic Colors of #129ab6

#129ab6 #b6129a #9ab612

Analogous Colors of #129ab6

#129ab6 #1248b6 #12b680

Monochromatic Colors of #129ab6

#129ab6

Complementary Color

#129ab6 #b62e12

#129ab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ab6 Color CSS Codes

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

#129ab6 Text Font Color

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

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


#129ab6 Background Color

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

This div background color is #129ab6


#129ab6 Border Color

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

This div border color is #129ab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ab6


Comments

No comments written yet.

Please login to write comment.