Color Hex Logo

#429dca Color Hex

#429DCA
(66,157,202)
0 Favorites   0 Comments

Color spaces of #429dca

RGB 66157202
HSL0.560.560.53
HSV200°67°79°
CMYK 0.670.220.00   0.21
XYZ24.964429.536560.2625
Yxy29.53650.21750.2574
Hunter Lab54.3475-13.1145-27.6997
CIE-Lab61.2522-12.7767-31.0138

#429dca color RGB value is (66,157,202).

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

The process color (four color CMYK) of #429dca color hex is 0.67, 0.22, 0.00, 0.21. Web safe color of #429dca is #3399cc. Color #429dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 11001010
Octal 102 235 312
Decimal 66 157 202
Hex 42 9D CA

RGB Percentages of Color #429dca

%15.53
%36.94
%47.53

CMYK Percentages of Color #429dca

%67
%22
%0
%21

Triadic Colors of #429dca

#429dca #ca429d #9dca42

Analogous Colors of #429dca

#429dca #4259ca #42cab3

Monochromatic Colors of #429dca

#429dca

Complementary Color

#429dca #ca6f42

#429dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dca Color CSS Codes

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

#429dca Text Font Color

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

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


#429dca Background Color

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

This div background color is #429dca


#429dca Border Color

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

This div border color is #429dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dca


Comments

No comments written yet.

Please login to write comment.