Color Hex Logo

#6dacab Color Hex

#6DACAB
(109,172,171)
0 Favorites   0 Comments

Color spaces of #6dacab

RGB 109172171
HSL0.500.280.55
HSV179°37°67°
CMYK 0.370.000.01   0.33
XYZ28.409935.696543.9208
Yxy35.69650.26300.3304
Hunter Lab59.7465-19.6785-1.7626
CIE-Lab66.2874-20.3787-5.8999

#6dacab color RGB value is (109,172,171).

#6dacab hex color red value is 109, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6dacab hue: 0.50 , saturation: 0.28 and the lightness value of 6dacab is 0.55.

The process color (four color CMYK) of #6dacab color hex is 0.37, 0.00, 0.01, 0.33. Web safe color of #6dacab is #669999. Color #6dacab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 10101011
Octal 155 254 253
Decimal 109 172 171
Hex 6D AC AB

RGB Percentages of Color #6dacab

%24.12
%38.05
%37.83

CMYK Percentages of Color #6dacab

%37
%0
%1
%33

Triadic Colors of #6dacab

#6dacab #ab6dac #acab6d

Analogous Colors of #6dacab

#6dacab #6d8eac #6dac8c

Monochromatic Colors of #6dacab

#6dacab

Complementary Color

#6dacab #ac6d6e

#6dacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacab Color CSS Codes

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

#6dacab Text Font Color

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

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


#6dacab Background Color

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

This div background color is #6dacab


#6dacab Border Color

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

This div border color is #6dacab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,172,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 #6dacab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacab


Comments

No comments written yet.

Please login to write comment.