Color Hex Logo

#7aaade Color Hex

#7AAADE
(122,170,222)
0 Favorites   0 Comments

Color spaces of #7aaade

RGB 122170222
HSL0.590.600.67
HSV211°45°87°
CMYK 0.450.230.00   0.13
XYZ35.585638.161074.5975
Yxy38.16100.23990.2572
Hunter Lab61.7746-5.2796-28.3550
CIE-Lab68.1391-2.2986-31.2457

#7aaade color RGB value is (122,170,222).

#7aaade hex color red value is 122, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7aaade hue: 0.59 , saturation: 0.60 and the lightness value of 7aaade is 0.67.

The process color (four color CMYK) of #7aaade color hex is 0.45, 0.23, 0.00, 0.13. Web safe color of #7aaade is #6699cc. Color #7aaade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 11011110
Octal 172 252 336
Decimal 122 170 222
Hex 7A AA DE

RGB Percentages of Color #7aaade

%23.74
%33.07
%43.19

CMYK Percentages of Color #7aaade

%45
%23
%0
%13

Triadic Colors of #7aaade

#7aaade #de7aaa #aade7a

Analogous Colors of #7aaade

#7aaade #7c7ade #7adcde

Monochromatic Colors of #7aaade

#7aaade

Complementary Color

#7aaade #deae7a

#7aaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaade Color CSS Codes

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

#7aaade Text Font Color

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

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


#7aaade Background Color

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

This div background color is #7aaade


#7aaade Border Color

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

This div border color is #7aaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaade


Comments

No comments written yet.

Please login to write comment.