Color Hex Logo

#129abf Color Hex

#129ABF
(18,154,191)
0 Favorites   0 Comments

Color spaces of #129abf

RGB 18154191
HSL0.540.830.41
HSV193°91°75°
CMYK 0.910.190.00   0.25
XYZ21.209027.001453.3842
Yxy27.00140.20880.2658
Hunter Lab51.9629-18.0790-24.5377
CIE-Lab58.9756-19.9000-28.4374

#129abf color RGB value is (18,154,191).

#129abf hex color red value is 18, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #129abf hue: 0.54 , saturation: 0.83 and the lightness value of 129abf is 0.41.

The process color (four color CMYK) of #129abf color hex is 0.91, 0.19, 0.00, 0.25. Web safe color of #129abf is #0099cc. Color #129abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011010 10111111
Octal 22 232 277
Decimal 18 154 191
Hex 12 9A BF

RGB Percentages of Color #129abf

%4.96
%42.42
%52.62

CMYK Percentages of Color #129abf

%91
%19
%0
%25

Triadic Colors of #129abf

#129abf #bf129a #9abf12

Analogous Colors of #129abf

#129abf #1244bf #12bf8e

Monochromatic Colors of #129abf

#129abf

Complementary Color

#129abf #bf3712

#129abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#129abf Color CSS Codes

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

#129abf Text Font Color

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

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


#129abf Background Color

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

This div background color is #129abf


#129abf Border Color

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

This div border color is #129abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129abf


Comments

No comments written yet.

Please login to write comment.