Color Hex Logo

#3ebaaf Color Hex

#3EBAAF
(62,186,175)
0 Favorites   0 Comments

Color spaces of #3ebaaf

RGB 62186175
HSL0.490.500.49
HSV175°67°73°
CMYK 0.670.000.06   0.27
XYZ27.283439.237146.6930
Yxy39.23710.24100.3466
Hunter Lab62.6395-31.8713-0.3485
CIE-Lab68.9227-36.2161-4.4022

#3ebaaf color RGB value is (62,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 10101111
Octal 76 272 257
Decimal 62 186 175
Hex 3E BA AF

RGB Percentages of Color #3ebaaf

%14.66
%43.97
%41.37

CMYK Percentages of Color #3ebaaf

%67
%0
%6
%27

Triadic Colors of #3ebaaf

#3ebaaf #af3eba #baaf3e

Analogous Colors of #3ebaaf

#3ebaaf #3e87ba #3eba71

Monochromatic Colors of #3ebaaf

#3ebaaf

Complementary Color

#3ebaaf #ba3e49

#3ebaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebaaf Color CSS Codes

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

#3ebaaf Text Font Color

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

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


#3ebaaf Background Color

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

This div background color is #3ebaaf


#3ebaaf Border Color

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

This div border color is #3ebaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebaaf


Comments

No comments written yet.

Please login to write comment.