Color Hex Logo

#6fadaa Color Hex

#6FADAA
(111,173,170)
0 Favorites   0 Comments

Color spaces of #6fadaa

RGB 111173170
HSL0.490.270.56
HSV177°36°68°
CMYK 0.360.000.02   0.32
XYZ28.754836.168943.4960
Yxy36.16890.26520.3336
Hunter Lab60.1406-19.9005-0.7824
CIE-Lab66.6488-20.5891-4.7988

#6fadaa color RGB value is (111,173,170).

#6fadaa hex color red value is 111, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6fadaa hue: 0.49 , saturation: 0.27 and the lightness value of 6fadaa is 0.56.

The process color (four color CMYK) of #6fadaa color hex is 0.36, 0.00, 0.02, 0.32. Web safe color of #6fadaa is #669999. Color #6fadaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 10101010
Octal 157 255 252
Decimal 111 173 170
Hex 6F AD AA

RGB Percentages of Color #6fadaa

%24.45
%38.11
%37.44

CMYK Percentages of Color #6fadaa

%36
%0
%2
%32

Triadic Colors of #6fadaa

#6fadaa #aa6fad #adaa6f

Analogous Colors of #6fadaa

#6fadaa #6f91ad #6fad8b

Monochromatic Colors of #6fadaa

#6fadaa

Complementary Color

#6fadaa #ad6f72

#6fadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fadaa Color CSS Codes

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

#6fadaa Text Font Color

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

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


#6fadaa Background Color

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

This div background color is #6fadaa


#6fadaa Border Color

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

This div border color is #6fadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fadaa


Comments

No comments written yet.

Please login to write comment.