Color Hex Logo

#7aaaff Color Hex

#7AAAFF
(122,170,255)
0 Favorites   0 Comments

Color spaces of #7aaaff

RGB 122170255
HSL0.611.000.74
HSV218°52°100°
CMYK 0.520.330.00   0.00
XYZ40.450840.1070100.2172
Yxy40.10700.22380.2219
Hunter Lab63.33013.1856-49.4929
CIE-Lab69.54577.3654-47.0542

#7aaaff color RGB value is (122,170,255).

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

The process color (four color CMYK) of #7aaaff color hex is 0.52, 0.33, 0.00, 0.00. Web safe color of #7aaaff is #6699ff. Color #7aaaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 11111111
Octal 172 252 377
Decimal 122 170 255
Hex 7A AA FF

RGB Percentages of Color #7aaaff

%22.30
%31.08
%46.62

CMYK Percentages of Color #7aaaff

%52
%33
%0
%0

Triadic Colors of #7aaaff

#7aaaff #ff7aaa #aaff7a

Analogous Colors of #7aaaff

#7aaaff #8d7aff #7aedff

Monochromatic Colors of #7aaaff

#7aaaff

Complementary Color

#7aaaff #ffcf7a

#7aaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaaff Color CSS Codes

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

#7aaaff Text Font Color

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

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


#7aaaff Background Color

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

This div background color is #7aaaff


#7aaaff Border Color

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

This div border color is #7aaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaaff


Comments

No comments written yet.

Please login to write comment.