Color Hex Logo

#429ddf Color Hex

#429DDF
(66,157,223)
0 Favorites   0 Comments

Color spaces of #429ddf

RGB 66157223
HSL0.570.710.57
HSV205°70°87°
CMYK 0.700.300.00   0.13
XYZ27.623030.599974.2625
Yxy30.59990.20850.2310
Hunter Lab55.3172-7.6699-40.8739
CIE-Lab62.1684-5.7401-41.2757

#429ddf color RGB value is (66,157,223).

#429ddf hex color red value is 66, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #429ddf hue: 0.57 , saturation: 0.71 and the lightness value of 429ddf is 0.57.

The process color (four color CMYK) of #429ddf color hex is 0.70, 0.30, 0.00, 0.13. Web safe color of #429ddf is #3399cc. Color #429ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 11011111
Octal 102 235 337
Decimal 66 157 223
Hex 42 9D DF

RGB Percentages of Color #429ddf

%14.80
%35.20
%50.00

CMYK Percentages of Color #429ddf

%70
%30
%0
%13

Triadic Colors of #429ddf

#429ddf #df429d #9ddf42

Analogous Colors of #429ddf

#429ddf #424fdf #42dfd3

Monochromatic Colors of #429ddf

#429ddf

Complementary Color

#429ddf #df8442

#429ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#429ddf Color CSS Codes

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

#429ddf Text Font Color

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

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


#429ddf Background Color

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

This div background color is #429ddf


#429ddf Border Color

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

This div border color is #429ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429ddf


Comments

No comments written yet.

Please login to write comment.