Color Hex Logo

#2edfae Color Hex

#2EDFAE
(46,223,174)
0 Favorites   0 Comments

Color spaces of #2edfae

RGB 46223174
HSL0.450.730.53
HSV163°79°87°
CMYK 0.790.000.22   0.13
XYZ35.154456.412249.0802
Yxy56.41220.24990.4011
Hunter Lab75.1081-47.892013.8319
CIE-Lab79.8478-54.228711.9067

#2edfae color RGB value is (46,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011111 10101110
Octal 56 337 256
Decimal 46 223 174
Hex 2E DF AE

RGB Percentages of Color #2edfae

%10.38
%50.34
%39.28

CMYK Percentages of Color #2edfae

%79
%0
%22
%13

Triadic Colors of #2edfae

#2edfae #ae2edf #dfae2e

Analogous Colors of #2edfae

#2edfae #2eb8df #2edf56

Monochromatic Colors of #2edfae

#2edfae

Complementary Color

#2edfae #df2e5f

#2edfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edfae Color CSS Codes

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

#2edfae Text Font Color

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

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


#2edfae Background Color

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

This div background color is #2edfae


#2edfae Border Color

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

This div border color is #2edfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edfae

#2edfae Color Palettes


Comments

No comments written yet.

Please login to write comment.