Color Hex Logo

#42efac Color Hex

#42EFAC
(66,239,172)
0 Favorites   0 Comments

Color spaces of #42efac

RGB 66239172
HSL0.440.840.60
HSV157°72°94°
CMYK 0.720.000.28   0.06
XYZ40.559765.869849.6062
Yxy65.86980.25990.4221
Hunter Lab81.1602-52.825320.5733
CIE-Lab84.9300-58.609020.1231

#42efac color RGB value is (66,239,172).

#42efac hex color red value is 66, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #42efac hue: 0.44 , saturation: 0.84 and the lightness value of 42efac is 0.60.

The process color (four color CMYK) of #42efac color hex is 0.72, 0.00, 0.28, 0.06. Web safe color of #42efac is #33ff99. Color #42efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101111 10101100
Octal 102 357 254
Decimal 66 239 172
Hex 42 EF AC

RGB Percentages of Color #42efac

%13.84
%50.10
%36.06

CMYK Percentages of Color #42efac

%72
%0
%28
%6

Triadic Colors of #42efac

#42efac #ac42ef #efac42

Analogous Colors of #42efac

#42efac #42dcef #42ef56

Monochromatic Colors of #42efac

#42efac

Complementary Color

#42efac #ef4285

#42efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#42efac Color CSS Codes

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

#42efac Text Font Color

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

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


#42efac Background Color

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

This div background color is #42efac


#42efac Border Color

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

This div border color is #42efac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,239,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 #42efac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42efac


Comments

No comments written yet.

Please login to write comment.