Color Hex Logo

#429deb Color Hex

#429DEB
(66,157,235)
0 Favorites   0 Comments

Color spaces of #429deb

RGB 66157235
HSL0.580.810.59
HSV208°72°92°
CMYK 0.720.330.00   0.08
XYZ29.299131.270483.0888
Yxy31.27040.20390.2177
Hunter Lab55.9199-4.3353-48.9522
CIE-Lab62.7352-1.6157-47.0137

#429deb color RGB value is (66,157,235).

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

The process color (four color CMYK) of #429deb color hex is 0.72, 0.33, 0.00, 0.08. Web safe color of #429deb is #3399ff. Color #429deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011101 11101011
Octal 102 235 353
Decimal 66 157 235
Hex 42 9D EB

RGB Percentages of Color #429deb

%14.41
%34.28
%51.31

CMYK Percentages of Color #429deb

%72
%33
%0
%8

Triadic Colors of #429deb

#429deb #eb429d #9deb42

Analogous Colors of #429deb

#429deb #4249eb #42ebe5

Monochromatic Colors of #429deb

#429deb

Complementary Color

#429deb #eb9042

#429deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#429deb Color CSS Codes

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

#429deb Text Font Color

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

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


#429deb Background Color

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

This div background color is #429deb


#429deb Border Color

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

This div border color is #429deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429deb


Comments

No comments written yet.

Please login to write comment.