Color Hex Logo

#429ffb Color Hex

#429FFB
(66,159,251)
0 Favorites   0 Comments

Color spaces of #429ffb

RGB 66159251
HSL0.580.960.62
HSV210°74°98°
CMYK 0.740.370.00   0.02
XYZ32.057532.919695.9313
Yxy32.91960.19920.2046
Hunter Lab57.3756-0.6739-58.9692
CIE-Lab64.09582.8034-53.6368

#429ffb color RGB value is (66,159,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 11111011
Octal 102 237 373
Decimal 66 159 251
Hex 42 9F FB

RGB Percentages of Color #429ffb

%13.87
%33.40
%52.73

CMYK Percentages of Color #429ffb

%74
%37
%0
%2

Triadic Colors of #429ffb

#429ffb #fb429f #9ffb42

Analogous Colors of #429ffb

#429ffb #4243fb #42fbfb

Monochromatic Colors of #429ffb

#429ffb

Complementary Color

#429ffb #fb9e42

#429ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429ffb Color CSS Codes

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

#429ffb Text Font Color

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

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


#429ffb Background Color

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

This div background color is #429ffb


#429ffb Border Color

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

This div border color is #429ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.