Color Hex Logo

#429eaa Color Hex

#429EAA
(66,158,170)
0 Favorites   0 Comments

Color spaces of #429eaa

RGB 66158170
HSL0.520.440.46
HSV187°61°67°
CMYK 0.610.070.00   0.33
XYZ21.729328.514242.3888
Yxy28.51420.23460.3078
Hunter Lab53.3987-20.8115-9.6863
CIE-Lab60.3505-23.3661-14.3974

#429eaa color RGB value is (66,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011110 10101010
Octal 102 236 252
Decimal 66 158 170
Hex 42 9E AA

RGB Percentages of Color #429eaa

%16.75
%40.10
%43.15

CMYK Percentages of Color #429eaa

%61
%7
%0
%33

Triadic Colors of #429eaa

#429eaa #aa429e #9eaa42

Analogous Colors of #429eaa

#429eaa #426aaa #42aa82

Monochromatic Colors of #429eaa

#429eaa

Complementary Color

#429eaa #aa4e42

#429eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#429eaa Color CSS Codes

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

#429eaa Text Font Color

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

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


#429eaa Background Color

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

This div background color is #429eaa


#429eaa Border Color

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

This div border color is #429eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,158,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 #429eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429eaa


Comments

No comments written yet.

Please login to write comment.