Color Hex Logo

#6dada0 Color Hex

#6DADA0
(109,173,160)
0 Favorites   0 Comments

Color spaces of #6dada0

RGB 109173160
HSL0.470.280.55
HSV168°37°68°
CMYK 0.370.000.08   0.32
XYZ27.595435.676438.6895
Yxy35.67640.27060.3499
Hunter Lab59.7297-22.05923.4061
CIE-Lab66.2719-23.53800.1902

#6dada0 color RGB value is (109,173,160).

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

The process color (four color CMYK) of #6dada0 color hex is 0.37, 0.00, 0.08, 0.32. Web safe color of #6dada0 is #669999. Color #6dada0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 10100000
Octal 155 255 240
Decimal 109 173 160
Hex 6D AD A0

RGB Percentages of Color #6dada0

%24.66
%39.14
%36.20

CMYK Percentages of Color #6dada0

%37
%0
%8
%32

Triadic Colors of #6dada0

#6dada0 #a06dad #ada06d

Analogous Colors of #6dada0

#6dada0 #6d9aad #6dad80

Monochromatic Colors of #6dada0

#6dada0

Complementary Color

#6dada0 #ad6d7a

#6dada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dada0 Color CSS Codes

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

#6dada0 Text Font Color

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

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


#6dada0 Background Color

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

This div background color is #6dada0


#6dada0 Border Color

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

This div border color is #6dada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dada0


Comments

No comments written yet.

Please login to write comment.