Color Hex Logo

#7bacad Color Hex

#7BACAD
(123,172,173)
0 Favorites   0 Comments

Color spaces of #7bacad

RGB 123172173
HSL0.500.230.58
HSV181°29°68°
CMYK 0.290.010.00   0.32
XYZ30.463736.733145.0198
Yxy36.73310.27150.3273
Hunter Lab60.6078-16.3431-1.6154
CIE-Lab67.0763-15.9101-5.7621

#7bacad color RGB value is (123,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101100 10101101
Octal 173 254 255
Decimal 123 172 173
Hex 7B AC AD

RGB Percentages of Color #7bacad

%26.28
%36.75
%36.97

CMYK Percentages of Color #7bacad

%29
%1
%0
%32

Triadic Colors of #7bacad

#7bacad #ad7bac #acad7b

Analogous Colors of #7bacad

#7bacad #7b93ad #7bad95

Monochromatic Colors of #7bacad

#7bacad

Complementary Color

#7bacad #ad7c7b

#7bacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bacad Color CSS Codes

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

#7bacad Text Font Color

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

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


#7bacad Background Color

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

This div background color is #7bacad


#7bacad Border Color

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

This div border color is #7bacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bacad


Comments

No comments written yet.

Please login to write comment.