Color Hex Logo

#129ddb Color Hex

#129DDB
(18,157,219)
0 Favorites   0 Comments

Color spaces of #129ddb

RGB 18157219
HSL0.550.850.46
HSV199°92°86°
CMYK 0.920.280.00   0.14
XYZ25.092629.357071.3618
Yxy29.35700.19940.2333
Hunter Lab54.1821-12.1525-40.1618
CIE-Lab61.0954-11.5536-40.8030

#129ddb color RGB value is (18,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011101 11011011
Octal 22 235 333
Decimal 18 157 219
Hex 12 9D DB

RGB Percentages of Color #129ddb

%4.57
%39.85
%55.58

CMYK Percentages of Color #129ddb

%92
%28
%0
%14

Triadic Colors of #129ddb

#129ddb #db129d #9ddb12

Analogous Colors of #129ddb

#129ddb #1239db #12dbb5

Monochromatic Colors of #129ddb

#129ddb

Complementary Color

#129ddb #db5012

#129ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ddb Color CSS Codes

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

#129ddb Text Font Color

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

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


#129ddb Background Color

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

This div background color is #129ddb


#129ddb Border Color

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

This div border color is #129ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ddb


Comments

No comments written yet.

Please login to write comment.