Color Hex Logo

#129bde Color Hex

#129BDE
(18,155,222)
0 Favorites   0 Comments

Color spaces of #129bde

RGB 18155222
HSL0.550.850.47
HSV200°92°87°
CMYK 0.920.300.00   0.13
XYZ25.155628.845273.3491
Yxy28.84520.19750.2265
Hunter Lab53.7077-10.3828-43.3774
CIE-Lab60.6448-9.3429-43.1779

#129bde color RGB value is (18,155,222).

#129bde hex color red value is 18, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #129bde hue: 0.55 , saturation: 0.85 and the lightness value of 129bde is 0.47.

The process color (four color CMYK) of #129bde color hex is 0.92, 0.30, 0.00, 0.13. Web safe color of #129bde is #0099cc. Color #129bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011011 11011110
Octal 22 233 336
Decimal 18 155 222
Hex 12 9B DE

RGB Percentages of Color #129bde

%4.56
%39.24
%56.20

CMYK Percentages of Color #129bde

%92
%30
%0
%13

Triadic Colors of #129bde

#129bde #de129b #9bde12

Analogous Colors of #129bde

#129bde #1235de #12debb

Monochromatic Colors of #129bde

#129bde

Complementary Color

#129bde #de5512

#129bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#129bde Color CSS Codes

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

#129bde Text Font Color

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

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


#129bde Background Color

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

This div background color is #129bde


#129bde Border Color

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

This div border color is #129bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129bde


Comments

No comments written yet.

Please login to write comment.