Color Hex Logo

#7bbebb Color Hex

#7BBEBB
(123,190,187)
0 Favorites   0 Comments

Color spaces of #7bbebb

RGB 123190187
HSL0.490.340.61
HSV177°35°75°
CMYK 0.350.000.02   0.25
XYZ35.551544.625753.7536
Yxy44.62570.26540.3332
Hunter Lab66.8025-21.9087-0.9469
CIE-Lab72.6447-21.8346-5.2329

#7bbebb color RGB value is (123,190,187).

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

The process color (four color CMYK) of #7bbebb color hex is 0.35, 0.00, 0.02, 0.25. Web safe color of #7bbebb is #66cccc. Color #7bbebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 10111011
Octal 173 276 273
Decimal 123 190 187
Hex 7B BE BB

RGB Percentages of Color #7bbebb

%24.60
%38.00
%37.40

CMYK Percentages of Color #7bbebb

%35
%0
%2
%25

Triadic Colors of #7bbebb

#7bbebb #bb7bbe #bebb7b

Analogous Colors of #7bbebb

#7bbebb #7ba0be #7bbe9a

Monochromatic Colors of #7bbebb

#7bbebb

Complementary Color

#7bbebb #be7b7e

#7bbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbebb Color CSS Codes

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

#7bbebb Text Font Color

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

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


#7bbebb Background Color

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

This div background color is #7bbebb


#7bbebb Border Color

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

This div border color is #7bbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbebb


Comments

No comments written yet.

Please login to write comment.