Color Hex Logo

#6fbaaa Color Hex

#6FBAAA
(111,186,170)
0 Favorites   0 Comments

Color spaces of #6fbaaa

RGB 111186170
HSL0.460.350.58
HSV167°40°73°
CMYK 0.400.000.09   0.27
XYZ31.370141.399644.3678
Yxy41.39960.26780.3534
Hunter Lab64.3425-25.57204.1560
CIE-Lab70.4550-27.11280.7860

#6fbaaa color RGB value is (111,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 10101010
Octal 157 272 252
Decimal 111 186 170
Hex 6F BA AA

RGB Percentages of Color #6fbaaa

%23.77
%39.83
%36.40

CMYK Percentages of Color #6fbaaa

%40
%0
%9
%27

Triadic Colors of #6fbaaa

#6fbaaa #aa6fba #baaa6f

Analogous Colors of #6fbaaa

#6fbaaa #6fa5ba #6fba85

Monochromatic Colors of #6fbaaa

#6fbaaa

Complementary Color

#6fbaaa #ba6f7f

#6fbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbaaa Color CSS Codes

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

#6fbaaa Text Font Color

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

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


#6fbaaa Background Color

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

This div background color is #6fbaaa


#6fbaaa Border Color

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

This div border color is #6fbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbaaa


Comments

No comments written yet.

Please login to write comment.