Color Hex Logo

#429dff Color Hex

#429DFF
(66,157,255)
0 Favorites   0 Comments

Color spaces of #429dff

RGB 66157255
HSL0.591.000.63
HSV211°74°100°
CMYK 0.740.380.00   0.00
XYZ32.353732.492299.1741
Yxy32.49220.19730.1981
Hunter Lab57.00191.5614-63.2536
CIE-Lab63.74765.3726-56.3736

#429dff color RGB value is (66,157,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 11111111
Octal 102 235 377
Decimal 66 157 255
Hex 42 9D FF

RGB Percentages of Color #429dff

%13.81
%32.85
%53.35

CMYK Percentages of Color #429dff

%74
%38
%0
%0

Triadic Colors of #429dff

#429dff #ff429d #9dff42

Analogous Colors of #429dff

#429dff #4542ff #42fcff

Monochromatic Colors of #429dff

#429dff

Complementary Color

#429dff #ffa442

#429dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dff Color CSS Codes

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

#429dff Text Font Color

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

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


#429dff Background Color

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

This div background color is #429dff


#429dff Border Color

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

This div border color is #429dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dff


Comments

No comments written yet.

Please login to write comment.