Color Hex Logo

#2edfac Color Hex

#2EDFAC
(46,223,172)
0 Favorites   0 Comments

Color spaces of #2edfac

RGB 46223172
HSL0.450.730.53
HSV163°79°87°
CMYK 0.790.000.23   0.13
XYZ34.960856.334848.0608
Yxy56.33480.25090.4042
Hunter Lab75.0565-48.204814.5745
CIE-Lab79.8040-54.699812.9002

#2edfac color RGB value is (46,223,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011111 10101100
Octal 56 337 254
Decimal 46 223 172
Hex 2E DF AC

RGB Percentages of Color #2edfac

%10.43
%50.57
%39.00

CMYK Percentages of Color #2edfac

%79
%0
%23
%13

Triadic Colors of #2edfac

#2edfac #ac2edf #dfac2e

Analogous Colors of #2edfac

#2edfac #2ebadf #2edf54

Monochromatic Colors of #2edfac

#2edfac

Complementary Color

#2edfac #df2e61

#2edfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edfac Color CSS Codes

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

#2edfac Text Font Color

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

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


#2edfac Background Color

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

This div background color is #2edfac


#2edfac Border Color

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

This div border color is #2edfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edfac


Comments

No comments written yet.

Please login to write comment.