Color Hex Logo

#6dacae Color Hex

#6DACAE
(109,172,174)
0 Favorites   0 Comments

Color spaces of #6dacae

RGB 109172174
HSL0.510.290.55
HSV182°37°68°
CMYK 0.370.010.00   0.32
XYZ28.699235.812345.4442
Yxy35.81230.26100.3257
Hunter Lab59.8434-19.1223-3.1336
CIE-Lab66.3763-19.6309-7.4358

#6dacae color RGB value is (109,172,174).

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

The process color (four color CMYK) of #6dacae color hex is 0.37, 0.01, 0.00, 0.32. Web safe color of #6dacae is #669999. Color #6dacae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 10101110
Octal 155 254 256
Decimal 109 172 174
Hex 6D AC AE

RGB Percentages of Color #6dacae

%23.96
%37.80
%38.24

CMYK Percentages of Color #6dacae

%37
%1
%0
%32

Triadic Colors of #6dacae

#6dacae #ae6dac #acae6d

Analogous Colors of #6dacae

#6dacae #6d8cae #6dae90

Monochromatic Colors of #6dacae

#6dacae

Complementary Color

#6dacae #ae6f6d

#6dacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacae Color CSS Codes

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

#6dacae Text Font Color

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

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


#6dacae Background Color

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

This div background color is #6dacae


#6dacae Border Color

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

This div border color is #6dacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacae


Comments

No comments written yet.

Please login to write comment.