Color Hex Logo

#6bbbaa Color Hex

#6BBBAA
(107,187,170)
0 Favorites   0 Comments

Color spaces of #6bbbaa

RGB 107187170
HSL0.460.370.58
HSV167°43°73°
CMYK 0.430.000.09   0.27
XYZ31.089441.568744.4152
Yxy41.56870.26560.3551
Hunter Lab64.4738-26.75614.2875
CIE-Lab70.5725-28.65320.9359

#6bbbaa color RGB value is (107,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111011 10101010
Octal 153 273 252
Decimal 107 187 170
Hex 6B BB AA

RGB Percentages of Color #6bbbaa

%23.06
%40.30
%36.64

CMYK Percentages of Color #6bbbaa

%43
%0
%9
%27

Triadic Colors of #6bbbaa

#6bbbaa #aa6bbb #bbaa6b

Analogous Colors of #6bbbaa

#6bbbaa #6ba4bb #6bbb82

Monochromatic Colors of #6bbbaa

#6bbbaa

Complementary Color

#6bbbaa #bb6b7c

#6bbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbbaa Color CSS Codes

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

#6bbbaa Text Font Color

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

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


#6bbbaa Background Color

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

This div background color is #6bbbaa


#6bbbaa Border Color

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

This div border color is #6bbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbbaa


Comments

No comments written yet.

Please login to write comment.