Color Hex Logo

#429dad Color Hex

#429DAD
(66,157,173)
0 Favorites   0 Comments

Color spaces of #429dad

RGB 66157173
HSL0.520.450.47
HSV189°62°68°
CMYK 0.620.090.00   0.32
XYZ21.846628.289343.8441
Yxy28.28930.23250.3010
Hunter Lab53.1877-19.7604-11.6430
CIE-Lab60.1492-21.9495-16.3969

#429dad color RGB value is (66,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 10101101
Octal 102 235 255
Decimal 66 157 173
Hex 42 9D AD

RGB Percentages of Color #429dad

%16.67
%39.65
%43.69

CMYK Percentages of Color #429dad

%62
%9
%0
%32

Triadic Colors of #429dad

#429dad #ad429d #9dad42

Analogous Colors of #429dad

#429dad #4268ad #42ad88

Monochromatic Colors of #429dad

#429dad

Complementary Color

#429dad #ad5242

#429dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dad Color CSS Codes

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

#429dad Text Font Color

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

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


#429dad Background Color

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

This div background color is #429dad


#429dad Border Color

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

This div border color is #429dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dad


Comments

No comments written yet.

Please login to write comment.