Color Hex Logo

#3eedab Color Hex

#3EEDAB
(62,237,171)
0 Favorites   0 Comments

Color spaces of #3eedab

RGB 62237171
HSL0.440.830.59
HSV157°74°93°
CMYK 0.740.000.28   0.07
XYZ39.621564.532848.8959
Yxy64.53280.25890.4216
Hunter Lab80.3323-52.541820.1445
CIE-Lab84.2424-58.570519.6757

#3eedab color RGB value is (62,237,171).

#3eedab hex color red value is 62, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3eedab hue: 0.44 , saturation: 0.83 and the lightness value of 3eedab is 0.59.

The process color (four color CMYK) of #3eedab color hex is 0.74, 0.00, 0.28, 0.07. Web safe color of #3eedab is #33ff99. Color #3eedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11101101 10101011
Octal 76 355 253
Decimal 62 237 171
Hex 3E ED AB

RGB Percentages of Color #3eedab

%13.19
%50.43
%36.38

CMYK Percentages of Color #3eedab

%74
%0
%28
%7

Triadic Colors of #3eedab

#3eedab #ab3eed #edab3e

Analogous Colors of #3eedab

#3eedab #3ed8ed #3eed54

Monochromatic Colors of #3eedab

#3eedab

Complementary Color

#3eedab #ed3e80

#3eedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eedab Color CSS Codes

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

#3eedab Text Font Color

<p style="color:#3eedab">Text here</p>

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


#3eedab Background Color

<div style="background-color:#3eedab">
Div content here</div>

This div background color is #3eedab


#3eedab Border Color

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

This div border color is #3eedab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,237,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3eedab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3eedab;
  -webkit-box-shadow: 1px 1px 3px 2px #3eedab;
  box-shadow:         1px 1px 3px 2px #3eedab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,237,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eedab


Comments

No comments written yet.

Please login to write comment.