Color Hex Logo

#7aabcf Color Hex

#7AABCF
(122,171,207)
0 Favorites   0 Comments

Color spaces of #7aabcf

RGB 122171207
HSL0.570.470.65
HSV205°41°81°
CMYK 0.410.170.00   0.19
XYZ33.851437.768464.5374
Yxy37.76840.24860.2774
Hunter Lab61.4560-9.2260-19.2436
CIE-Lab67.8496-7.0023-23.4335

#7aabcf color RGB value is (122,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11001111
Octal 172 253 317
Decimal 122 171 207
Hex 7A AB CF

RGB Percentages of Color #7aabcf

%24.40
%34.20
%41.40

CMYK Percentages of Color #7aabcf

%41
%17
%0
%19

Triadic Colors of #7aabcf

#7aabcf #cf7aab #abcf7a

Analogous Colors of #7aabcf

#7aabcf #7a81cf #7acfc9

Monochromatic Colors of #7aabcf

#7aabcf

Complementary Color

#7aabcf #cf9e7a

#7aabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabcf Color CSS Codes

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

#7aabcf Text Font Color

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

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


#7aabcf Background Color

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

This div background color is #7aabcf


#7aabcf Border Color

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

This div border color is #7aabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabcf


Comments

No comments written yet.

Please login to write comment.