Color Hex Logo

#7aaddd Color Hex

#7AADDD
(122,173,221)
0 Favorites   0 Comments

Color spaces of #7aaddd

RGB 122173221
HSL0.580.590.67
HSV209°45°87°
CMYK 0.450.220.00   0.13
XYZ36.020839.245274.0832
Yxy39.24520.24120.2628
Hunter Lab62.6460-6.9948-26.2623
CIE-Lab68.9285-4.2380-29.4786

#7aaddd color RGB value is (122,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11011101
Octal 172 255 335
Decimal 122 173 221
Hex 7A AD DD

RGB Percentages of Color #7aaddd

%23.64
%33.53
%42.83

CMYK Percentages of Color #7aaddd

%45
%22
%0
%13

Triadic Colors of #7aaddd

#7aaddd #dd7aad #addd7a

Analogous Colors of #7aaddd

#7aaddd #7a7cdd #7adddc

Monochromatic Colors of #7aaddd

#7aaddd

Complementary Color

#7aaddd #ddaa7a

#7aaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaddd Color CSS Codes

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

#7aaddd Text Font Color

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

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


#7aaddd Background Color

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

This div background color is #7aaddd


#7aaddd Border Color

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

This div border color is #7aaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaddd


Comments

No comments written yet.

Please login to write comment.