Color Hex Logo

#7ababf Color Hex

#7ABABF
(122,186,191)
0 Favorites   0 Comments

Color spaces of #7ababf

RGB 122186191
HSL0.510.350.61
HSV184°36°75°
CMYK 0.360.030.00   0.25
XYZ34.988943.017055.7492
Yxy43.01700.26160.3216
Hunter Lab65.5873-19.5534-4.4853
CIE-Lab71.5665-19.0974-9.0243

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

#7ababf hex color red value is 122, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7ababf hue: 0.51 , saturation: 0.35 and the lightness value of 7ababf is 0.61.

The process color (four color CMYK) of #7ababf color hex is 0.36, 0.03, 0.00, 0.25. Web safe color of #7ababf is #66cccc. Color #7ababf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 10111111
Octal 172 272 277
Decimal 122 186 191
Hex 7A BA BF

RGB Percentages of Color #7ababf

%24.45
%37.27
%38.28

CMYK Percentages of Color #7ababf

%36
%3
%0
%25

Triadic Colors of #7ababf

#7ababf #bf7aba #babf7a

Analogous Colors of #7ababf

#7ababf #7a98bf #7abfa2

Monochromatic Colors of #7ababf

#7ababf

Complementary Color

#7ababf #bf7f7a

#7ababf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ababf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ababf Color CSS Codes

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

#7ababf Text Font Color

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

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


#7ababf Background Color

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

This div background color is #7ababf


#7ababf Border Color

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

This div border color is #7ababf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ababf


Comments

No comments written yet.

Please login to write comment.