Color Hex Logo

#7bbc9b Color Hex

#7BBC9B
(123,188,155)
0 Favorites   0 Comments

Color spaces of #7bbc9b

RGB 123188155
HSL0.420.330.61
HSV150°35°74°
CMYK 0.350.000.18   0.26
XYZ32.068042.544037.5320
Yxy42.54400.28600.3794
Hunter Lab65.2258-26.386211.5416
CIE-Lab71.2444-27.971710.1904

#7bbc9b color RGB value is (123,188,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 10011011
Octal 173 274 233
Decimal 123 188 155
Hex 7B BC 9B

RGB Percentages of Color #7bbc9b

%26.39
%40.34
%33.26

CMYK Percentages of Color #7bbc9b

%35
%0
%18
%26

Triadic Colors of #7bbc9b

#7bbc9b #9b7bbc #bc9b7b

Analogous Colors of #7bbc9b

#7bbc9b #7bbcbc #7cbc7b

Monochromatic Colors of #7bbc9b

#7bbc9b

Complementary Color

#7bbc9b #bc7b9c

#7bbc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbc9b Color CSS Codes

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

#7bbc9b Text Font Color

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

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


#7bbc9b Background Color

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

This div background color is #7bbc9b


#7bbc9b Border Color

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

This div border color is #7bbc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbc9b


Comments

No comments written yet.

Please login to write comment.