Color Hex Logo

#429fbb Color Hex

#429FBB
(66,159,187)
0 Favorites   0 Comments

Color spaces of #429fbb

RGB 66159187
HSL0.540.480.50
HSV194°65°73°
CMYK 0.650.150.00   0.27
XYZ23.614529.542451.4713
Yxy29.54240.22570.2824
Hunter Lab54.3529-17.5654-18.0996
CIE-Lab61.2574-18.6776-22.5968

#429fbb color RGB value is (66,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 10111011
Octal 102 237 273
Decimal 66 159 187
Hex 42 9F BB

RGB Percentages of Color #429fbb

%16.02
%38.59
%45.39

CMYK Percentages of Color #429fbb

%65
%15
%0
%27

Triadic Colors of #429fbb

#429fbb #bb429f #9fbb42

Analogous Colors of #429fbb

#429fbb #4263bb #42bb9b

Monochromatic Colors of #429fbb

#429fbb

Complementary Color

#429fbb #bb5e42

#429fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429fbb Color CSS Codes

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

#429fbb Text Font Color

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

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


#429fbb Background Color

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

This div background color is #429fbb


#429fbb Border Color

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

This div border color is #429fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429fbb


Comments

No comments written yet.

Please login to write comment.