Color Hex Logo

#7ab2ba Color Hex

#7AB2BA
(122,178,186)
0 Favorites   0 Comments

Color spaces of #7ab2ba

RGB 122178186
HSL0.520.320.60
HSV188°34°73°
CMYK 0.340.040.00   0.27
XYZ32.809439.523552.3539
Yxy39.52350.26310.3170
Hunter Lab62.8677-16.8629-5.3671
CIE-Lab69.1288-16.1907-9.9108

#7ab2ba color RGB value is (122,178,186).

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

The process color (four color CMYK) of #7ab2ba color hex is 0.34, 0.04, 0.00, 0.27. Web safe color of #7ab2ba is #6699cc. Color #7ab2ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110010 10111010
Octal 172 262 272
Decimal 122 178 186
Hex 7A B2 BA

RGB Percentages of Color #7ab2ba

%25.10
%36.63
%38.27

CMYK Percentages of Color #7ab2ba

%34
%4
%0
%27

Triadic Colors of #7ab2ba

#7ab2ba #ba7ab2 #b2ba7a

Analogous Colors of #7ab2ba

#7ab2ba #7a92ba #7abaa2

Monochromatic Colors of #7ab2ba

#7ab2ba

Complementary Color

#7ab2ba #ba827a

#7ab2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab2ba Color CSS Codes

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

#7ab2ba Text Font Color

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

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


#7ab2ba Background Color

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

This div background color is #7ab2ba


#7ab2ba Border Color

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

This div border color is #7ab2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab2ba


Comments

No comments written yet.

Please login to write comment.