Color Hex Logo

#7aacbb Color Hex

#7AACBB
(122,172,187)
0 Favorites   0 Comments

Color spaces of #7aacbb

RGB 122172187
HSL0.540.320.61
HSV194°35°73°
CMYK 0.350.080.00   0.27
XYZ31.748237.230552.5266
Yxy37.23050.26130.3064
Hunter Lab61.0168-13.9025-8.3283
CIE-Lab67.4496-12.7759-12.9781

#7aacbb color RGB value is (122,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101100 10111011
Octal 172 254 273
Decimal 122 172 187
Hex 7A AC BB

RGB Percentages of Color #7aacbb

%25.36
%35.76
%38.88

CMYK Percentages of Color #7aacbb

%35
%8
%0
%27

Triadic Colors of #7aacbb

#7aacbb #bb7aac #acbb7a

Analogous Colors of #7aacbb

#7aacbb #7a8cbb #7abbaa

Monochromatic Colors of #7aacbb

#7aacbb

Complementary Color

#7aacbb #bb897a

#7aacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aacbb Color CSS Codes

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

#7aacbb Text Font Color

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

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


#7aacbb Background Color

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

This div background color is #7aacbb


#7aacbb Border Color

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

This div border color is #7aacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aacbb


Comments

No comments written yet.

Please login to write comment.