Color Hex Logo

#7bbbad Color Hex

#7BBBAD
(123,187,173)
0 Favorites   0 Comments

Color spaces of #7bbbad

RGB 123187173
HSL0.460.320.61
HSV167°34°73°
CMYK 0.340.000.07   0.27
XYZ33.481542.768746.0257
Yxy42.76870.27380.3498
Hunter Lab65.3978-23.06004.0513
CIE-Lab71.3977-23.59160.5870

#7bbbad color RGB value is (123,187,173).

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

The process color (four color CMYK) of #7bbbad color hex is 0.34, 0.00, 0.07, 0.27. Web safe color of #7bbbad is #66cc99. Color #7bbbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111011 10101101
Octal 173 273 255
Decimal 123 187 173
Hex 7B BB AD

RGB Percentages of Color #7bbbad

%25.47
%38.72
%35.82

CMYK Percentages of Color #7bbbad

%34
%0
%7
%27

Triadic Colors of #7bbbad

#7bbbad #ad7bbb #bbad7b

Analogous Colors of #7bbbad

#7bbbad #7ba9bb #7bbb8d

Monochromatic Colors of #7bbbad

#7bbbad

Complementary Color

#7bbbad #bb7b89

#7bbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbbad Color CSS Codes

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

#7bbbad Text Font Color

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

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


#7bbbad Background Color

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

This div background color is #7bbbad


#7bbbad Border Color

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

This div border color is #7bbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbbad


Comments

No comments written yet.

Please login to write comment.