Color Hex Logo

#7baaaa Color Hex

#7BAAAA
(123,170,170)
0 Favorites   0 Comments

Color spaces of #7baaaa

RGB 123170170
HSL0.500.220.57
HSV180°28°67°
CMYK 0.280.000.00   0.33
XYZ29.798835.862743.3818
Yxy35.86270.27330.3289
Hunter Lab59.8855-15.9786-1.0306
CIE-Lab66.4149-15.5669-5.0731

#7baaaa color RGB value is (123,170,170).

#7baaaa hex color red value is 123, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7baaaa hue: 0.50 , saturation: 0.22 and the lightness value of 7baaaa is 0.57.

The process color (four color CMYK) of #7baaaa color hex is 0.28, 0.00, 0.00, 0.33. Web safe color of #7baaaa is #669999. Color #7baaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 10101010
Octal 173 252 252
Decimal 123 170 170
Hex 7B AA AA

RGB Percentages of Color #7baaaa

%26.57
%36.72
%36.72

CMYK Percentages of Color #7baaaa

%28
%0
%0
%33

Triadic Colors of #7baaaa

#7baaaa #aa7baa #aaaa7b

Analogous Colors of #7baaaa

#7baaaa #7b93aa #7baa93

Monochromatic Colors of #7baaaa

#7baaaa

Complementary Color

#7baaaa #aa7b7b

#7baaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baaaa Color CSS Codes

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

#7baaaa Text Font Color

<p style="color:#7baaaa">Text here</p>

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


#7baaaa Background Color

<div style="background-color:#7baaaa">
Div content here</div>

This div background color is #7baaaa


#7baaaa Border Color

<div style="border:3px solid #7baaaa">
Div here</div>

This div border color is #7baaaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,170,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7baaaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7baaaa;
  -webkit-box-shadow: 1px 1px 3px 2px #7baaaa;
  box-shadow:         1px 1px 3px 2px #7baaaa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baaaa


Comments

No comments written yet.

Please login to write comment.