Color Hex Logo

#6ebeaa Color Hex

#6EBEAA
(110,190,170)
0 Favorites   0 Comments

Color spaces of #6ebeaa

RGB 110190170
HSL0.460.380.59
HSV165°42°75°
CMYK 0.420.000.11   0.25
XYZ32.099643.044244.6467
Yxy43.04420.26800.3593
Hunter Lab65.6081-27.48075.5784
CIE-Lab71.5850-29.32542.4242

#6ebeaa color RGB value is (110,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111110 10101010
Octal 156 276 252
Decimal 110 190 170
Hex 6E BE AA

RGB Percentages of Color #6ebeaa

%23.40
%40.43
%36.17

CMYK Percentages of Color #6ebeaa

%42
%0
%11
%25

Triadic Colors of #6ebeaa

#6ebeaa #aa6ebe #beaa6e

Analogous Colors of #6ebeaa

#6ebeaa #6eaabe #6ebe82

Monochromatic Colors of #6ebeaa

#6ebeaa

Complementary Color

#6ebeaa #be6e82

#6ebeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebeaa Color CSS Codes

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

#6ebeaa Text Font Color

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

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


#6ebeaa Background Color

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

This div background color is #6ebeaa


#6ebeaa Border Color

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

This div border color is #6ebeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebeaa


Comments

No comments written yet.

Please login to write comment.