Color Hex Logo

#429fd6 Color Hex

#429FD6
(66,159,214)
0 Favorites   0 Comments

Color spaces of #429fd6

RGB 66159214
HSL0.560.640.55
HSV202°69°84°
CMYK 0.690.260.00   0.16
XYZ26.782530.809668.1536
Yxy30.80960.21300.2450
Hunter Lab55.5064-11.0078-33.9448
CIE-Lab62.3466-9.9018-36.0025

#429fd6 color RGB value is (66,159,214).

#429fd6 hex color red value is 66, green value is 159 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #429fd6 hue: 0.56 , saturation: 0.64 and the lightness value of 429fd6 is 0.55.

The process color (four color CMYK) of #429fd6 color hex is 0.69, 0.26, 0.00, 0.16. Web safe color of #429fd6 is #3399cc. Color #429fd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 11010110
Octal 102 237 326
Decimal 66 159 214
Hex 42 9F D6

RGB Percentages of Color #429fd6

%15.03
%36.22
%48.75

CMYK Percentages of Color #429fd6

%69
%26
%0
%16

Triadic Colors of #429fd6

#429fd6 #d6429f #9fd642

Analogous Colors of #429fd6

#429fd6 #4255d6 #42d6c3

Monochromatic Colors of #429fd6

#429fd6

Complementary Color

#429fd6 #d67942

#429fd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429fd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429fd6 Color CSS Codes

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

#429fd6 Text Font Color

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

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


#429fd6 Background Color

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

This div background color is #429fd6


#429fd6 Border Color

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

This div border color is #429fd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429fd6


Comments

No comments written yet.

Please login to write comment.