Color Hex Logo

#429dbe Color Hex

#429DBE
(66,157,190)
0 Favorites   0 Comments

Color spaces of #429dbe

RGB 66157190
HSL0.540.490.50
HSV196°65°75°
CMYK 0.650.170.00   0.25
XYZ23.598028.989953.0671
Yxy28.98990.22330.2744
Hunter Lab53.8423-15.9910-20.7468
CIE-Lab60.7727-16.6618-25.0261

#429dbe color RGB value is (66,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 10111110
Octal 102 235 276
Decimal 66 157 190
Hex 42 9D BE

RGB Percentages of Color #429dbe

%15.98
%38.01
%46.00

CMYK Percentages of Color #429dbe

%65
%17
%0
%25

Triadic Colors of #429dbe

#429dbe #be429d #9dbe42

Analogous Colors of #429dbe

#429dbe #425fbe #42bea1

Monochromatic Colors of #429dbe

#429dbe

Complementary Color

#429dbe #be6342

#429dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#429dbe Color CSS Codes

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

#429dbe Text Font Color

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

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


#429dbe Background Color

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

This div background color is #429dbe


#429dbe Border Color

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

This div border color is #429dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429dbe


Comments

No comments written yet.

Please login to write comment.