Color Hex Logo

#129bfe Color Hex

#129BFE
(18,155,254)
0 Favorites   0 Comments

Color spaces of #129bfe

RGB 18155254
HSL0.570.990.53
HSV205°93°100°
CMYK 0.930.390.00   0.00
XYZ29.860230.727098.1230
Yxy30.72700.18810.1936
Hunter Lab55.4319-0.8511-66.1500
CIE-Lab62.27652.5041-58.2226

#129bfe color RGB value is (18,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011011 11111110
Octal 22 233 376
Decimal 18 155 254
Hex 12 9B FE

RGB Percentages of Color #129bfe

%4.22
%36.30
%59.48

CMYK Percentages of Color #129bfe

%93
%39
%0
%0

Triadic Colors of #129bfe

#129bfe #fe129b #9bfe12

Analogous Colors of #129bfe

#129bfe #1225fe #12feeb

Monochromatic Colors of #129bfe

#129bfe

Complementary Color

#129bfe #fe7512

#129bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#129bfe Color CSS Codes

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

#129bfe Text Font Color

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

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


#129bfe Background Color

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

This div background color is #129bfe


#129bfe Border Color

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

This div border color is #129bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129bfe


Comments

No comments written yet.

Please login to write comment.