Color Hex Logo

#7aabbd Color Hex

#7AABBD
(122,171,189)
0 Favorites   0 Comments

Color spaces of #7aabbd

RGB 122171189
HSL0.540.340.61
HSV196°35°74°
CMYK 0.350.100.00   0.26
XYZ31.774336.937553.5991
Yxy36.93750.25980.3020
Hunter Lab60.7762-13.0372-9.7450
CIE-Lab67.2301-11.7347-14.4169

#7aabbd color RGB value is (122,171,189).

#7aabbd hex color red value is 122, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7aabbd hue: 0.54 , saturation: 0.34 and the lightness value of 7aabbd is 0.61.

The process color (four color CMYK) of #7aabbd color hex is 0.35, 0.10, 0.00, 0.26. Web safe color of #7aabbd is #6699cc. Color #7aabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 10111101
Octal 172 253 275
Decimal 122 171 189
Hex 7A AB BD

RGB Percentages of Color #7aabbd

%25.31
%35.48
%39.21

CMYK Percentages of Color #7aabbd

%35
%10
%0
%26

Triadic Colors of #7aabbd

#7aabbd #bd7aab #abbd7a

Analogous Colors of #7aabbd

#7aabbd #7a8abd #7abdae

Monochromatic Colors of #7aabbd

#7aabbd

Complementary Color

#7aabbd #bd8c7a

#7aabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabbd Color CSS Codes

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

#7aabbd Text Font Color

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

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


#7aabbd Background Color

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

This div background color is #7aabbd


#7aabbd Border Color

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

This div border color is #7aabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabbd


Comments

No comments written yet.

Please login to write comment.