Color Hex Logo

#7abaab Color Hex

#7ABAAB
(122,186,171)
0 Favorites   0 Comments

Color spaces of #7abaab

RGB 122186171
HSL0.460.320.60
HSV166°34°73°
CMYK 0.340.000.08   0.27
XYZ32.935642.195744.9368
Yxy42.19570.27430.3514
Hunter Lab64.9582-23.17254.4551
CIE-Lab71.0056-23.83141.1042

#7abaab color RGB value is (122,186,171).

#7abaab hex color red value is 122, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7abaab hue: 0.46 , saturation: 0.32 and the lightness value of 7abaab is 0.60.

The process color (four color CMYK) of #7abaab color hex is 0.34, 0.00, 0.08, 0.27. Web safe color of #7abaab is #66cc99. Color #7abaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 10101011
Octal 172 272 253
Decimal 122 186 171
Hex 7A BA AB

RGB Percentages of Color #7abaab

%25.47
%38.83
%35.70

CMYK Percentages of Color #7abaab

%34
%0
%8
%27

Triadic Colors of #7abaab

#7abaab #ab7aba #baab7a

Analogous Colors of #7abaab

#7abaab #7aa9ba #7aba8b

Monochromatic Colors of #7abaab

#7abaab

Complementary Color

#7abaab #ba7a89

#7abaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abaab Color CSS Codes

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

#7abaab Text Font Color

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

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


#7abaab Background Color

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

This div background color is #7abaab


#7abaab Border Color

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

This div border color is #7abaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,186,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 #7abaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abaab


Comments

No comments written yet.

Please login to write comment.