Color Hex Logo

#7ababd Color Hex

#7ABABD
(122,186,189)
0 Favorites   0 Comments

Color spaces of #7ababd

RGB 122186189
HSL0.510.340.61
HSV183°35°74°
CMYK 0.350.020.00   0.26
XYZ34.770342.929554.5978
Yxy42.92950.26280.3245
Hunter Lab65.5206-19.9352-3.5415
CIE-Lab71.5071-19.5892-8.0176

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

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

The process color (four color CMYK) of #7ababd color hex is 0.35, 0.02, 0.00, 0.26. Web safe color of #7ababd is #66cccc. Color #7ababd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 10111101
Octal 172 272 275
Decimal 122 186 189
Hex 7A BA BD

RGB Percentages of Color #7ababd

%24.55
%37.42
%38.03

CMYK Percentages of Color #7ababd

%35
%2
%0
%26

Triadic Colors of #7ababd

#7ababd #bd7aba #babd7a

Analogous Colors of #7ababd

#7ababd #7a99bd #7abd9f

Monochromatic Colors of #7ababd

#7ababd

Complementary Color

#7ababd #bd7d7a

#7ababd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ababd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ababd Color CSS Codes

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

#7ababd Text Font Color

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

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


#7ababd Background Color

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

This div background color is #7ababd


#7ababd Border Color

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

This div border color is #7ababd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ababd


Comments

No comments written yet.

Please login to write comment.