Color Hex Logo

#429ffa Color Hex

#429FFA
(66,159,250)
0 Favorites   0 Comments

Color spaces of #429ffa

RGB 66159250
HSL0.580.950.62
HSV210°74°98°
CMYK 0.740.360.00   0.02
XYZ31.900232.856795.1031
Yxy32.85670.19960.2055
Hunter Lab57.3208-0.9724-58.2458
CIE-Lab64.04472.4532-53.1715

#429ffa color RGB value is (66,159,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 11111010
Octal 102 237 372
Decimal 66 159 250
Hex 42 9F FA

RGB Percentages of Color #429ffa

%13.89
%33.47
%52.63

CMYK Percentages of Color #429ffa

%74
%36
%0
%2

Triadic Colors of #429ffa

#429ffa #fa429f #9ffa42

Analogous Colors of #429ffa

#429ffa #4243fa #42faf9

Monochromatic Colors of #429ffa

#429ffa

Complementary Color

#429ffa #fa9d42

#429ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#429ffa Color CSS Codes

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

#429ffa Text Font Color

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

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


#429ffa Background Color

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

This div background color is #429ffa


#429ffa Border Color

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

This div border color is #429ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429ffa


Comments

No comments written yet.

Please login to write comment.