Color Hex Logo

#6fbbaa Color Hex

#6FBBAA
(111,187,170)
0 Favorites   0 Comments

Color spaces of #6fbbaa

RGB 111187170
HSL0.460.360.58
HSV167°41°73°
CMYK 0.410.000.09   0.27
XYZ31.581641.822444.4382
Yxy41.82240.26800.3549
Hunter Lab64.6702-26.00284.5280
CIE-Lab70.7483-27.60231.2133

#6fbbaa color RGB value is (111,187,170).

#6fbbaa hex color red value is 111, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6fbbaa hue: 0.46 , saturation: 0.36 and the lightness value of 6fbbaa is 0.58.

The process color (four color CMYK) of #6fbbaa color hex is 0.41, 0.00, 0.09, 0.27. Web safe color of #6fbbaa is #66cc99. Color #6fbbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111011 10101010
Octal 157 273 252
Decimal 111 187 170
Hex 6F BB AA

RGB Percentages of Color #6fbbaa

%23.72
%39.96
%36.32

CMYK Percentages of Color #6fbbaa

%41
%0
%9
%27

Triadic Colors of #6fbbaa

#6fbbaa #aa6fbb #bbaa6f

Analogous Colors of #6fbbaa

#6fbbaa #6fa6bb #6fbb84

Monochromatic Colors of #6fbbaa

#6fbbaa

Complementary Color

#6fbbaa #bb6f80

#6fbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbbaa Color CSS Codes

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

#6fbbaa Text Font Color

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

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


#6fbbaa Background Color

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

This div background color is #6fbbaa


#6fbbaa Border Color

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

This div border color is #6fbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbbaa


Comments

No comments written yet.

Please login to write comment.