Color Hex Logo

#429cbd Color Hex

#429CBD
(66,156,189)
0 Favorites   0 Comments

Color spaces of #429cbd

RGB 66156189
HSL0.540.480.50
HSV196°65°74°
CMYK 0.650.170.00   0.26
XYZ23.320528.609352.4371
Yxy28.60930.22340.2741
Hunter Lab53.4877-15.7778-20.6841
CIE-Lab60.4353-16.4440-24.9826

#429cbd color RGB value is (66,156,189).

#429cbd hex color red value is 66, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #429cbd hue: 0.54 , saturation: 0.48 and the lightness value of 429cbd is 0.50.

The process color (four color CMYK) of #429cbd color hex is 0.65, 0.17, 0.00, 0.26. Web safe color of #429cbd is #3399cc. Color #429cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011100 10111101
Octal 102 234 275
Decimal 66 156 189
Hex 42 9C BD

RGB Percentages of Color #429cbd

%16.06
%37.96
%45.99

CMYK Percentages of Color #429cbd

%65
%17
%0
%26

Triadic Colors of #429cbd

#429cbd #bd429c #9cbd42

Analogous Colors of #429cbd

#429cbd #425fbd #42bda1

Monochromatic Colors of #429cbd

#429cbd

Complementary Color

#429cbd #bd6342

#429cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#429cbd Color CSS Codes

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

#429cbd Text Font Color

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

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


#429cbd Background Color

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

This div background color is #429cbd


#429cbd Border Color

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

This div border color is #429cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429cbd


Comments

No comments written yet.

Please login to write comment.