Color Hex Logo

#3edaac Color Hex

#3EDAAC
(62,218,172)
0 Favorites   0 Comments

Color spaces of #3edaac

RGB 62218172
HSL0.450.680.55
HSV162°72°85°
CMYK 0.720.000.21   0.15
XYZ34.504454.145547.6623
Yxy54.14550.25310.3972
Hunter Lab73.5836-45.070213.1046
CIE-Lab78.5465-50.845311.1541

#3edaac color RGB value is (62,218,172).

#3edaac hex color red value is 62, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3edaac hue: 0.45 , saturation: 0.68 and the lightness value of 3edaac is 0.55.

The process color (four color CMYK) of #3edaac color hex is 0.72, 0.00, 0.21, 0.15. Web safe color of #3edaac is #33cc99. Color #3edaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10101100
Octal 76 332 254
Decimal 62 218 172
Hex 3E DA AC

RGB Percentages of Color #3edaac

%13.72
%48.23
%38.05

CMYK Percentages of Color #3edaac

%72
%0
%21
%15

Triadic Colors of #3edaac

#3edaac #ac3eda #daac3e

Analogous Colors of #3edaac

#3edaac #3ebada #3eda5e

Monochromatic Colors of #3edaac

#3edaac

Complementary Color

#3edaac #da3e6c

#3edaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edaac Color CSS Codes

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

#3edaac Text Font Color

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

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


#3edaac Background Color

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

This div background color is #3edaac


#3edaac Border Color

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

This div border color is #3edaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,218,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 #3edaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edaac


Comments

No comments written yet.

Please login to write comment.