Color Hex Logo

#6bab8e Color Hex

#6BAB8E
(107,171,142)
0 Favorites   0 Comments

Color spaces of #6bab8e

RGB 107171142
HSL0.420.280.55
HSV153°37°67°
CMYK 0.370.000.17   0.33
XYZ25.508834.204630.8489
Yxy34.20460.28170.3777
Hunter Lab58.4847-24.49339.6656
CIE-Lab65.1246-27.15738.5121

#6bab8e color RGB value is (107,171,142).

#6bab8e hex color red value is 107, green value is 171 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6bab8e hue: 0.42 , saturation: 0.28 and the lightness value of 6bab8e is 0.55.

The process color (four color CMYK) of #6bab8e color hex is 0.37, 0.00, 0.17, 0.33. Web safe color of #6bab8e is #669999. Color #6bab8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 10001110
Octal 153 253 216
Decimal 107 171 142
Hex 6B AB 8E

RGB Percentages of Color #6bab8e

%25.48
%40.71
%33.81

CMYK Percentages of Color #6bab8e

%37
%0
%17
%33

Triadic Colors of #6bab8e

#6bab8e #8e6bab #ab8e6b

Analogous Colors of #6bab8e

#6bab8e #6ba8ab #6bab6e

Monochromatic Colors of #6bab8e

#6bab8e

Complementary Color

#6bab8e #ab6b88

#6bab8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bab8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bab8e Color CSS Codes

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

#6bab8e Text Font Color

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

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


#6bab8e Background Color

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

This div background color is #6bab8e


#6bab8e Border Color

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

This div border color is #6bab8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,171,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bab8e


Comments

No comments written yet.

Please login to write comment.