Color Hex Logo

#7aaabe Color Hex

#7AAABE
(122,170,190)
0 Favorites   0 Comments

Color spaces of #7aaabe

RGB 122170190
HSL0.550.340.61
HSV198°36°75°
CMYK 0.360.110.00   0.25
XYZ31.695036.604754.1101
Yxy36.60470.25890.2990
Hunter Lab60.5018-12.3676-10.6750
CIE-Lab66.9794-10.9430-15.3494

#7aaabe color RGB value is (122,170,190).

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

The process color (four color CMYK) of #7aaabe color hex is 0.36, 0.11, 0.00, 0.25. Web safe color of #7aaabe is #6699cc. Color #7aaabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 10111110
Octal 172 252 276
Decimal 122 170 190
Hex 7A AA BE

RGB Percentages of Color #7aaabe

%25.31
%35.27
%39.42

CMYK Percentages of Color #7aaabe

%36
%11
%0
%25

Triadic Colors of #7aaabe

#7aaabe #be7aaa #aabe7a

Analogous Colors of #7aaabe

#7aaabe #7a88be #7abeb0

Monochromatic Colors of #7aaabe

#7aaabe

Complementary Color

#7aaabe #be8e7a

#7aaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaabe Color CSS Codes

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

#7aaabe Text Font Color

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

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


#7aaabe Background Color

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

This div background color is #7aaabe


#7aaabe Border Color

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

This div border color is #7aaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaabe


Comments

No comments written yet.

Please login to write comment.