Color Hex Logo

#129ffb Color Hex

#129FFB
(18,159,251)
0 Favorites   0 Comments

Color spaces of #129ffb

RGB 18159251
HSL0.570.970.53
HSV204°93°98°
CMYK 0.930.370.00   0.02
XYZ30.060231.889995.8378
Yxy31.88990.19050.2021
Hunter Lab56.4711-3.8070-61.0919
CIE-Lab63.2518-0.9425-55.0296

#129ffb color RGB value is (18,159,251).

#129ffb hex color red value is 18, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #129ffb hue: 0.57 , saturation: 0.97 and the lightness value of 129ffb is 0.53.

The process color (four color CMYK) of #129ffb color hex is 0.93, 0.37, 0.00, 0.02. Web safe color of #129ffb is #0099ff. Color #129ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011111 11111011
Octal 22 237 373
Decimal 18 159 251
Hex 12 9F FB

RGB Percentages of Color #129ffb

%4.21
%37.15
%58.64

CMYK Percentages of Color #129ffb

%93
%37
%0
%2

Triadic Colors of #129ffb

#129ffb #fb129f #9ffb12

Analogous Colors of #129ffb

#129ffb #122afb #12fbe3

Monochromatic Colors of #129ffb

#129ffb

Complementary Color

#129ffb #fb6e12

#129ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ffb Color CSS Codes

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

#129ffb Text Font Color

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

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


#129ffb Background Color

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

This div background color is #129ffb


#129ffb Border Color

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

This div border color is #129ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ffb


Comments

No comments written yet.

Please login to write comment.