Color Hex Logo

#429aff Color Hex

#429AFF
(66,154,255)
0 Favorites   0 Comments

Color spaces of #429aff

RGB 66154255
HSL0.591.000.63
HSV212°74°100°
CMYK 0.740.400.00   0.00
XYZ31.852431.489599.0070
Yxy31.48950.19620.1940
Hunter Lab56.11553.1184-65.3270
CIE-Lab62.91877.1330-57.6938

#429aff color RGB value is (66,154,255).

#429aff hex color red value is 66, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #429aff hue: 0.59 , saturation: 1.00 and the lightness value of 429aff is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011010 11111111
Octal 102 232 377
Decimal 66 154 255
Hex 42 9A FF

RGB Percentages of Color #429aff

%13.89
%32.42
%53.68

CMYK Percentages of Color #429aff

%74
%40
%0
%0

Triadic Colors of #429aff

#429aff #ff429a #9aff42

Analogous Colors of #429aff

#429aff #4842ff #42f9ff

Monochromatic Colors of #429aff

#429aff

Complementary Color

#429aff #ffa742

#429aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#429aff Color CSS Codes

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

#429aff Text Font Color

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

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


#429aff Background Color

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

This div background color is #429aff


#429aff Border Color

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

This div border color is #429aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429aff

Related Colors

#429aff Color Palettes


Comments

No comments written yet.

Please login to write comment.