Color Hex Logo

#7ababa Color Hex

#7ABABA
(122,186,186)
0 Favorites   0 Comments

Color spaces of #7ababa

RGB 122186186
HSL0.500.320.60
HSV180°34°73°
CMYK 0.340.000.00   0.27
XYZ34.447942.800652.9001
Yxy42.80060.26470.3289
Hunter Lab65.4222-20.5000-2.1461
CIE-Lab71.4194-20.3200-6.5045

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 10111010
Octal 172 272 272
Decimal 122 186 186
Hex 7A BA BA

RGB Percentages of Color #7ababa

%24.70
%37.65
%37.65

CMYK Percentages of Color #7ababa

%34
%0
%0
%27

Triadic Colors of #7ababa

#7ababa #ba7aba #baba7a

Analogous Colors of #7ababa

#7ababa #7a9aba #7aba9a

Monochromatic Colors of #7ababa

#7ababa

Complementary Color

#7ababa #ba7a7a

#7ababa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ababa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ababa Color CSS Codes

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

#7ababa Text Font Color

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

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


#7ababa Background Color

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

This div background color is #7ababa


#7ababa Border Color

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

This div border color is #7ababa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ababa


Comments

No comments written yet.

Please login to write comment.