Color Hex Logo

#429b66 Color Hex

#429B66
(66,155,102)
0 Favorites   0 Comments

Color spaces of #429b66

RGB 66155102
HSL0.400.400.43
HSV144°57°61°
CMYK 0.570.000.34   0.39
XYZ16.366425.560216.6414
Yxy25.56020.27940.4364
Hunter Lab50.5571-30.690715.8740
CIE-Lab57.6172-39.146919.9945

#429b66 color RGB value is (66,155,102).

#429b66 hex color red value is 66, green value is 155 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #429b66 hue: 0.40 , saturation: 0.40 and the lightness value of 429b66 is 0.43.

The process color (four color CMYK) of #429b66 color hex is 0.57, 0.00, 0.34, 0.39. Web safe color of #429b66 is #339966. Color #429b66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011011 01100110
Octal 102 233 146
Decimal 66 155 102
Hex 42 9B 66

RGB Percentages of Color #429b66

%20.43
%47.99
%31.58

CMYK Percentages of Color #429b66

%57
%0
%34
%39

Triadic Colors of #429b66

#429b66 #66429b #9b6642

Analogous Colors of #429b66

#429b66 #429b93 #4b9b42

Monochromatic Colors of #429b66

#429b66

Complementary Color

#429b66 #9b4277

#429b66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#429b66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#429b66 Color CSS Codes

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

#429b66 Text Font Color

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

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


#429b66 Background Color

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

This div background color is #429b66


#429b66 Border Color

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

This div border color is #429b66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #429b66


Comments

No comments written yet.

Please login to write comment.