Color Hex Logo

#7aaddc Color Hex

#7AADDC
(122,173,220)
0 Favorites   0 Comments

Color spaces of #7aaddc

RGB 122173220
HSL0.580.580.67
HSV209°45°86°
CMYK 0.450.210.00   0.14
XYZ35.887939.192073.3835
Yxy39.19200.24170.2640
Hunter Lab62.6035-7.2298-25.6770
CIE-Lab68.8901-4.5181-28.9892

#7aaddc color RGB value is (122,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11011100
Octal 172 255 334
Decimal 122 173 220
Hex 7A AD DC

RGB Percentages of Color #7aaddc

%23.69
%33.59
%42.72

CMYK Percentages of Color #7aaddc

%45
%21
%0
%14

Triadic Colors of #7aaddc

#7aaddc #dc7aad #addc7a

Analogous Colors of #7aaddc

#7aaddc #7a7cdc #7adcda

Monochromatic Colors of #7aaddc

#7aaddc

Complementary Color

#7aaddc #dca97a

#7aaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaddc Color CSS Codes

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

#7aaddc Text Font Color

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

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


#7aaddc Background Color

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

This div background color is #7aaddc


#7aaddc Border Color

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

This div border color is #7aaddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,173,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 #7aaddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaddc


Comments

No comments written yet.

Please login to write comment.