Color Hex Logo

#129ecd Color Hex

#129ECD
(18,158,205)
0 Favorites   0 Comments

Color spaces of #129ecd

RGB 18158205
HSL0.540.840.44
HSV195°91°80°
CMYK 0.910.230.00   0.20
XYZ23.495828.990162.1149
Yxy28.99010.20500.2530
Hunter Lab53.8425-16.3304-30.7097
CIE-Lab60.7729-17.1169-33.5058

#129ecd color RGB value is (18,158,205).

#129ecd hex color red value is 18, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #129ecd hue: 0.54 , saturation: 0.84 and the lightness value of 129ecd is 0.44.

The process color (four color CMYK) of #129ecd color hex is 0.91, 0.23, 0.00, 0.20. Web safe color of #129ecd is #0099cc. Color #129ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011110 11001101
Octal 22 236 315
Decimal 18 158 205
Hex 12 9E CD

RGB Percentages of Color #129ecd

%4.72
%41.47
%53.81

CMYK Percentages of Color #129ecd

%91
%23
%0
%20

Triadic Colors of #129ecd

#129ecd #cd129e #9ecd12

Analogous Colors of #129ecd

#129ecd #1241cd #12cd9f

Monochromatic Colors of #129ecd

#129ecd

Complementary Color

#129ecd #cd4112

#129ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ecd Color CSS Codes

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

#129ecd Text Font Color

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

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


#129ecd Background Color

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

This div background color is #129ecd


#129ecd Border Color

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

This div border color is #129ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ecd


Comments

No comments written yet.

Please login to write comment.