Color Hex Logo

#7aaccc Color Hex

#7AACCC
(122,172,204)
0 Favorites   0 Comments

Color spaces of #7aaccc

RGB 122172204
HSL0.570.450.64
HSV203°40°80°
CMYK 0.400.160.00   0.20
XYZ33.677638.002362.6869
Yxy38.00230.25060.2828
Hunter Lab61.6460-10.3648-17.1389
CIE-Lab68.0223-8.3545-21.5144

#7aaccc color RGB value is (122,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101100 11001100
Octal 172 254 314
Decimal 122 172 204
Hex 7A AC CC

RGB Percentages of Color #7aaccc

%24.50
%34.54
%40.96

CMYK Percentages of Color #7aaccc

%40
%16
%0
%20

Triadic Colors of #7aaccc

#7aaccc #cc7aac #accc7a

Analogous Colors of #7aaccc

#7aaccc #7a83cc #7accc3

Monochromatic Colors of #7aaccc

#7aaccc

Complementary Color

#7aaccc #cc9a7a

#7aaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaccc Color CSS Codes

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

#7aaccc Text Font Color

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

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


#7aaccc Background Color

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

This div background color is #7aaccc


#7aaccc Border Color

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

This div border color is #7aaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaccc


Comments

No comments written yet.

Please login to write comment.