Color Hex Logo

#42b96a Color Hex

#42B96A
(66,185,106)
0 Favorites   0 Comments

Color spaces of #42b96a

RGB 66185106
HSL0.390.470.49
HSV140°64°73°
CMYK 0.640.000.43   0.27
XYZ22.197236.896819.5875
Yxy36.89680.28210.4689
Hunter Lab60.7427-41.070623.4009
CIE-Lab67.1995-50.709130.5451

#42b96a color RGB value is (66,185,106).

#42b96a hex color red value is 66, green value is 185 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #42b96a hue: 0.39 , saturation: 0.47 and the lightness value of 42b96a is 0.49.

The process color (four color CMYK) of #42b96a color hex is 0.64, 0.00, 0.43, 0.27. Web safe color of #42b96a is #33cc66. Color #42b96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111001 01101010
Octal 102 271 152
Decimal 66 185 106
Hex 42 B9 6A

RGB Percentages of Color #42b96a

%18.49
%51.82
%29.69

CMYK Percentages of Color #42b96a

%64
%0
%43
%27

Triadic Colors of #42b96a

#42b96a #6a42b9 #b96a42

Analogous Colors of #42b96a

#42b96a #42b9a6 #56b942

Monochromatic Colors of #42b96a

#42b96a

Complementary Color

#42b96a #b94291

#42b96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42b96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42b96a Color CSS Codes

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

#42b96a Text Font Color

<p style="color:#42b96a">Text here</p>

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


#42b96a Background Color

<div style="background-color:#42b96a">
Div content here</div>

This div background color is #42b96a


#42b96a Border Color

<div style="border:3px solid #42b96a">
Div here</div>

This div border color is #42b96a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,185,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42b96a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42b96a;
  -webkit-box-shadow: 1px 1px 3px 2px #42b96a;
  box-shadow:         1px 1px 3px 2px #42b96a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42b96a


Comments

No comments written yet.

Please login to write comment.