Color Hex Logo

#7baaad Color Hex

#7BAAAD
(123,170,173)
0 Favorites   0 Comments

Color spaces of #7baaad

RGB 123170173
HSL0.510.230.58
HSV184°29°68°
CMYK 0.290.020.00   0.32
XYZ30.085935.977544.8938
Yxy35.97750.27110.3242
Hunter Lab59.9812-15.4336-2.3896
CIE-Lab66.5027-14.8581-6.6119

#7baaad color RGB value is (123,170,173).

#7baaad hex color red value is 123, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7baaad hue: 0.51 , saturation: 0.23 and the lightness value of 7baaad is 0.58.

The process color (four color CMYK) of #7baaad color hex is 0.29, 0.02, 0.00, 0.32. Web safe color of #7baaad is #669999. Color #7baaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 10101101
Octal 173 252 255
Decimal 123 170 173
Hex 7B AA AD

RGB Percentages of Color #7baaad

%26.39
%36.48
%37.12

CMYK Percentages of Color #7baaad

%29
%2
%0
%32

Triadic Colors of #7baaad

#7baaad #ad7baa #aaad7b

Analogous Colors of #7baaad

#7baaad #7b91ad #7bad97

Monochromatic Colors of #7baaad

#7baaad

Complementary Color

#7baaad #ad7e7b

#7baaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baaad Color CSS Codes

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

#7baaad Text Font Color

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

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


#7baaad Background Color

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

This div background color is #7baaad


#7baaad Border Color

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

This div border color is #7baaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baaad


Comments

No comments written yet.

Please login to write comment.