Color Hex Logo

#429cdb Color Hex

#429CDB
(66,156,219)
0 Favorites   0 Comments

Color spaces of #429cdb

RGB 66156219
HSL0.570.680.56
HSV205°70°86°
CMYK 0.700.290.00   0.14
XYZ26.921430.049771.3991
Yxy30.04970.20970.2341
Hunter Lab54.8176-8.2679-38.8520
CIE-Lab61.6971-6.5365-39.7959

#429cdb color RGB value is (66,156,219).

#429cdb hex color red value is 66, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #429cdb hue: 0.57 , saturation: 0.68 and the lightness value of 429cdb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011100 11011011
Octal 102 234 333
Decimal 66 156 219
Hex 42 9C DB

RGB Percentages of Color #429cdb

%14.97
%35.37
%49.66

CMYK Percentages of Color #429cdb

%70
%29
%0
%14

Triadic Colors of #429cdb

#429cdb #db429c #9cdb42

Analogous Colors of #429cdb

#429cdb #424fdb #42dbce

Monochromatic Colors of #429cdb

#429cdb

Complementary Color

#429cdb #db8142

#429cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429cdb Color CSS Codes

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

#429cdb Text Font Color

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

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


#429cdb Background Color

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

This div background color is #429cdb


#429cdb Border Color

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

This div border color is #429cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429cdb


Comments

No comments written yet.

Please login to write comment.