Color Hex Logo

#7bc2aa Color Hex

#7BC2AA
(123,194,170)
0 Favorites   0 Comments

Color spaces of #7bc2aa

RGB 123194170
HSL0.440.370.62
HSV160°37°76°
CMYK 0.370.000.12   0.24
XYZ34.715945.696845.0209
Yxy45.69680.27680.3643
Hunter Lab67.5994-26.62977.8327
CIE-Lab73.3484-27.71235.0506

#7bc2aa color RGB value is (123,194,170).

#7bc2aa hex color red value is 123, green value is 194 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7bc2aa hue: 0.44 , saturation: 0.37 and the lightness value of 7bc2aa is 0.62.

The process color (four color CMYK) of #7bc2aa color hex is 0.37, 0.00, 0.12, 0.24. Web safe color of #7bc2aa is #66cc99. Color #7bc2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11000010 10101010
Octal 173 302 252
Decimal 123 194 170
Hex 7B C2 AA

RGB Percentages of Color #7bc2aa

%25.26
%39.84
%34.91

CMYK Percentages of Color #7bc2aa

%37
%0
%12
%24

Triadic Colors of #7bc2aa

#7bc2aa #aa7bc2 #c2aa7b

Analogous Colors of #7bc2aa

#7bc2aa #7bb7c2 #7bc287

Monochromatic Colors of #7bc2aa

#7bc2aa

Complementary Color

#7bc2aa #c27b93

#7bc2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bc2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bc2aa Color CSS Codes

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

#7bc2aa Text Font Color

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

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


#7bc2aa Background Color

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

This div background color is #7bc2aa


#7bc2aa Border Color

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

This div border color is #7bc2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bc2aa


Comments

No comments written yet.

Please login to write comment.