Color Hex Logo

#2efaad Color Hex

#2EFAAD
(46,250,173)
0 Favorites   0 Comments

Color spaces of #2efaad

RGB 46250173
HSL0.440.950.58
HSV157°82°98°
CMYK 0.820.000.31   0.02
XYZ42.855171.969251.1679
Yxy71.96920.25820.4336
Hunter Lab84.8347-58.289623.6236
CIE-Lab87.9538-64.671323.7382

#2efaad color RGB value is (46,250,173).

#2efaad hex color red value is 46, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2efaad hue: 0.44 , saturation: 0.95 and the lightness value of 2efaad is 0.58.

The process color (four color CMYK) of #2efaad color hex is 0.82, 0.00, 0.31, 0.02. Web safe color of #2efaad is #33ff99. Color #2efaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111010 10101101
Octal 56 372 255
Decimal 46 250 173
Hex 2E FA AD

RGB Percentages of Color #2efaad

%9.81
%53.30
%36.89

CMYK Percentages of Color #2efaad

%82
%0
%31
%2

Triadic Colors of #2efaad

#2efaad #ad2efa #faad2e

Analogous Colors of #2efaad

#2efaad #2ee1fa #2efa47

Monochromatic Colors of #2efaad

#2efaad

Complementary Color

#2efaad #fa2e7b

#2efaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efaad Color CSS Codes

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

#2efaad Text Font Color

<p style="color:#2efaad">Text here</p>

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


#2efaad Background Color

<div style="background-color:#2efaad">
Div content here</div>

This div background color is #2efaad


#2efaad Border Color

<div style="border:3px solid #2efaad">
Div here</div>

This div border color is #2efaad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,250,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2efaad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2efaad;
  -webkit-box-shadow: 1px 1px 3px 2px #2efaad;
  box-shadow:         1px 1px 3px 2px #2efaad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,250,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efaad

Related Colors


Comments

No comments written yet.

Please login to write comment.