Color Hex Logo

#42dbac Color Hex

#42DBAC
(66,219,172)
0 Favorites   0 Comments

Color spaces of #42dbac

RGB 66219172
HSL0.450.680.56
HSV162°70°86°
CMYK 0.700.000.21   0.14
XYZ35.024754.799847.7612
Yxy54.79980.25460.3983
Hunter Lab74.0269-45.092513.5657
CIE-Lab78.9258-50.696411.7032

#42dbac color RGB value is (66,219,172).

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

The process color (four color CMYK) of #42dbac color hex is 0.70, 0.00, 0.21, 0.14. Web safe color of #42dbac is #33cc99. Color #42dbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011011 10101100
Octal 102 333 254
Decimal 66 219 172
Hex 42 DB AC

RGB Percentages of Color #42dbac

%14.44
%47.92
%37.64

CMYK Percentages of Color #42dbac

%70
%0
%21
%14

Triadic Colors of #42dbac

#42dbac #ac42db #dbac42

Analogous Colors of #42dbac

#42dbac #42bedb #42db60

Monochromatic Colors of #42dbac

#42dbac

Complementary Color

#42dbac #db4271

#42dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dbac Color CSS Codes

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

#42dbac Text Font Color

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

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


#42dbac Background Color

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

This div background color is #42dbac


#42dbac Border Color

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

This div border color is #42dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dbac


Comments

No comments written yet.

Please login to write comment.