Color Hex Logo

#429fcd Color Hex

#429FCD
(66,159,205)
0 Favorites   0 Comments

Color spaces of #429fcd

RGB 66159205
HSL0.560.580.53
HSV200°68°80°
CMYK 0.680.220.00   0.20
XYZ25.664330.362362.2655
Yxy30.36230.21700.2567
Hunter Lab55.1020-13.2904-28.4266
CIE-Lab61.9656-12.8865-31.5834

#429fcd color RGB value is (66,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011111 11001101
Octal 102 237 315
Decimal 66 159 205
Hex 42 9F CD

RGB Percentages of Color #429fcd

%15.35
%36.98
%47.67

CMYK Percentages of Color #429fcd

%68
%22
%0
%20

Triadic Colors of #429fcd

#429fcd #cd429f #9fcd42

Analogous Colors of #429fcd

#429fcd #425acd #42cdb6

Monochromatic Colors of #429fcd

#429fcd

Complementary Color

#429fcd #cd7042

#429fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#429fcd Color CSS Codes

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

#429fcd Text Font Color

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

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


#429fcd Background Color

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

This div background color is #429fcd


#429fcd Border Color

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

This div border color is #429fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,159,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 #429fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429fcd


Comments

No comments written yet.

Please login to write comment.