Color Hex Logo

#7aabce Color Hex

#7AABCE
(122,171,206)
0 Favorites   0 Comments

Color spaces of #7aabce

RGB 122171206
HSL0.570.460.64
HSV205°41°81°
CMYK 0.410.170.00   0.19
XYZ33.729537.719663.8954
Yxy37.71960.24920.2787
Hunter Lab61.4163-9.4472-18.6919
CIE-Lab67.8134-7.2725-22.9369

#7aabce color RGB value is (122,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11001110
Octal 172 253 316
Decimal 122 171 206
Hex 7A AB CE

RGB Percentages of Color #7aabce

%24.45
%34.27
%41.28

CMYK Percentages of Color #7aabce

%41
%17
%0
%19

Triadic Colors of #7aabce

#7aabce #ce7aab #abce7a

Analogous Colors of #7aabce

#7aabce #7a81ce #7acec7

Monochromatic Colors of #7aabce

#7aabce

Complementary Color

#7aabce #ce9d7a

#7aabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabce Color CSS Codes

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

#7aabce Text Font Color

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

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


#7aabce Background Color

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

This div background color is #7aabce


#7aabce Border Color

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

This div border color is #7aabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabce

#7aabce Color Palettes


Comments

No comments written yet.

Please login to write comment.