Color Hex Logo

#429cab Color Hex

#429CAB
(66,156,171)
0 Favorites   0 Comments

Color spaces of #429cab

RGB 66156171
HSL0.520.440.46
HSV189°61°67°
CMYK 0.610.090.00   0.33
XYZ21.485927.875542.7762
Yxy27.87550.23320.3025
Hunter Lab52.7973-19.7544-11.0785
CIE-Lab59.7761-22.0362-15.8312

#429cab color RGB value is (66,156,171).

#429cab hex color red value is 66, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #429cab hue: 0.52 , saturation: 0.44 and the lightness value of 429cab is 0.46.

The process color (four color CMYK) of #429cab color hex is 0.61, 0.09, 0.00, 0.33. Web safe color of #429cab is #339999. Color #429cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011100 10101011
Octal 102 234 253
Decimal 66 156 171
Hex 42 9C AB

RGB Percentages of Color #429cab

%16.79
%39.69
%43.51

CMYK Percentages of Color #429cab

%61
%9
%0
%33

Triadic Colors of #429cab

#429cab #ab429c #9cab42

Analogous Colors of #429cab

#429cab #4268ab #42ab86

Monochromatic Colors of #429cab

#429cab

Complementary Color

#429cab #ab5142

#429cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#429cab Color CSS Codes

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

#429cab Text Font Color

<p style="color:#429cab">Text here</p>

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


#429cab Background Color

<div style="background-color:#429cab">
Div content here</div>

This div background color is #429cab


#429cab Border Color

<div style="border:3px solid #429cab">
Div here</div>

This div border color is #429cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,156,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #429cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #429cab;
  -webkit-box-shadow: 1px 1px 3px 2px #429cab;
  box-shadow:         1px 1px 3px 2px #429cab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,156,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429cab


Comments

No comments written yet.

Please login to write comment.