Color Hex Logo

#6dbaaa Color Hex

#6DBAAA
(109,186,170)
0 Favorites   0 Comments

Color spaces of #6dbaaa

RGB 109186170
HSL0.470.360.58
HSV168°41°73°
CMYK 0.410.000.09   0.27
XYZ31.121341.271344.3561
Yxy41.27130.26660.3535
Hunter Lab64.2427-25.95354.0334
CIE-Lab70.3656-27.64340.6449

#6dbaaa color RGB value is (109,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 10101010
Octal 155 272 252
Decimal 109 186 170
Hex 6D BA AA

RGB Percentages of Color #6dbaaa

%23.44
%40.00
%36.56

CMYK Percentages of Color #6dbaaa

%41
%0
%9
%27

Triadic Colors of #6dbaaa

#6dbaaa #aa6dba #baaa6d

Analogous Colors of #6dbaaa

#6dbaaa #6da4ba #6dba84

Monochromatic Colors of #6dbaaa

#6dbaaa

Complementary Color

#6dbaaa #ba6d7d

#6dbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbaaa Color CSS Codes

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

#6dbaaa Text Font Color

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

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


#6dbaaa Background Color

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

This div background color is #6dbaaa


#6dbaaa Border Color

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

This div border color is #6dbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbaaa


Comments

No comments written yet.

Please login to write comment.