Color Hex Logo

#129dfb Color Hex

#129DFB
(18,157,251)
0 Favorites   0 Comments

Color spaces of #129dfb

RGB 18157251
HSL0.570.970.53
HSV204°93°98°
CMYK 0.930.370.00   0.02
XYZ29.719031.207695.7241
Yxy31.20760.18970.1992
Hunter Lab55.8638-2.8013-62.4904
CIE-Lab62.68250.2175-55.9353

#129dfb color RGB value is (18,157,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011101 11111011
Octal 22 235 373
Decimal 18 157 251
Hex 12 9D FB

RGB Percentages of Color #129dfb

%4.23
%36.85
%58.92

CMYK Percentages of Color #129dfb

%93
%37
%0
%2

Triadic Colors of #129dfb

#129dfb #fb129d #9dfb12

Analogous Colors of #129dfb

#129dfb #1228fb #12fbe5

Monochromatic Colors of #129dfb

#129dfb

Complementary Color

#129dfb #fb7012

#129dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#129dfb Color CSS Codes

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

#129dfb Text Font Color

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

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


#129dfb Background Color

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

This div background color is #129dfb


#129dfb Border Color

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

This div border color is #129dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.