Color Hex Logo

#429cff Color Hex

#429CFF
(66,156,255)
0 Favorites   0 Comments

Color spaces of #429cff

RGB 66156255
HSL0.591.000.63
HSV211°74°100°
CMYK 0.740.390.00   0.00
XYZ32.185232.155299.1180
Yxy32.15520.19690.1967
Hunter Lab56.70562.0791-63.9416
CIE-Lab63.47095.9580-56.8140

#429cff color RGB value is (66,156,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011100 11111111
Octal 102 234 377
Decimal 66 156 255
Hex 42 9C FF

RGB Percentages of Color #429cff

%13.84
%32.70
%53.46

CMYK Percentages of Color #429cff

%74
%39
%0
%0

Triadic Colors of #429cff

#429cff #ff429c #9cff42

Analogous Colors of #429cff

#429cff #4742ff #42fbff

Monochromatic Colors of #429cff

#429cff

Complementary Color

#429cff #ffa542

#429cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#429cff Color CSS Codes

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

#429cff Text Font Color

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

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


#429cff Background Color

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

This div background color is #429cff


#429cff Border Color

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

This div border color is #429cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429cff


Comments

No comments written yet.

Please login to write comment.