Color Hex Logo

#6dbbad Color Hex

#6DBBAD
(109,187,173)
0 Favorites   0 Comments

Color spaces of #6dbbad

RGB 109187173
HSL0.470.360.58
HSV169°42°73°
CMYK 0.420.000.07   0.27
XYZ31.619841.809045.9386
Yxy41.80900.26490.3503
Hunter Lab64.6599-25.86523.1384
CIE-Lab70.7390-27.4227-0.4538

#6dbbad color RGB value is (109,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111011 10101101
Octal 155 273 255
Decimal 109 187 173
Hex 6D BB AD

RGB Percentages of Color #6dbbad

%23.24
%39.87
%36.89

CMYK Percentages of Color #6dbbad

%42
%0
%7
%27

Triadic Colors of #6dbbad

#6dbbad #ad6dbb #bbad6d

Analogous Colors of #6dbbad

#6dbbad #6da2bb #6dbb86

Monochromatic Colors of #6dbbad

#6dbbad

Complementary Color

#6dbbad #bb6d7b

#6dbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbbad Color CSS Codes

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

#6dbbad Text Font Color

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

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


#6dbbad Background Color

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

This div background color is #6dbbad


#6dbbad Border Color

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

This div border color is #6dbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbbad


Comments

No comments written yet.

Please login to write comment.