Color Hex Logo

#7aaecc Color Hex

#7AAECC
(122,174,204)
0 Favorites   0 Comments

Color spaces of #7aaecc

RGB 122174204
HSL0.560.450.64
HSV202°40°80°
CMYK 0.400.150.00   0.20
XYZ34.061238.769362.8148
Yxy38.76930.25110.2858
Hunter Lab62.2650-11.3178-16.2280
CIE-Lab68.5838-9.4365-20.6593

#7aaecc color RGB value is (122,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 11001100
Octal 172 256 314
Decimal 122 174 204
Hex 7A AE CC

RGB Percentages of Color #7aaecc

%24.40
%34.80
%40.80

CMYK Percentages of Color #7aaecc

%40
%15
%0
%20

Triadic Colors of #7aaecc

#7aaecc #cc7aae #aecc7a

Analogous Colors of #7aaecc

#7aaecc #7a85cc #7accc1

Monochromatic Colors of #7aaecc

#7aaecc

Complementary Color

#7aaecc #cc987a

#7aaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaecc Color CSS Codes

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

#7aaecc Text Font Color

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

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


#7aaecc Background Color

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

This div background color is #7aaecc


#7aaecc Border Color

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

This div border color is #7aaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaecc


Comments

No comments written yet.

Please login to write comment.