Color Hex Logo

#429aba Color Hex

#429ABA
(66,154,186)
0 Favorites   0 Comments

Color spaces of #429aba

RGB 66154186
HSL0.540.480.49
HSV196°65°73°
CMYK 0.650.170.00   0.27
XYZ22.665327.814650.6285
Yxy27.81460.22420.2751
Hunter Lab52.7395-15.5822-19.9991
CIE-Lab59.7209-16.3240-24.3909

#429aba color RGB value is (66,154,186).

#429aba hex color red value is 66, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #429aba hue: 0.54 , saturation: 0.48 and the lightness value of 429aba is 0.49.

The process color (four color CMYK) of #429aba color hex is 0.65, 0.17, 0.00, 0.27. Web safe color of #429aba is #3399cc. Color #429aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011010 10111010
Octal 102 232 272
Decimal 66 154 186
Hex 42 9A BA

RGB Percentages of Color #429aba

%16.26
%37.93
%45.81

CMYK Percentages of Color #429aba

%65
%17
%0
%27

Triadic Colors of #429aba

#429aba #ba429a #9aba42

Analogous Colors of #429aba

#429aba #425eba #42ba9e

Monochromatic Colors of #429aba

#429aba

Complementary Color

#429aba #ba6242

#429aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#429aba Color CSS Codes

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

#429aba Text Font Color

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

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


#429aba Background Color

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

This div background color is #429aba


#429aba Border Color

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

This div border color is #429aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429aba


Comments

No comments written yet.

Please login to write comment.