Color Hex Logo

#429cfb Color Hex

#429CFB
(66,156,251)
0 Favorites   0 Comments

Color spaces of #429cfb

RGB 66156251
HSL0.590.960.62
HSV211°74°98°
CMYK 0.740.380.00   0.02
XYZ31.547831.900295.7614
Yxy31.90020.19820.2004
Hunter Lab56.48030.8631-60.9891
CIE-Lab63.26034.5499-54.9640

#429cfb color RGB value is (66,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011100 11111011
Octal 102 234 373
Decimal 66 156 251
Hex 42 9C FB

RGB Percentages of Color #429cfb

%13.95
%32.98
%53.07

CMYK Percentages of Color #429cfb

%74
%38
%0
%2

Triadic Colors of #429cfb

#429cfb #fb429c #9cfb42

Analogous Colors of #429cfb

#429cfb #4542fb #42f9fb

Monochromatic Colors of #429cfb

#429cfb

Complementary Color

#429cfb #fba142

#429cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429cfb Color CSS Codes

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

#429cfb Text Font Color

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

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


#429cfb Background Color

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

This div background color is #429cfb


#429cfb Border Color

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

This div border color is #429cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429cfb


Comments

No comments written yet.

Please login to write comment.