Color Hex Logo

#7baaba Color Hex

#7BAABA
(123,170,186)
0 Favorites   0 Comments

Color spaces of #7baaba

RGB 123170186
HSL0.540.310.61
HSV195°34°73°
CMYK 0.340.090.00   0.27
XYZ31.406036.505651.8454
Yxy36.50560.26220.3048
Hunter Lab60.4199-12.9512-8.5820
CIE-Lab66.9044-11.6770-13.2370

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

#7baaba hex color red value is 123, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7baaba hue: 0.54 , saturation: 0.31 and the lightness value of 7baaba is 0.61.

The process color (four color CMYK) of #7baaba color hex is 0.34, 0.09, 0.00, 0.27. Web safe color of #7baaba is #6699cc. Color #7baaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 10111010
Octal 173 252 272
Decimal 123 170 186
Hex 7B AA BA

RGB Percentages of Color #7baaba

%25.68
%35.49
%38.83

CMYK Percentages of Color #7baaba

%34
%9
%0
%27

Triadic Colors of #7baaba

#7baaba #ba7baa #aaba7b

Analogous Colors of #7baaba

#7baaba #7b8bba #7bbaab

Monochromatic Colors of #7baaba

#7baaba

Complementary Color

#7baaba #ba8b7b

#7baaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baaba Color CSS Codes

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

#7baaba Text Font Color

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

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


#7baaba Background Color

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

This div background color is #7baaba


#7baaba Border Color

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

This div border color is #7baaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,170,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baaba


Comments

No comments written yet.

Please login to write comment.