Color Hex Logo

#3edaaa Color Hex

#3EDAAA
(62,218,170)
0 Favorites   0 Comments

Color spaces of #3edaaa

RGB 62218170
HSL0.450.680.55
HSV162°72°85°
CMYK 0.720.000.22   0.15
XYZ34.313754.069246.6581
Yxy54.06920.25410.4004
Hunter Lab73.5318-45.383313.8510
CIE-Lab78.5021-51.312112.1516

#3edaaa color RGB value is (62,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 10101010
Octal 76 332 252
Decimal 62 218 170
Hex 3E DA AA

RGB Percentages of Color #3edaaa

%13.78
%48.44
%37.78

CMYK Percentages of Color #3edaaa

%72
%0
%22
%15

Triadic Colors of #3edaaa

#3edaaa #aa3eda #daaa3e

Analogous Colors of #3edaaa

#3edaaa #3ebcda #3eda5c

Monochromatic Colors of #3edaaa

#3edaaa

Complementary Color

#3edaaa #da3e6e

#3edaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edaaa Color CSS Codes

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

#3edaaa Text Font Color

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

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


#3edaaa Background Color

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

This div background color is #3edaaa


#3edaaa Border Color

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

This div border color is #3edaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edaaa


Comments

No comments written yet.

Please login to write comment.