Color Hex Logo

#429ee0 Color Hex

#429EE0
(66,158,224)
0 Favorites   0 Comments

Color spaces of #429ee0

RGB 66158224
HSL0.570.720.57
HSV205°71°88°
CMYK 0.710.290.00   0.12
XYZ27.928230.993875.0314
Yxy30.99380.20850.2314
Hunter Lab55.6721-7.8806-40.9370
CIE-Lab62.5024-5.9644-41.3054

#429ee0 color RGB value is (66,158,224).

#429ee0 hex color red value is 66, green value is 158 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #429ee0 hue: 0.57 , saturation: 0.72 and the lightness value of 429ee0 is 0.57.

The process color (four color CMYK) of #429ee0 color hex is 0.71, 0.29, 0.00, 0.12. Web safe color of #429ee0 is #3399cc. Color #429ee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011110 11100000
Octal 102 236 340
Decimal 66 158 224
Hex 42 9E E0

RGB Percentages of Color #429ee0

%14.73
%35.27
%50.00

CMYK Percentages of Color #429ee0

%71
%29
%0
%12

Triadic Colors of #429ee0

#429ee0 #e0429e #9ee042

Analogous Colors of #429ee0

#429ee0 #424fe0 #42e0d3

Monochromatic Colors of #429ee0

#429ee0

Complementary Color

#429ee0 #e08442

#429ee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429ee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429ee0 Color CSS Codes

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

#429ee0 Text Font Color

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

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


#429ee0 Background Color

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

This div background color is #429ee0


#429ee0 Border Color

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

This div border color is #429ee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429ee0


Comments

No comments written yet.

Please login to write comment.