Color Hex Logo

#3ebaad Color Hex

#3EBAAD
(62,186,173)
0 Favorites   0 Comments

Color spaces of #3ebaad

RGB 62186173
HSL0.480.500.49
HSV174°67°73°
CMYK 0.670.000.07   0.27
XYZ27.088339.159145.6659
Yxy39.15910.24200.3499
Hunter Lab62.5772-32.24150.5370
CIE-Lab68.8664-36.7614-3.3852

#3ebaad color RGB value is (62,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 10101101
Octal 76 272 255
Decimal 62 186 173
Hex 3E BA AD

RGB Percentages of Color #3ebaad

%14.73
%44.18
%41.09

CMYK Percentages of Color #3ebaad

%67
%0
%7
%27

Triadic Colors of #3ebaad

#3ebaad #ad3eba #baad3e

Analogous Colors of #3ebaad

#3ebaad #3e89ba #3eba6f

Monochromatic Colors of #3ebaad

#3ebaad

Complementary Color

#3ebaad #ba3e4b

#3ebaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebaad Color CSS Codes

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

#3ebaad Text Font Color

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

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


#3ebaad Background Color

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

This div background color is #3ebaad


#3ebaad Border Color

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

This div border color is #3ebaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebaad


Comments

No comments written yet.

Please login to write comment.