Color Hex Logo

#7aaabd Color Hex

#7AAABD
(122,170,189)
0 Favorites   0 Comments

Color spaces of #7aaabd

RGB 122170189
HSL0.550.340.61
HSV197°35°74°
CMYK 0.350.100.00   0.26
XYZ31.586136.561153.5364
Yxy36.56110.25960.3005
Hunter Lab60.4658-12.5703-10.1693
CIE-Lab66.9464-11.1985-14.8444

#7aaabd color RGB value is (122,170,189).

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

The process color (four color CMYK) of #7aaabd color hex is 0.35, 0.10, 0.00, 0.26. Web safe color of #7aaabd is #6699cc. Color #7aaabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 10111101
Octal 172 252 275
Decimal 122 170 189
Hex 7A AA BD

RGB Percentages of Color #7aaabd

%25.36
%35.34
%39.29

CMYK Percentages of Color #7aaabd

%35
%10
%0
%26

Triadic Colors of #7aaabd

#7aaabd #bd7aaa #aabd7a

Analogous Colors of #7aaabd

#7aaabd #7a89bd #7abdaf

Monochromatic Colors of #7aaabd

#7aaabd

Complementary Color

#7aaabd #bd8d7a

#7aaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaabd Color CSS Codes

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

#7aaabd Text Font Color

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

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


#7aaabd Background Color

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

This div background color is #7aaabd


#7aaabd Border Color

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

This div border color is #7aaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaabd


Comments

No comments written yet.

Please login to write comment.