Color Hex Logo

#129ecc Color Hex

#129ECC
(18,158,204)
0 Favorites   0 Comments

Color spaces of #129ecc

RGB 18158204
HSL0.540.840.44
HSV195°91°80°
CMYK 0.910.230.00   0.20
XYZ23.375428.942061.4811
Yxy28.94200.20540.2543
Hunter Lab53.7978-16.5870-30.0993
CIE-Lab60.7304-17.4707-33.0129

#129ecc color RGB value is (18,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011110 11001100
Octal 22 236 314
Decimal 18 158 204
Hex 12 9E CC

RGB Percentages of Color #129ecc

%4.74
%41.58
%53.68

CMYK Percentages of Color #129ecc

%91
%23
%0
%20

Triadic Colors of #129ecc

#129ecc #cc129e #9ecc12

Analogous Colors of #129ecc

#129ecc #1241cc #12cc9d

Monochromatic Colors of #129ecc

#129ecc

Complementary Color

#129ecc #cc4012

#129ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ecc Color CSS Codes

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

#129ecc Text Font Color

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

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


#129ecc Background Color

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

This div background color is #129ecc


#129ecc Border Color

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

This div border color is #129ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ecc


Comments

No comments written yet.

Please login to write comment.