Color Hex Logo

#429dcd Color Hex

#429DCD
(66,157,205)
0 Favorites   0 Comments

Color spaces of #429dcd

RGB 66157205
HSL0.560.580.53
HSV201°68°80°
CMYK 0.680.230.00   0.20
XYZ25.323229.680062.1517
Yxy29.68000.21620.2533
Hunter Lab54.4794-12.3681-29.5043
CIE-Lab61.3771-11.7883-32.4967

#429dcd color RGB value is (66,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 11001101
Octal 102 235 315
Decimal 66 157 205
Hex 42 9D CD

RGB Percentages of Color #429dcd

%15.42
%36.68
%47.90

CMYK Percentages of Color #429dcd

%68
%23
%0
%20

Triadic Colors of #429dcd

#429dcd #cd429d #9dcd42

Analogous Colors of #429dcd

#429dcd #4258cd #42cdb8

Monochromatic Colors of #429dcd

#429dcd

Complementary Color

#429dcd #cd7242

#429dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dcd Color CSS Codes

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

#429dcd Text Font Color

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

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


#429dcd Background Color

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

This div background color is #429dcd


#429dcd Border Color

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

This div border color is #429dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dcd


Comments

No comments written yet.

Please login to write comment.