Color Hex Logo

#7baa94 Color Hex

#7BAA94
(123,170,148)
0 Favorites   0 Comments

Color spaces of #7baa94

RGB 123170148
HSL0.420.220.57
HSV152°28°67°
CMYK 0.280.000.13   0.33
XYZ27.888435.098533.3218
Yxy35.09850.28960.3644
Hunter Lab59.2440-19.65028.1231
CIE-Lab65.8253-20.44516.2999

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 10010100
Octal 173 252 224
Decimal 123 170 148
Hex 7B AA 94

RGB Percentages of Color #7baa94

%27.89
%38.55
%33.56

CMYK Percentages of Color #7baa94

%28
%0
%13
%33

Triadic Colors of #7baa94

#7baa94 #947baa #aa947b

Analogous Colors of #7baa94

#7baa94 #7ba9aa #7baa7d

Monochromatic Colors of #7baa94

#7baa94

Complementary Color

#7baa94 #aa7b91

#7baa94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baa94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baa94 Color CSS Codes

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

#7baa94 Text Font Color

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

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


#7baa94 Background Color

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

This div background color is #7baa94


#7baa94 Border Color

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

This div border color is #7baa94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baa94


Comments

No comments written yet.

Please login to write comment.