Color Hex Logo

#6ebaaa Color Hex

#6EBAAA
(110,186,170)
0 Favorites   0 Comments

Color spaces of #6ebaaa

RGB 110186170
HSL0.460.360.58
HSV167°41°73°
CMYK 0.410.000.09   0.27
XYZ31.245041.335144.3619
Yxy41.33510.26720.3535
Hunter Lab64.2924-25.76374.0944
CIE-Lab70.4101-27.37910.7151

#6ebaaa color RGB value is (110,186,170).

#6ebaaa hex color red value is 110, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6ebaaa hue: 0.46 , saturation: 0.36 and the lightness value of 6ebaaa is 0.58.

The process color (four color CMYK) of #6ebaaa color hex is 0.41, 0.00, 0.09, 0.27. Web safe color of #6ebaaa is #66cc99. Color #6ebaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 10101010
Octal 156 272 252
Decimal 110 186 170
Hex 6E BA AA

RGB Percentages of Color #6ebaaa

%23.61
%39.91
%36.48

CMYK Percentages of Color #6ebaaa

%41
%0
%9
%27

Triadic Colors of #6ebaaa

#6ebaaa #aa6eba #baaa6e

Analogous Colors of #6ebaaa

#6ebaaa #6ea4ba #6eba84

Monochromatic Colors of #6ebaaa

#6ebaaa

Complementary Color

#6ebaaa #ba6e7e

#6ebaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebaaa Color CSS Codes

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

#6ebaaa Text Font Color

<p style="color:#6ebaaa">Text here</p>

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


#6ebaaa Background Color

<div style="background-color:#6ebaaa">
Div content here</div>

This div background color is #6ebaaa


#6ebaaa Border Color

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

This div border color is #6ebaaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,186,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ebaaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ebaaa;
  -webkit-box-shadow: 1px 1px 3px 2px #6ebaaa;
  box-shadow:         1px 1px 3px 2px #6ebaaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,186,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 #6ebaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebaaa


Comments

No comments written yet.

Please login to write comment.