Color Hex Logo

#429abe Color Hex

#429ABE
(66,154,190)
0 Favorites   0 Comments

Color spaces of #429abe

RGB 66154190
HSL0.550.490.50
HSV197°65°75°
CMYK 0.650.190.00   0.25
XYZ23.096627.987252.8999
Yxy27.98720.22210.2691
Hunter Lab52.9029-14.6498-22.2546
CIE-Lab59.8772-15.0434-26.4047

#429abe color RGB value is (66,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011010 10111110
Octal 102 232 276
Decimal 66 154 190
Hex 42 9A BE

RGB Percentages of Color #429abe

%16.10
%37.56
%46.34

CMYK Percentages of Color #429abe

%65
%19
%0
%25

Triadic Colors of #429abe

#429abe #be429a #9abe42

Analogous Colors of #429abe

#429abe #425cbe #42bea4

Monochromatic Colors of #429abe

#429abe

Complementary Color

#429abe #be6642

#429abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#429abe Color CSS Codes

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

#429abe Text Font Color

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

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


#429abe Background Color

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

This div background color is #429abe


#429abe Border Color

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

This div border color is #429abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429abe


Comments

No comments written yet.

Please login to write comment.