Color Hex Logo

#7bbf9f Color Hex

#7BBF9F
(123,191,159)
0 Favorites   0 Comments

Color spaces of #7bbf9f

RGB 123191159
HSL0.420.350.62
HSV152°36°75°
CMYK 0.360.000.17   0.25
XYZ33.057243.975839.5468
Yxy43.97580.28360.3772
Hunter Lab66.3143-27.068911.0621
CIE-Lab72.2123-28.60099.3936

#7bbf9f color RGB value is (123,191,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111111 10011111
Octal 173 277 237
Decimal 123 191 159
Hex 7B BF 9F

RGB Percentages of Color #7bbf9f

%26.00
%40.38
%33.62

CMYK Percentages of Color #7bbf9f

%36
%0
%17
%25

Triadic Colors of #7bbf9f

#7bbf9f #9f7bbf #bf9f7b

Analogous Colors of #7bbf9f

#7bbf9f #7bbdbf #7bbf7d

Monochromatic Colors of #7bbf9f

#7bbf9f

Complementary Color

#7bbf9f #bf7b9b

#7bbf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbf9f Color CSS Codes

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

#7bbf9f Text Font Color

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

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


#7bbf9f Background Color

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

This div background color is #7bbf9f


#7bbf9f Border Color

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

This div border color is #7bbf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbf9f


Comments

No comments written yet.

Please login to write comment.