Color Hex Logo

#6dacb9 Color Hex

#6DACB9
(109,172,185)
0 Favorites   0 Comments

Color spaces of #6dacb9

RGB 109172185
HSL0.530.350.58
HSV190°41°73°
CMYK 0.410.070.00   0.27
XYZ29.816236.259051.3262
Yxy36.25900.25400.3088
Hunter Lab60.2154-16.9912-8.3866
CIE-Lab66.7173-16.8045-13.0365

#6dacb9 color RGB value is (109,172,185).

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

The process color (four color CMYK) of #6dacb9 color hex is 0.41, 0.07, 0.00, 0.27. Web safe color of #6dacb9 is #6699cc. Color #6dacb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 10111001
Octal 155 254 271
Decimal 109 172 185
Hex 6D AC B9

RGB Percentages of Color #6dacb9

%23.39
%36.91
%39.70

CMYK Percentages of Color #6dacb9

%41
%7
%0
%27

Triadic Colors of #6dacb9

#6dacb9 #b96dac #acb96d

Analogous Colors of #6dacb9

#6dacb9 #6d86b9 #6db9a0

Monochromatic Colors of #6dacb9

#6dacb9

Complementary Color

#6dacb9 #b97a6d

#6dacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacb9 Color CSS Codes

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

#6dacb9 Text Font Color

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

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


#6dacb9 Background Color

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

This div background color is #6dacb9


#6dacb9 Border Color

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

This div border color is #6dacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacb9


Comments

No comments written yet.

Please login to write comment.