Color Hex Logo

#7ba995 Color Hex

#7BA995
(123,169,149)
0 Favorites   0 Comments

Color spaces of #7ba995

RGB 123169149
HSL0.430.210.57
HSV154°27°66°
CMYK 0.270.000.12   0.34
XYZ27.781234.756833.6783
Yxy34.75680.28870.3612
Hunter Lab58.9549-19.05697.3987
CIE-Lab65.5589-19.72315.3617

#7ba995 color RGB value is (123,169,149).

#7ba995 hex color red value is 123, green value is 169 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #7ba995 hue: 0.43 , saturation: 0.21 and the lightness value of 7ba995 is 0.57.

The process color (four color CMYK) of #7ba995 color hex is 0.27, 0.00, 0.12, 0.34. Web safe color of #7ba995 is #669999. Color #7ba995 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101001 10010101
Octal 173 251 225
Decimal 123 169 149
Hex 7B A9 95

RGB Percentages of Color #7ba995

%27.89
%38.32
%33.79

CMYK Percentages of Color #7ba995

%27
%0
%12
%34

Triadic Colors of #7ba995

#7ba995 #957ba9 #a9957b

Analogous Colors of #7ba995

#7ba995 #7ba6a9 #7ba97e

Monochromatic Colors of #7ba995

#7ba995

Complementary Color

#7ba995 #a97b8f

#7ba995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ba995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ba995 Color CSS Codes

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

#7ba995 Text Font Color

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

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


#7ba995 Background Color

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

This div background color is #7ba995


#7ba995 Border Color

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

This div border color is #7ba995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ba995

#7ba995 Color Palettes


Comments

No comments written yet.

Please login to write comment.