Color Hex Logo

#7bbe9f Color Hex

#7BBE9F
(123,190,159)
0 Favorites   0 Comments

Color spaces of #7bbe9f

RGB 123190159
HSL0.420.340.61
HSV152°35°75°
CMYK 0.350.000.16   0.25
XYZ32.839843.541139.4743
Yxy43.54110.28350.3758
Hunter Lab65.9857-26.638910.7212
CIE-Lab71.9207-28.11658.9780

#7bbe9f color RGB value is (123,190,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 10011111
Octal 173 276 237
Decimal 123 190 159
Hex 7B BE 9F

RGB Percentages of Color #7bbe9f

%26.06
%40.25
%33.69

CMYK Percentages of Color #7bbe9f

%35
%0
%16
%25

Triadic Colors of #7bbe9f

#7bbe9f #9f7bbe #be9f7b

Analogous Colors of #7bbe9f

#7bbe9f #7bbcbe #7bbe7e

Monochromatic Colors of #7bbe9f

#7bbe9f

Complementary Color

#7bbe9f #be7b9a

#7bbe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbe9f Color CSS Codes

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

#7bbe9f Text Font Color

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

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


#7bbe9f Background Color

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

This div background color is #7bbe9f


#7bbe9f Border Color

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

This div border color is #7bbe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbe9f


Comments

No comments written yet.

Please login to write comment.