Color Hex Logo

#429faa Color Hex

#429FAA
(66,159,170)
0 Favorites   0 Comments

Color spaces of #429faa

RGB 66159170
HSL0.520.440.46
HSV186°61°67°
CMYK 0.610.060.00   0.33
XYZ21.900628.856842.4458
Yxy28.85680.23500.3096
Hunter Lab53.7185-21.2344-9.2451
CIE-Lab60.6550-23.8776-13.9377

#429faa color RGB value is (66,159,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 10101010
Octal 102 237 252
Decimal 66 159 170
Hex 42 9F AA

RGB Percentages of Color #429faa

%16.71
%40.25
%43.04

CMYK Percentages of Color #429faa

%61
%6
%0
%33

Triadic Colors of #429faa

#429faa #aa429f #9faa42

Analogous Colors of #429faa

#429faa #426baa #42aa81

Monochromatic Colors of #429faa

#429faa

Complementary Color

#429faa #aa4d42

#429faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#429faa Color CSS Codes

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

#429faa Text Font Color

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

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


#429faa Background Color

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

This div background color is #429faa


#429faa Border Color

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

This div border color is #429faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429faa


Comments

No comments written yet.

Please login to write comment.