Color Hex Logo

#42eeac Color Hex

#42EEAC
(66,238,172)
0 Favorites   0 Comments

Color spaces of #42eeac

RGB 66238172
HSL0.440.830.60
HSV157°72°93°
CMYK 0.720.000.28   0.07
XYZ40.267765.285949.5088
Yxy65.28590.25970.4210
Hunter Lab80.7997-52.441420.2307
CIE-Lab84.6308-58.225219.7082

#42eeac color RGB value is (66,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101110 10101100
Octal 102 356 254
Decimal 66 238 172
Hex 42 EE AC

RGB Percentages of Color #42eeac

%13.87
%50.00
%36.13

CMYK Percentages of Color #42eeac

%72
%0
%28
%7

Triadic Colors of #42eeac

#42eeac #ac42ee #eeac42

Analogous Colors of #42eeac

#42eeac #42daee #42ee56

Monochromatic Colors of #42eeac

#42eeac

Complementary Color

#42eeac #ee4284

#42eeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eeac Color CSS Codes

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

#42eeac Text Font Color

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

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


#42eeac Background Color

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

This div background color is #42eeac


#42eeac Border Color

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

This div border color is #42eeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eeac


Comments

No comments written yet.

Please login to write comment.