Color Hex Logo

#129bef Color Hex

#129BEF
(18,155,239)
0 Favorites   0 Comments

Color spaces of #129bef

RGB 18155239
HSL0.560.870.50
HSV203°92°94°
CMYK 0.920.350.00   0.06
XYZ27.550829.803385.9619
Yxy29.80330.19220.2080
Hunter Lab54.5924-5.4542-55.1441
CIE-Lab61.4841-3.0794-51.2535

#129bef color RGB value is (18,155,239).

#129bef hex color red value is 18, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #129bef hue: 0.56 , saturation: 0.87 and the lightness value of 129bef is 0.50.

The process color (four color CMYK) of #129bef color hex is 0.92, 0.35, 0.00, 0.06. Web safe color of #129bef is #0099ff. Color #129bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011011 11101111
Octal 22 233 357
Decimal 18 155 239
Hex 12 9B EF

RGB Percentages of Color #129bef

%4.37
%37.62
%58.01

CMYK Percentages of Color #129bef

%92
%35
%0
%6

Triadic Colors of #129bef

#129bef #ef129b #9bef12

Analogous Colors of #129bef

#129bef #122cef #12efd5

Monochromatic Colors of #129bef

#129bef

Complementary Color

#129bef #ef6612

#129bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#129bef Color CSS Codes

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

#129bef Text Font Color

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

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


#129bef Background Color

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

This div background color is #129bef


#129bef Border Color

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

This div border color is #129bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129bef


Comments

No comments written yet.

Please login to write comment.