Color Hex Logo

#429aaf Color Hex

#429AAF
(66,154,175)
0 Favorites   0 Comments

Color spaces of #429aaf

RGB 66154175
HSL0.530.450.47
HSV192°62°69°
CMYK 0.620.120.00   0.31
XYZ21.540227.364644.7040
Yxy27.36460.23010.2923
Hunter Lab52.3112-18.0435-14.0501
CIE-Lab59.3103-19.7721-18.8026

#429aaf color RGB value is (66,154,175).

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

The process color (four color CMYK) of #429aaf color hex is 0.62, 0.12, 0.00, 0.31. Web safe color of #429aaf is #339999. Color #429aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011010 10101111
Octal 102 232 257
Decimal 66 154 175
Hex 42 9A AF

RGB Percentages of Color #429aaf

%16.71
%38.99
%44.30

CMYK Percentages of Color #429aaf

%62
%12
%0
%31

Triadic Colors of #429aaf

#429aaf #af429a #9aaf42

Analogous Colors of #429aaf

#429aaf #4263af #42af8e

Monochromatic Colors of #429aaf

#429aaf

Complementary Color

#429aaf #af5742

#429aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#429aaf Color CSS Codes

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

#429aaf Text Font Color

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

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


#429aaf Background Color

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

This div background color is #429aaf


#429aaf Border Color

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

This div border color is #429aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429aaf


Comments

No comments written yet.

Please login to write comment.