Color Hex Logo

#7aadcc Color Hex

#7AADCC
(122,173,204)
0 Favorites   0 Comments

Color spaces of #7aadcc

RGB 122173204
HSL0.560.450.64
HSV203°40°80°
CMYK 0.400.150.00   0.20
XYZ33.868738.384362.7506
Yxy38.38430.25090.2843
Hunter Lab61.9551-10.8416-16.6828
CIE-Lab68.3029-8.8960-21.0869

#7aadcc color RGB value is (122,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 11001100
Octal 172 255 314
Decimal 122 173 204
Hex 7A AD CC

RGB Percentages of Color #7aadcc

%24.45
%34.67
%40.88

CMYK Percentages of Color #7aadcc

%40
%15
%0
%20

Triadic Colors of #7aadcc

#7aadcc #cc7aad #adcc7a

Analogous Colors of #7aadcc

#7aadcc #7a84cc #7accc2

Monochromatic Colors of #7aadcc

#7aadcc

Complementary Color

#7aadcc #cc997a

#7aadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadcc Color CSS Codes

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

#7aadcc Text Font Color

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

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


#7aadcc Background Color

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

This div background color is #7aadcc


#7aadcc Border Color

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

This div border color is #7aadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadcc


Comments

No comments written yet.

Please login to write comment.