Color Hex Logo

#6badaa Color Hex

#6BADAA
(107,173,170)
0 Favorites   0 Comments

Color spaces of #6badaa

RGB 107173170
HSL0.490.290.55
HSV177°38°68°
CMYK 0.380.000.02   0.32
XYZ28.262735.915243.4729
Yxy35.91520.26250.3336
Hunter Lab59.9293-20.6955-1.0587
CIE-Lab66.4551-21.6800-5.1067

#6badaa color RGB value is (107,173,170).

#6badaa hex color red value is 107, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6badaa hue: 0.49 , saturation: 0.29 and the lightness value of 6badaa is 0.55.

The process color (four color CMYK) of #6badaa color hex is 0.38, 0.00, 0.02, 0.32. Web safe color of #6badaa is #669999. Color #6badaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101101 10101010
Octal 153 255 252
Decimal 107 173 170
Hex 6B AD AA

RGB Percentages of Color #6badaa

%23.78
%38.44
%37.78

CMYK Percentages of Color #6badaa

%38
%0
%2
%32

Triadic Colors of #6badaa

#6badaa #aa6bad #adaa6b

Analogous Colors of #6badaa

#6badaa #6b8fad #6bad89

Monochromatic Colors of #6badaa

#6badaa

Complementary Color

#6badaa #ad6b6e

#6badaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6badaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6badaa Color CSS Codes

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

#6badaa Text Font Color

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

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


#6badaa Background Color

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

This div background color is #6badaa


#6badaa Border Color

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

This div border color is #6badaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6badaa


Comments

No comments written yet.

Please login to write comment.