Color Hex Logo

#6dba9e Color Hex

#6DBA9E
(109,186,158)
0 Favorites   0 Comments

Color spaces of #6dba9e

RGB 109186158
HSL0.440.360.58
HSV158°41°73°
CMYK 0.410.000.15   0.27
XYZ30.037140.837638.6471
Yxy40.83760.27430.3729
Hunter Lab63.9043-27.93178.8765
CIE-Lab70.0620-30.38416.7765

#6dba9e color RGB value is (109,186,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 10011110
Octal 155 272 236
Decimal 109 186 158
Hex 6D BA 9E

RGB Percentages of Color #6dba9e

%24.06
%41.06
%34.88

CMYK Percentages of Color #6dba9e

%41
%0
%15
%27

Triadic Colors of #6dba9e

#6dba9e #9e6dba #ba9e6d

Analogous Colors of #6dba9e

#6dba9e #6db0ba #6dba78

Monochromatic Colors of #6dba9e

#6dba9e

Complementary Color

#6dba9e #ba6d89

#6dba9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dba9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dba9e Color CSS Codes

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

#6dba9e Text Font Color

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

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


#6dba9e Background Color

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

This div background color is #6dba9e


#6dba9e Border Color

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

This div border color is #6dba9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dba9e


Comments

No comments written yet.

Please login to write comment.