Color Hex Logo

#6baba0 Color Hex

#6BABA0
(107,171,160)
0 Favorites   0 Comments

Color spaces of #6baba0

RGB 107171160
HSL0.470.280.55
HSV170°37°67°
CMYK 0.370.000.06   0.33
XYZ26.971534.789738.5512
Yxy34.78970.26890.3468
Hunter Lab58.9828-21.59592.5360
CIE-Lab65.5846-23.0896-0.8259

#6baba0 color RGB value is (107,171,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 10100000
Octal 153 253 240
Decimal 107 171 160
Hex 6B AB A0

RGB Percentages of Color #6baba0

%24.43
%39.04
%36.53

CMYK Percentages of Color #6baba0

%37
%0
%6
%33

Triadic Colors of #6baba0

#6baba0 #a06bab #aba06b

Analogous Colors of #6baba0

#6baba0 #6b96ab #6bab80

Monochromatic Colors of #6baba0

#6baba0

Complementary Color

#6baba0 #ab6b76

#6baba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baba0 Color CSS Codes

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

#6baba0 Text Font Color

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

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


#6baba0 Background Color

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

This div background color is #6baba0


#6baba0 Border Color

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

This div border color is #6baba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baba0


Comments

No comments written yet.

Please login to write comment.