Color Hex Logo

#7aadcd Color Hex

#7AADCD
(122,173,205)
0 Favorites   0 Comments

Color spaces of #7aadcd

RGB 122173205
HSL0.560.450.64
HSV203°40°80°
CMYK 0.400.160.00   0.20
XYZ33.989138.432563.3844
Yxy38.43250.25030.2830
Hunter Lab61.9940-10.6242-17.2240
CIE-Lab68.3382-8.6285-21.5846

#7aadcd color RGB value is (122,173,205).

#7aadcd hex color red value is 122, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7aadcd hue: 0.56 , saturation: 0.45 and the lightness value of 7aadcd is 0.64.

The process color (four color CMYK) of #7aadcd color hex is 0.40, 0.16, 0.00, 0.20. Web safe color of #7aadcd is #6699cc. Color #7aadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11001101
Octal 172 255 315
Decimal 122 173 205
Hex 7A AD CD

RGB Percentages of Color #7aadcd

%24.40
%34.60
%41.00

CMYK Percentages of Color #7aadcd

%40
%16
%0
%20

Triadic Colors of #7aadcd

#7aadcd #cd7aad #adcd7a

Analogous Colors of #7aadcd

#7aadcd #7a84cd #7acdc4

Monochromatic Colors of #7aadcd

#7aadcd

Complementary Color

#7aadcd #cd9a7a

#7aadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadcd Color CSS Codes

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

#7aadcd Text Font Color

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

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


#7aadcd Background Color

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

This div background color is #7aadcd


#7aadcd Border Color

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

This div border color is #7aadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadcd


Comments

No comments written yet.

Please login to write comment.