Color Hex Logo

#429fbd Color Hex

#429FBD
(66,159,189)
0 Favorites   0 Comments

Color spaces of #429fbd

RGB 66159189
HSL0.540.480.50
HSV195°65°74°
CMYK 0.650.160.00   0.26
XYZ23.830229.628652.6070
Yxy29.62860.22470.2793
Hunter Lab54.4322-17.1096-19.1994
CIE-Lab61.3324-18.0470-23.6049

#429fbd color RGB value is (66,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 10111101
Octal 102 237 275
Decimal 66 159 189
Hex 42 9F BD

RGB Percentages of Color #429fbd

%15.94
%38.41
%45.65

CMYK Percentages of Color #429fbd

%65
%16
%0
%26

Triadic Colors of #429fbd

#429fbd #bd429f #9fbd42

Analogous Colors of #429fbd

#429fbd #4262bd #42bd9e

Monochromatic Colors of #429fbd

#429fbd

Complementary Color

#429fbd #bd6042

#429fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#429fbd Color CSS Codes

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

#429fbd Text Font Color

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

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


#429fbd Background Color

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

This div background color is #429fbd


#429fbd Border Color

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

This div border color is #429fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429fbd


Comments

No comments written yet.

Please login to write comment.