Color Hex Logo

#429dcb Color Hex

#429DCB
(66,157,203)
0 Favorites   0 Comments

Color spaces of #429dcb

RGB 66157203
HSL0.560.570.53
HSV200°67°80°
CMYK 0.670.230.00   0.20
XYZ25.083229.584060.8882
Yxy29.58400.21710.2560
Hunter Lab54.3912-12.8670-28.2984
CIE-Lab61.2936-12.4479-31.5088

#429dcb color RGB value is (66,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 11001011
Octal 102 235 313
Decimal 66 157 203
Hex 42 9D CB

RGB Percentages of Color #429dcb

%15.49
%36.85
%47.65

CMYK Percentages of Color #429dcb

%67
%23
%0
%20

Triadic Colors of #429dcb

#429dcb #cb429d #9dcb42

Analogous Colors of #429dcb

#429dcb #4258cb #42cbb5

Monochromatic Colors of #429dcb

#429dcb

Complementary Color

#429dcb #cb7042

#429dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dcb Color CSS Codes

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

#429dcb Text Font Color

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

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


#429dcb Background Color

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

This div background color is #429dcb


#429dcb Border Color

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

This div border color is #429dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dcb


Comments

No comments written yet.

Please login to write comment.