Color Hex Logo

#6dbbaf Color Hex

#6DBBAF
(109,187,175)
0 Favorites   0 Comments

Color spaces of #6dbbaf

RGB 109187175
HSL0.470.360.58
HSV171°42°73°
CMYK 0.420.000.06   0.27
XYZ31.814941.887046.9656
Yxy41.88700.26370.3471
Hunter Lab64.7202-25.51392.2790
CIE-Lab70.7929-26.9440-1.4705

#6dbbaf color RGB value is (109,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111011 10101111
Octal 155 273 257
Decimal 109 187 175
Hex 6D BB AF

RGB Percentages of Color #6dbbaf

%23.14
%39.70
%37.15

CMYK Percentages of Color #6dbbaf

%42
%0
%6
%27

Triadic Colors of #6dbbaf

#6dbbaf #af6dbb #bbaf6d

Analogous Colors of #6dbbaf

#6dbbaf #6da0bb #6dbb88

Monochromatic Colors of #6dbbaf

#6dbbaf

Complementary Color

#6dbbaf #bb6d79

#6dbbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbbaf Color CSS Codes

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

#6dbbaf Text Font Color

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

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


#6dbbaf Background Color

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

This div background color is #6dbbaf


#6dbbaf Border Color

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

This div border color is #6dbbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbbaf


Comments

No comments written yet.

Please login to write comment.