Color Hex Logo

#129ccc Color Hex

#129CCC
(18,156,204)
0 Favorites   0 Comments

Color spaces of #129ccc

RGB 18156204
HSL0.540.840.44
HSV195°91°80°
CMYK 0.910.240.00   0.20
XYZ23.037028.265261.3683
Yxy28.26520.20450.2509
Hunter Lab53.1650-15.6928-31.2228
CIE-Lab60.1276-16.3913-33.9511

#129ccc color RGB value is (18,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011100 11001100
Octal 22 234 314
Decimal 18 156 204
Hex 12 9C CC

RGB Percentages of Color #129ccc

%4.76
%41.27
%53.97

CMYK Percentages of Color #129ccc

%91
%24
%0
%20

Triadic Colors of #129ccc

#129ccc #cc129c #9ccc12

Analogous Colors of #129ccc

#129ccc #123fcc #12cc9f

Monochromatic Colors of #129ccc

#129ccc

Complementary Color

#129ccc #cc4212

#129ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#129ccc Color CSS Codes

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

#129ccc Text Font Color

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

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


#129ccc Background Color

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

This div background color is #129ccc


#129ccc Border Color

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

This div border color is #129ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,156,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 #129ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129ccc


Comments

No comments written yet.

Please login to write comment.