Color Hex Logo

#6dbaac Color Hex

#6DBAAC
(109,186,172)
0 Favorites   0 Comments

Color spaces of #6dbaac

RGB 109186172
HSL0.470.360.58
HSV169°41°73°
CMYK 0.410.000.08   0.27
XYZ31.312041.347645.3603
Yxy41.34760.26530.3503
Hunter Lab64.3021-25.60783.1868
CIE-Lab70.4188-27.1701-0.3739

#6dbaac color RGB value is (109,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 10101100
Octal 155 272 254
Decimal 109 186 172
Hex 6D BA AC

RGB Percentages of Color #6dbaac

%23.34
%39.83
%36.83

CMYK Percentages of Color #6dbaac

%41
%0
%8
%27

Triadic Colors of #6dbaac

#6dbaac #ac6dba #baac6d

Analogous Colors of #6dbaac

#6dbaac #6da2ba #6dba86

Monochromatic Colors of #6dbaac

#6dbaac

Complementary Color

#6dbaac #ba6d7b

#6dbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbaac Color CSS Codes

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

#6dbaac Text Font Color

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

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


#6dbaac Background Color

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

This div background color is #6dbaac


#6dbaac Border Color

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

This div border color is #6dbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbaac


Comments

No comments written yet.

Please login to write comment.