Color Hex Logo

#429dcc Color Hex

#429DCC
(66,157,204)
0 Favorites   0 Comments

Color spaces of #429dcc

RGB 66157204
HSL0.560.580.53
HSV200°68°80°
CMYK 0.680.230.00   0.20
XYZ25.202829.631861.5179
Yxy29.63180.21660.2547
Hunter Lab54.4351-12.6181-28.8999
CIE-Lab61.3352-12.1184-32.0031

#429dcc color RGB value is (66,157,204).

#429dcc hex color red value is 66, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #429dcc hue: 0.56 , saturation: 0.58 and the lightness value of 429dcc is 0.53.

The process color (four color CMYK) of #429dcc color hex is 0.68, 0.23, 0.00, 0.20. Web safe color of #429dcc is #3399cc. Color #429dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 11001100
Octal 102 235 314
Decimal 66 157 204
Hex 42 9D CC

RGB Percentages of Color #429dcc

%15.46
%36.77
%47.78

CMYK Percentages of Color #429dcc

%68
%23
%0
%20

Triadic Colors of #429dcc

#429dcc #cc429d #9dcc42

Analogous Colors of #429dcc

#429dcc #4258cc #42ccb6

Monochromatic Colors of #429dcc

#429dcc

Complementary Color

#429dcc #cc7142

#429dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dcc Color CSS Codes

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

#429dcc Text Font Color

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

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


#429dcc Background Color

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

This div background color is #429dcc


#429dcc Border Color

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

This div border color is #429dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dcc


Comments

No comments written yet.

Please login to write comment.