Color Hex Logo

#3eb5aa Color Hex

#3EB5AA
(62,181,170)
0 Favorites   0 Comments

Color spaces of #3eb5aa

RGB 62181170
HSL0.480.490.48
HSV174°66°71°
CMYK 0.660.000.06   0.29
XYZ25.766236.974243.8089
Yxy36.97420.24180.3470
Hunter Lab60.8064-30.7734-0.1519
CIE-Lab67.2577-35.2702-4.1014

#3eb5aa color RGB value is (62,181,170).

#3eb5aa hex color red value is 62, green value is 181 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3eb5aa hue: 0.48 , saturation: 0.49 and the lightness value of 3eb5aa is 0.48.

The process color (four color CMYK) of #3eb5aa color hex is 0.66, 0.00, 0.06, 0.29. Web safe color of #3eb5aa is #33cc99. Color #3eb5aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10110101 10101010
Octal 76 265 252
Decimal 62 181 170
Hex 3E B5 AA

RGB Percentages of Color #3eb5aa

%15.01
%43.83
%41.16

CMYK Percentages of Color #3eb5aa

%66
%0
%6
%29

Triadic Colors of #3eb5aa

#3eb5aa #aa3eb5 #b5aa3e

Analogous Colors of #3eb5aa

#3eb5aa #3e85b5 #3eb56f

Monochromatic Colors of #3eb5aa

#3eb5aa

Complementary Color

#3eb5aa #b53e49

#3eb5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eb5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eb5aa Color CSS Codes

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

#3eb5aa Text Font Color

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

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


#3eb5aa Background Color

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

This div background color is #3eb5aa


#3eb5aa Border Color

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

This div border color is #3eb5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eb5aa


Comments

No comments written yet.

Please login to write comment.