Color Hex Logo

#129bfb Color Hex

#129BFB
(18,155,251)
0 Favorites   0 Comments

Color spaces of #129bfb

RGB 18155251
HSL0.570.970.53
HSV205°93°98°
CMYK 0.930.380.00   0.02
XYZ29.383430.536395.6122
Yxy30.53630.18890.1963
Hunter Lab55.2597-1.7900-63.9039
CIE-Lab62.11421.3847-56.8404

#129bfb color RGB value is (18,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011011 11111011
Octal 22 233 373
Decimal 18 155 251
Hex 12 9B FB

RGB Percentages of Color #129bfb

%4.25
%36.56
%59.20

CMYK Percentages of Color #129bfb

%93
%38
%0
%2

Triadic Colors of #129bfb

#129bfb #fb129b #9bfb12

Analogous Colors of #129bfb

#129bfb #1227fb #12fbe7

Monochromatic Colors of #129bfb

#129bfb

Complementary Color

#129bfb #fb7212

#129bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#129bfb Color CSS Codes

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

#129bfb Text Font Color

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

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


#129bfb Background Color

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

This div background color is #129bfb


#129bfb Border Color

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

This div border color is #129bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129bfb


Comments

No comments written yet.

Please login to write comment.