Color Hex Logo

#129ffe Color Hex

#129FFE
(18,159,254)
0 Favorites   0 Comments

Color spaces of #129ffe

RGB 18159254
HSL0.570.990.53
HSV204°93°100°
CMYK 0.930.370.00   0.00
XYZ30.537032.080698.3486
Yxy32.08060.18970.1993
Hunter Lab56.6397-2.8823-63.3027
CIE-Lab63.40940.1696-56.4172

#129ffe color RGB value is (18,159,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011111 11111110
Octal 22 237 376
Decimal 18 159 254
Hex 12 9F FE

RGB Percentages of Color #129ffe

%4.18
%36.89
%58.93

CMYK Percentages of Color #129ffe

%93
%37
%0
%0

Triadic Colors of #129ffe

#129ffe #fe129f #9ffe12

Analogous Colors of #129ffe

#129ffe #1229fe #12fee7

Monochromatic Colors of #129ffe

#129ffe

Complementary Color

#129ffe #fe7112

#129ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ffe Color CSS Codes

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

#129ffe Text Font Color

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

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


#129ffe Background Color

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

This div background color is #129ffe


#129ffe Border Color

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

This div border color is #129ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ffe


Comments

No comments written yet.

Please login to write comment.