Color Hex Logo

#129dbb Color Hex

#129DBB
(18,157,187)
0 Favorites   0 Comments

Color spaces of #129dbb

RGB 18157187
HSL0.530.820.40
HSV191°90°73°
CMYK 0.900.160.00   0.27
XYZ21.276127.830451.2641
Yxy27.83040.21200.2773
Hunter Lab52.7545-20.3307-20.6868
CIE-Lab59.7352-22.8546-25.0118

#129dbb color RGB value is (18,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011101 10111011
Octal 22 235 273
Decimal 18 157 187
Hex 12 9D BB

RGB Percentages of Color #129dbb

%4.97
%43.37
%51.66

CMYK Percentages of Color #129dbb

%90
%16
%0
%27

Triadic Colors of #129dbb

#129dbb #bb129d #9dbb12

Analogous Colors of #129dbb

#129dbb #1249bb #12bb85

Monochromatic Colors of #129dbb

#129dbb

Complementary Color

#129dbb #bb3012

#129dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#129dbb Color CSS Codes

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

#129dbb Text Font Color

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

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


#129dbb Background Color

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

This div background color is #129dbb


#129dbb Border Color

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

This div border color is #129dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129dbb


Comments

No comments written yet.

Please login to write comment.