Color Hex Logo

#129ebf Color Hex

#129EBF
(18,158,191)
0 Favorites   0 Comments

Color spaces of #129ebf

RGB 18158191
HSL0.530.830.41
HSV191°91°75°
CMYK 0.910.170.00   0.25
XYZ21.880328.343953.6079
Yxy28.34390.21070.2730
Hunter Lab53.2390-19.8078-22.4335
CIE-Lab60.1982-22.0031-26.5496

#129ebf color RGB value is (18,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011110 10111111
Octal 22 236 277
Decimal 18 158 191
Hex 12 9E BF

RGB Percentages of Color #129ebf

%4.90
%43.05
%52.04

CMYK Percentages of Color #129ebf

%91
%17
%0
%25

Triadic Colors of #129ebf

#129ebf #bf129e #9ebf12

Analogous Colors of #129ebf

#129ebf #1248bf #12bf8a

Monochromatic Colors of #129ebf

#129ebf

Complementary Color

#129ebf #bf3312

#129ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ebf Color CSS Codes

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

#129ebf Text Font Color

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

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


#129ebf Background Color

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

This div background color is #129ebf


#129ebf Border Color

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

This div border color is #129ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,158,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 #129ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ebf


Comments

No comments written yet.

Please login to write comment.