Color Hex Logo

#7ab09f Color Hex

#7AB09F
(122,176,159)
0 Favorites   0 Comments

Color spaces of #7ab09f

RGB 122176159
HSL0.450.250.58
HSV161°31°69°
CMYK 0.310.000.10   0.31
XYZ29.809437.691438.5049
Yxy37.69140.28120.3556
Hunter Lab61.3933-20.76805.7896
CIE-Lab67.7926-21.46483.0376

#7ab09f color RGB value is (122,176,159).

#7ab09f hex color red value is 122, green value is 176 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7ab09f hue: 0.45 , saturation: 0.25 and the lightness value of 7ab09f is 0.58.

The process color (four color CMYK) of #7ab09f color hex is 0.31, 0.00, 0.10, 0.31. Web safe color of #7ab09f is #669999. Color #7ab09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110000 10011111
Octal 172 260 237
Decimal 122 176 159
Hex 7A B0 9F

RGB Percentages of Color #7ab09f

%26.70
%38.51
%34.79

CMYK Percentages of Color #7ab09f

%31
%0
%10
%31

Triadic Colors of #7ab09f

#7ab09f #9f7ab0 #b09f7a

Analogous Colors of #7ab09f

#7ab09f #7aa6b0 #7ab084

Monochromatic Colors of #7ab09f

#7ab09f

Complementary Color

#7ab09f #b07a8b

#7ab09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab09f Color CSS Codes

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

#7ab09f Text Font Color

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

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


#7ab09f Background Color

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

This div background color is #7ab09f


#7ab09f Border Color

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

This div border color is #7ab09f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,176,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ab09f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ab09f;
  -webkit-box-shadow: 1px 1px 3px 2px #7ab09f;
  box-shadow:         1px 1px 3px 2px #7ab09f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,176,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab09f


Comments

No comments written yet.

Please login to write comment.