Color Hex Logo

#3ebeaa Color Hex

#3EBEAA
(62,190,170)
0 Favorites   0 Comments

Color spaces of #3ebeaa

RGB 62190170
HSL0.470.510.49
HSV171°67°75°
CMYK 0.670.000.11   0.25
XYZ27.655840.753344.4388
Yxy40.75330.24510.3611
Hunter Lab63.8383-34.38793.4142
CIE-Lab70.0027-39.3777-0.0728

#3ebeaa color RGB value is (62,190,170).

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

The process color (four color CMYK) of #3ebeaa color hex is 0.67, 0.00, 0.11, 0.25. Web safe color of #3ebeaa is #33cc99. Color #3ebeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 10101010
Octal 76 276 252
Decimal 62 190 170
Hex 3E BE AA

RGB Percentages of Color #3ebeaa

%14.69
%45.02
%40.28

CMYK Percentages of Color #3ebeaa

%67
%0
%11
%25

Triadic Colors of #3ebeaa

#3ebeaa #aa3ebe #beaa3e

Analogous Colors of #3ebeaa

#3ebeaa #3e92be #3ebe6a

Monochromatic Colors of #3ebeaa

#3ebeaa

Complementary Color

#3ebeaa #be3e52

#3ebeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebeaa Color CSS Codes

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

#3ebeaa Text Font Color

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

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


#3ebeaa Background Color

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

This div background color is #3ebeaa


#3ebeaa Border Color

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

This div border color is #3ebeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebeaa


Comments

No comments written yet.

Please login to write comment.