Color Hex Logo

#2edfad Color Hex

#2EDFAD
(46,223,173)
0 Favorites   0 Comments

Color spaces of #2edfad

RGB 46223173
HSL0.450.730.53
HSV163°79°87°
CMYK 0.790.000.22   0.13
XYZ35.057256.373348.5686
Yxy56.37330.25040.4027
Hunter Lab75.0822-48.048914.2044
CIE-Lab79.8258-54.464812.4034

#2edfad color RGB value is (46,223,173).

#2edfad hex color red value is 46, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2edfad hue: 0.45 , saturation: 0.73 and the lightness value of 2edfad is 0.53.

The process color (four color CMYK) of #2edfad color hex is 0.79, 0.00, 0.22, 0.13. Web safe color of #2edfad is #33cc99. Color #2edfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011111 10101101
Octal 56 337 255
Decimal 46 223 173
Hex 2E DF AD

RGB Percentages of Color #2edfad

%10.41
%50.45
%39.14

CMYK Percentages of Color #2edfad

%79
%0
%22
%13

Triadic Colors of #2edfad

#2edfad #ad2edf #dfad2e

Analogous Colors of #2edfad

#2edfad #2eb9df #2edf55

Monochromatic Colors of #2edfad

#2edfad

Complementary Color

#2edfad #df2e60

#2edfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edfad Color CSS Codes

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

#2edfad Text Font Color

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

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


#2edfad Background Color

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

This div background color is #2edfad


#2edfad Border Color

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

This div border color is #2edfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,223,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 #2edfad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edfad


Comments

No comments written yet.

Please login to write comment.