Color Hex Logo

#2eddad Color Hex

#2EDDAD
(46,221,173)
0 Favorites   0 Comments

Color spaces of #2eddad

RGB 46221173
HSL0.450.720.52
HSV164°79°87°
CMYK 0.790.000.22   0.13
XYZ34.526055.310948.3915
Yxy55.31090.24980.4001
Hunter Lab74.3713-47.283213.4814
CIE-Lab79.2200-53.674011.5449

#2eddad color RGB value is (46,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011101 10101101
Octal 56 335 255
Decimal 46 221 173
Hex 2E DD AD

RGB Percentages of Color #2eddad

%10.45
%50.23
%39.32

CMYK Percentages of Color #2eddad

%79
%0
%22
%13

Triadic Colors of #2eddad

#2eddad #ad2edd #ddad2e

Analogous Colors of #2eddad

#2eddad #2eb6dd #2edd56

Monochromatic Colors of #2eddad

#2eddad

Complementary Color

#2eddad #dd2e5e

#2eddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eddad Color CSS Codes

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

#2eddad Text Font Color

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

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


#2eddad Background Color

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

This div background color is #2eddad


#2eddad Border Color

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

This div border color is #2eddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eddad


Comments

No comments written yet.

Please login to write comment.