Color Hex Logo

#7aaccf Color Hex

#7AACCF
(122,172,207)
0 Favorites   0 Comments

Color spaces of #7aaccf

RGB 122172207
HSL0.570.470.65
HSV205°41°81°
CMYK 0.410.170.00   0.19
XYZ34.041038.147664.6006
Yxy38.14760.24890.2789
Hunter Lab61.7637-9.7065-18.7786
CIE-Lab68.1293-7.5474-23.0061

#7aaccf color RGB value is (122,172,207).

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

The process color (four color CMYK) of #7aaccf color hex is 0.41, 0.17, 0.00, 0.19. Web safe color of #7aaccf is #6699cc. Color #7aaccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101100 11001111
Octal 172 254 317
Decimal 122 172 207
Hex 7A AC CF

RGB Percentages of Color #7aaccf

%24.35
%34.33
%41.32

CMYK Percentages of Color #7aaccf

%41
%17
%0
%19

Triadic Colors of #7aaccf

#7aaccf #cf7aac #accf7a

Analogous Colors of #7aaccf

#7aaccf #7a82cf #7acfc8

Monochromatic Colors of #7aaccf

#7aaccf

Complementary Color

#7aaccf #cf9d7a

#7aaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaccf Color CSS Codes

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

#7aaccf Text Font Color

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

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


#7aaccf Background Color

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

This div background color is #7aaccf


#7aaccf Border Color

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

This div border color is #7aaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaccf


Comments

No comments written yet.

Please login to write comment.