Color Hex Logo

#7baaab Color Hex

#7BAAAB
(123,170,171)
0 Favorites   0 Comments

Color spaces of #7baaab

RGB 123170171
HSL0.500.220.58
HSV181°28°67°
CMYK 0.280.010.00   0.33
XYZ29.893835.900743.8820
Yxy35.90070.27260.3273
Hunter Lab59.9172-15.7981-1.4806
CIE-Lab66.4440-15.3317-5.5864

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 10101011
Octal 173 252 253
Decimal 123 170 171
Hex 7B AA AB

RGB Percentages of Color #7baaab

%26.51
%36.64
%36.85

CMYK Percentages of Color #7baaab

%28
%1
%0
%33

Triadic Colors of #7baaab

#7baaab #ab7baa #aaab7b

Analogous Colors of #7baaab

#7baaab #7b92ab #7bab94

Monochromatic Colors of #7baaab

#7baaab

Complementary Color

#7baaab #ab7c7b

#7baaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baaab Color CSS Codes

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

#7baaab Text Font Color

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

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


#7baaab Background Color

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

This div background color is #7baaab


#7baaab Border Color

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

This div border color is #7baaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baaab


Comments

No comments written yet.

Please login to write comment.