Color Hex Logo

#129dfe Color Hex

#129DFE
(18,157,254)
0 Favorites   0 Comments

Color spaces of #129dfe

RGB 18157254
HSL0.570.990.53
HSV205°93°100°
CMYK 0.930.380.00   0.00
XYZ30.195831.398398.2349
Yxy31.39830.18890.1964
Hunter Lab56.0342-1.8694-64.7188
CIE-Lab62.84241.3334-57.3203

#129dfe color RGB value is (18,157,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011101 11111110
Octal 22 235 376
Decimal 18 157 254
Hex 12 9D FE

RGB Percentages of Color #129dfe

%4.20
%36.60
%59.21

CMYK Percentages of Color #129dfe

%93
%38
%0
%0

Triadic Colors of #129dfe

#129dfe #fe129d #9dfe12

Analogous Colors of #129dfe

#129dfe #1227fe #12fee9

Monochromatic Colors of #129dfe

#129dfe

Complementary Color

#129dfe #fe7312

#129dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#129dfe Color CSS Codes

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

#129dfe Text Font Color

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

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


#129dfe Background Color

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

This div background color is #129dfe


#129dfe Border Color

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

This div border color is #129dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.