Color Hex Logo

#7bc9aa Color Hex

#7BC9AA
(123,201,170)
0 Favorites   0 Comments

Color spaces of #7bc9aa

RGB 123201170
HSL0.430.420.64
HSV156°39°79°
CMYK 0.390.000.15   0.21
XYZ36.310748.886545.5525
Yxy48.88650.27770.3739
Hunter Lab69.9189-29.658310.3155
CIE-Lab75.3807-31.08097.9704

#7bc9aa color RGB value is (123,201,170).

#7bc9aa hex color red value is 123, green value is 201 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7bc9aa hue: 0.43 , saturation: 0.42 and the lightness value of 7bc9aa is 0.64.

The process color (four color CMYK) of #7bc9aa color hex is 0.39, 0.00, 0.15, 0.21. Web safe color of #7bc9aa is #66cc99. Color #7bc9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001001 10101010
Octal 173 311 252
Decimal 123 201 170
Hex 7B C9 AA

RGB Percentages of Color #7bc9aa

%24.90
%40.69
%34.41

CMYK Percentages of Color #7bc9aa

%39
%0
%15
%21

Triadic Colors of #7bc9aa

#7bc9aa #aa7bc9 #c9aa7b

Analogous Colors of #7bc9aa

#7bc9aa #7bc1c9 #7bc983

Monochromatic Colors of #7bc9aa

#7bc9aa

Complementary Color

#7bc9aa #c97b9a

#7bc9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bc9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bc9aa Color CSS Codes

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

#7bc9aa Text Font Color

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

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


#7bc9aa Background Color

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

This div background color is #7bc9aa


#7bc9aa Border Color

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

This div border color is #7bc9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bc9aa


Comments

No comments written yet.

Please login to write comment.