Color Hex Logo

#42ac81 Color Hex

#42AC81
(66,172,129)
0 Favorites   0 Comments

Color spaces of #42ac81

RGB 66172129
HSL0.430.450.47
HSV156°62°67°
CMYK 0.620.000.25   0.33
XYZ20.961732.248325.8886
Yxy32.24830.26500.4077
Hunter Lab56.7876-33.489512.7219
CIE-Lab63.5476-40.790013.2487

#42ac81 color RGB value is (66,172,129).

#42ac81 hex color red value is 66, green value is 172 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #42ac81 hue: 0.43 , saturation: 0.45 and the lightness value of 42ac81 is 0.47.

The process color (four color CMYK) of #42ac81 color hex is 0.62, 0.00, 0.25, 0.33. Web safe color of #42ac81 is #339999. Color #42ac81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 10000001
Octal 102 254 201
Decimal 66 172 129
Hex 42 AC 81

RGB Percentages of Color #42ac81

%17.98
%46.87
%35.15

CMYK Percentages of Color #42ac81

%62
%0
%25
%33

Triadic Colors of #42ac81

#42ac81 #8142ac #ac8142

Analogous Colors of #42ac81

#42ac81 #42a2ac #42ac4c

Monochromatic Colors of #42ac81

#42ac81

Complementary Color

#42ac81 #ac426d

#42ac81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ac81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ac81 Color CSS Codes

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

#42ac81 Text Font Color

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

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


#42ac81 Background Color

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

This div background color is #42ac81


#42ac81 Border Color

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

This div border color is #42ac81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ac81


Comments

No comments written yet.

Please login to write comment.