Color Hex Logo

#7aadbb Color Hex

#7AADBB
(122,173,187)
0 Favorites   0 Comments

Color spaces of #7aadbb

RGB 122173187
HSL0.540.320.61
HSV193°35°73°
CMYK 0.350.070.00   0.27
XYZ31.939337.612652.5903
Yxy37.61260.26150.3079
Hunter Lab61.3291-14.3658-7.9114
CIE-Lab67.7341-13.3075-12.5509

#7aadbb color RGB value is (122,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 10111011
Octal 172 255 273
Decimal 122 173 187
Hex 7A AD BB

RGB Percentages of Color #7aadbb

%25.31
%35.89
%38.80

CMYK Percentages of Color #7aadbb

%35
%7
%0
%27

Triadic Colors of #7aadbb

#7aadbb #bb7aad #adbb7a

Analogous Colors of #7aadbb

#7aadbb #7a8dbb #7abba9

Monochromatic Colors of #7aadbb

#7aadbb

Complementary Color

#7aadbb #bb887a

#7aadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadbb Color CSS Codes

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

#7aadbb Text Font Color

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

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


#7aadbb Background Color

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

This div background color is #7aadbb


#7aadbb Border Color

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

This div border color is #7aadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadbb


Comments

No comments written yet.

Please login to write comment.