Color Hex Logo

#42eeab Color Hex

#42EEAB
(66,238,171)
0 Favorites   0 Comments

Color spaces of #42eeab

RGB 66238171
HSL0.440.830.60
HSV157°72°93°
CMYK 0.720.000.28   0.07
XYZ40.172065.247649.0048
Yxy65.24760.26010.4225
Hunter Lab80.7760-52.585320.5734
CIE-Lab84.6112-58.438120.1979

#42eeab color RGB value is (66,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101110 10101011
Octal 102 356 253
Decimal 66 238 171
Hex 42 EE AB

RGB Percentages of Color #42eeab

%13.89
%50.11
%36.00

CMYK Percentages of Color #42eeab

%72
%0
%28
%7

Triadic Colors of #42eeab

#42eeab #ab42ee #eeab42

Analogous Colors of #42eeab

#42eeab #42dbee #42ee55

Monochromatic Colors of #42eeab

#42eeab

Complementary Color

#42eeab #ee4285

#42eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eeab Color CSS Codes

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

#42eeab Text Font Color

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

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


#42eeab Background Color

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

This div background color is #42eeab


#42eeab Border Color

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

This div border color is #42eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eeab


Comments

No comments written yet.

Please login to write comment.