Color Hex Logo

#42a19e Color Hex

#42A19E
(66,161,158)
0 Favorites   0 Comments

Color spaces of #42a19e

RGB 66161158
HSL0.490.420.45
HSV178°59°63°
CMYK 0.590.000.02   0.37
XYZ21.163229.116636.8524
Yxy29.11660.24290.3342
Hunter Lab53.9598-24.4214-2.7209
CIE-Lab60.8844-28.3459-6.8201

#42a19e color RGB value is (66,161,158).

#42a19e hex color red value is 66, green value is 161 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #42a19e hue: 0.49 , saturation: 0.42 and the lightness value of 42a19e is 0.45.

The process color (four color CMYK) of #42a19e color hex is 0.59, 0.00, 0.02, 0.37. Web safe color of #42a19e is #339999. Color #42a19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10100001 10011110
Octal 102 241 236
Decimal 66 161 158
Hex 42 A1 9E

RGB Percentages of Color #42a19e

%17.14
%41.82
%41.04

CMYK Percentages of Color #42a19e

%59
%0
%2
%37

Triadic Colors of #42a19e

#42a19e #9e42a1 #a19e42

Analogous Colors of #42a19e

#42a19e #4275a1 #42a16f

Monochromatic Colors of #42a19e

#42a19e

Complementary Color

#42a19e #a14245

#42a19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42a19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42a19e Color CSS Codes

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

#42a19e Text Font Color

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

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


#42a19e Background Color

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

This div background color is #42a19e


#42a19e Border Color

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

This div border color is #42a19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42a19e


Comments

No comments written yet.

Please login to write comment.