Color Hex Logo

#3ebbaa Color Hex

#3EBBAA
(62,187,170)
0 Favorites   0 Comments

Color spaces of #3ebbaa

RGB 62187170
HSL0.480.500.49
HSV172°67°73°
CMYK 0.670.000.09   0.27
XYZ27.012639.467144.2244
Yxy39.46710.24400.3565
Hunter Lab62.8228-33.18852.2386
CIE-Lab69.0883-38.0248-1.4105

#3ebbaa color RGB value is (62,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111011 10101010
Octal 76 273 252
Decimal 62 187 170
Hex 3E BB AA

RGB Percentages of Color #3ebbaa

%14.80
%44.63
%40.57

CMYK Percentages of Color #3ebbaa

%67
%0
%9
%27

Triadic Colors of #3ebbaa

#3ebbaa #aa3ebb #bbaa3e

Analogous Colors of #3ebbaa

#3ebbaa #3e8ebb #3ebb6c

Monochromatic Colors of #3ebbaa

#3ebbaa

Complementary Color

#3ebbaa #bb3e4f

#3ebbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebbaa Color CSS Codes

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

#3ebbaa Text Font Color

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

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


#3ebbaa Background Color

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

This div background color is #3ebbaa


#3ebbaa Border Color

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

This div border color is #3ebbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebbaa


Comments

No comments written yet.

Please login to write comment.