Color Hex Logo

#7aaadc Color Hex

#7AAADC
(122,170,220)
0 Favorites   0 Comments

Color spaces of #7aaadc

RGB 122170220
HSL0.590.580.67
HSV211°45°86°
CMYK 0.450.230.00   0.14
XYZ35.319038.054373.1939
Yxy38.05430.24100.2596
Hunter Lab61.6882-5.7557-27.1667
CIE-Lab68.0606-2.8624-30.2682

#7aaadc color RGB value is (122,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 11011100
Octal 172 252 334
Decimal 122 170 220
Hex 7A AA DC

RGB Percentages of Color #7aaadc

%23.83
%33.20
%42.97

CMYK Percentages of Color #7aaadc

%45
%23
%0
%14

Triadic Colors of #7aaadc

#7aaadc #dc7aaa #aadc7a

Analogous Colors of #7aaadc

#7aaadc #7b7adc #7adbdc

Monochromatic Colors of #7aaadc

#7aaadc

Complementary Color

#7aaadc #dcac7a

#7aaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaadc Color CSS Codes

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

#7aaadc Text Font Color

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

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


#7aaadc Background Color

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

This div background color is #7aaadc


#7aaadc Border Color

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

This div border color is #7aaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaadc


Comments

No comments written yet.

Please login to write comment.