Color Hex Logo

#129cbe Color Hex

#129CBE
(18,156,190)
0 Favorites   0 Comments

Color spaces of #129cbe

RGB 18156190
HSL0.530.830.41
HSV192°91°75°
CMYK 0.910.180.00   0.25
XYZ21.432227.623252.9174
Yxy27.62320.21020.2709
Hunter Lab52.5578-19.1867-22.9052
CIE-Lab59.5468-21.3017-26.9917

#129cbe color RGB value is (18,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011100 10111110
Octal 22 234 276
Decimal 18 156 190
Hex 12 9C BE

RGB Percentages of Color #129cbe

%4.95
%42.86
%52.20

CMYK Percentages of Color #129cbe

%91
%18
%0
%25

Triadic Colors of #129cbe

#129cbe #be129c #9cbe12

Analogous Colors of #129cbe

#129cbe #1246be #12be8a

Monochromatic Colors of #129cbe

#129cbe

Complementary Color

#129cbe #be3412

#129cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#129cbe Color CSS Codes

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

#129cbe Text Font Color

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

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


#129cbe Background Color

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

This div background color is #129cbe


#129cbe Border Color

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

This div border color is #129cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129cbe


Comments

No comments written yet.

Please login to write comment.