Color Hex Logo

#6dbdab Color Hex

#6DBDAB
(109,189,171)
0 Favorites   0 Comments

Color spaces of #6dbdab

RGB 109189171
HSL0.460.380.58
HSV167°42°74°
CMYK 0.420.000.10   0.26
XYZ31.855042.586745.0692
Yxy42.58670.26650.3563
Hunter Lab65.2585-27.07014.7337
CIE-Lab71.2736-28.86981.4201

#6dbdab color RGB value is (109,189,171).

#6dbdab hex color red value is 109, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6dbdab hue: 0.46 , saturation: 0.38 and the lightness value of 6dbdab is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111101 10101011
Octal 155 275 253
Decimal 109 189 171
Hex 6D BD AB

RGB Percentages of Color #6dbdab

%23.24
%40.30
%36.46

CMYK Percentages of Color #6dbdab

%42
%0
%10
%26

Triadic Colors of #6dbdab

#6dbdab #ab6dbd #bdab6d

Analogous Colors of #6dbdab

#6dbdab #6da7bd #6dbd83

Monochromatic Colors of #6dbdab

#6dbdab

Complementary Color

#6dbdab #bd6d7f

#6dbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbdab Color CSS Codes

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

#6dbdab Text Font Color

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

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


#6dbdab Background Color

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

This div background color is #6dbdab


#6dbdab Border Color

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

This div border color is #6dbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbdab


Comments

No comments written yet.

Please login to write comment.