Color Hex Logo

#429bff Color Hex

#429BFF
(66,155,255)
0 Favorites   0 Comments

Color spaces of #429bff

RGB 66155255
HSL0.591.000.63
HSV212°74°100°
CMYK 0.740.390.00   0.00
XYZ32.018131.820999.0623
Yxy31.82090.19650.1953
Hunter Lab56.41002.5984-64.6329
CIE-Lab63.19466.5451-57.2542

#429bff color RGB value is (66,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011011 11111111
Octal 102 233 377
Decimal 66 155 255
Hex 42 9B FF

RGB Percentages of Color #429bff

%13.87
%32.56
%53.57

CMYK Percentages of Color #429bff

%74
%39
%0
%0

Triadic Colors of #429bff

#429bff #ff429b #9bff42

Analogous Colors of #429bff

#429bff #4742ff #42faff

Monochromatic Colors of #429bff

#429bff

Complementary Color

#429bff #ffa642

#429bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#429bff Color CSS Codes

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

#429bff Text Font Color

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

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


#429bff Background Color

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

This div background color is #429bff


#429bff Border Color

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

This div border color is #429bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429bff


Comments

No comments written yet.

Please login to write comment.