Color Hex Logo

#429bbd Color Hex

#429BBD
(66,155,189)
0 Favorites   0 Comments

Color spaces of #429bbd

RGB 66155189
HSL0.550.480.50
HSV197°65°74°
CMYK 0.650.180.00   0.26
XYZ23.153428.275152.3814
Yxy28.27510.22300.2724
Hunter Lab53.1743-15.3318-21.1838
CIE-Lab60.1365-15.9055-25.4423

#429bbd color RGB value is (66,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011011 10111101
Octal 102 233 275
Decimal 66 155 189
Hex 42 9B BD

RGB Percentages of Color #429bbd

%16.10
%37.80
%46.10

CMYK Percentages of Color #429bbd

%65
%18
%0
%26

Triadic Colors of #429bbd

#429bbd #bd429b #9bbd42

Analogous Colors of #429bbd

#429bbd #425ebd #42bda2

Monochromatic Colors of #429bbd

#429bbd

Complementary Color

#429bbd #bd6442

#429bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#429bbd Color CSS Codes

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

#429bbd Text Font Color

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

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


#429bbd Background Color

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

This div background color is #429bbd


#429bbd Border Color

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

This div border color is #429bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429bbd


Comments

No comments written yet.

Please login to write comment.