Color Hex Logo

#429e10 Color Hex

#429E10
(66,158,16)
0 Favorites   0 Comments

Color spaces of #429e10

RGB 6615816
HSL0.270.820.34
HSV99°90°62°
CMYK 0.580.000.90   0.38
XYZ14.567225.64944.6733
Yxy25.64940.32450.5714
Hunter Lab50.6452-37.286829.9807
CIE-Lab57.7028-50.107057.0490

#429e10 color RGB value is (66,158,16).

#429e10 hex color red value is 66, green value is 158 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #429e10 hue: 0.27 , saturation: 0.82 and the lightness value of 429e10 is 0.34.

The process color (four color CMYK) of #429e10 color hex is 0.58, 0.00, 0.90, 0.38. Web safe color of #429e10 is #339900. Color #429e10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011110 00010000
Octal 102 236 20
Decimal 66 158 16
Hex 42 9E 10

RGB Percentages of Color #429e10

%27.50
%65.83
%6.67

CMYK Percentages of Color #429e10

%58
%0
%90
%38

Triadic Colors of #429e10

#429e10 #10429e #9e1042

Analogous Colors of #429e10

#429e10 #109e25 #899e10

Monochromatic Colors of #429e10

#429e10

Complementary Color

#429e10 #6c109e

#429e10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429e10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429e10 Color CSS Codes

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

#429e10 Text Font Color

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

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


#429e10 Background Color

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

This div background color is #429e10


#429e10 Border Color

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

This div border color is #429e10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429e10


Comments

No comments written yet.

Please login to write comment.