Color Hex Logo

#429dac Color Hex

#429DAC
(66,157,172)
0 Favorites   0 Comments

Color spaces of #429dac

RGB 66157172
HSL0.520.450.47
HSV188°62°67°
CMYK 0.620.090.00   0.33
XYZ21.750128.250843.3363
Yxy28.25080.23300.3027
Hunter Lab53.1515-19.9712-11.1352
CIE-Lab60.1146-22.2521-15.8841

#429dac color RGB value is (66,157,172).

#429dac hex color red value is 66, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #429dac hue: 0.52 , saturation: 0.45 and the lightness value of 429dac is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 10101100
Octal 102 235 254
Decimal 66 157 172
Hex 42 9D AC

RGB Percentages of Color #429dac

%16.71
%39.75
%43.54

CMYK Percentages of Color #429dac

%62
%9
%0
%33

Triadic Colors of #429dac

#429dac #ac429d #9dac42

Analogous Colors of #429dac

#429dac #4268ac #42ac86

Monochromatic Colors of #429dac

#429dac

Complementary Color

#429dac #ac5142

#429dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dac Color CSS Codes

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

#429dac Text Font Color

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

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


#429dac Background Color

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

This div background color is #429dac


#429dac Border Color

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

This div border color is #429dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dac


Comments

No comments written yet.

Please login to write comment.