Color Hex Logo

#429cde Color Hex

#429CDE
(66,156,222)
0 Favorites   0 Comments

Color spaces of #429cde

RGB 66156222
HSL0.570.700.56
HSV205°70°87°
CMYK 0.700.300.00   0.13
XYZ27.320030.209173.4983
Yxy30.20910.20850.2306
Hunter Lab54.9628-7.4591-40.8108
CIE-Lab61.8342-5.5150-41.2459

#429cde color RGB value is (66,156,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011100 11011110
Octal 102 234 336
Decimal 66 156 222
Hex 42 9C DE

RGB Percentages of Color #429cde

%14.86
%35.14
%50.00

CMYK Percentages of Color #429cde

%70
%30
%0
%13

Triadic Colors of #429cde

#429cde #de429c #9cde42

Analogous Colors of #429cde

#429cde #424ede #42ded2

Monochromatic Colors of #429cde

#429cde

Complementary Color

#429cde #de8442

#429cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#429cde Color CSS Codes

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

#429cde Text Font Color

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

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


#429cde Background Color

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

This div background color is #429cde


#429cde Border Color

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

This div border color is #429cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429cde


Comments

No comments written yet.

Please login to write comment.