Color Hex Logo

#429bfb Color Hex

#429BFB
(66,155,251)
0 Favorites   0 Comments

Color spaces of #429bfb

RGB 66155251
HSL0.590.960.62
HSV211°74°98°
CMYK 0.740.380.00   0.02
XYZ31.380731.566095.7057
Yxy31.56600.19780.1990
Hunter Lab56.18361.3777-61.6687
CIE-Lab62.98265.1349-55.4057

#429bfb color RGB value is (66,155,251).

#429bfb hex color red value is 66, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #429bfb hue: 0.59 , saturation: 0.96 and the lightness value of 429bfb is 0.62.

The process color (four color CMYK) of #429bfb color hex is 0.74, 0.38, 0.00, 0.02. Web safe color of #429bfb is #3399ff. Color #429bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011011 11111011
Octal 102 233 373
Decimal 66 155 251
Hex 42 9B FB

RGB Percentages of Color #429bfb

%13.98
%32.84
%53.18

CMYK Percentages of Color #429bfb

%74
%38
%0
%2

Triadic Colors of #429bfb

#429bfb #fb429b #9bfb42

Analogous Colors of #429bfb

#429bfb #4542fb #42f8fb

Monochromatic Colors of #429bfb

#429bfb

Complementary Color

#429bfb #fba242

#429bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429bfb Color CSS Codes

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

#429bfb Text Font Color

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

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


#429bfb Background Color

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

This div background color is #429bfb


#429bfb Border Color

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

This div border color is #429bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.