Color Hex Logo

#7abaaf Color Hex

#7ABAAF
(122,186,175)
0 Favorites   0 Comments

Color spaces of #7abaaf

RGB 122186175
HSL0.470.320.60
HSV170°34°73°
CMYK 0.340.000.06   0.27
XYZ33.322842.350546.9756
Yxy42.35050.27170.3453
Hunter Lab65.0773-22.48432.7560
CIE-Lab71.1119-22.9186-0.9313

#7abaaf color RGB value is (122,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 10101111
Octal 172 272 257
Decimal 122 186 175
Hex 7A BA AF

RGB Percentages of Color #7abaaf

%25.26
%38.51
%36.23

CMYK Percentages of Color #7abaaf

%34
%0
%6
%27

Triadic Colors of #7abaaf

#7abaaf #af7aba #baaf7a

Analogous Colors of #7abaaf

#7abaaf #7aa5ba #7aba8f

Monochromatic Colors of #7abaaf

#7abaaf

Complementary Color

#7abaaf #ba7a85

#7abaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abaaf Color CSS Codes

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

#7abaaf Text Font Color

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

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


#7abaaf Background Color

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

This div background color is #7abaaf


#7abaaf Border Color

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

This div border color is #7abaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abaaf


Comments

No comments written yet.

Please login to write comment.