Color Hex Logo

#7bcaaa Color Hex

#7BCAAA
(123,202,170)
0 Favorites   0 Comments

Color spaces of #7bcaaa

RGB 123202170
HSL0.430.430.64
HSV156°39°79°
CMYK 0.390.000.16   0.21
XYZ36.544649.354345.6304
Yxy49.35430.27780.3752
Hunter Lab70.2526-30.088410.6669
CIE-Lab75.6712-31.55608.3861

#7bcaaa color RGB value is (123,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 10101010
Octal 173 312 252
Decimal 123 202 170
Hex 7B CA AA

RGB Percentages of Color #7bcaaa

%24.85
%40.81
%34.34

CMYK Percentages of Color #7bcaaa

%39
%0
%16
%21

Triadic Colors of #7bcaaa

#7bcaaa #aa7bca #caaa7b

Analogous Colors of #7bcaaa

#7bcaaa #7bc3ca #7bca83

Monochromatic Colors of #7bcaaa

#7bcaaa

Complementary Color

#7bcaaa #ca7b9b

#7bcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcaaa Color CSS Codes

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

#7bcaaa Text Font Color

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

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


#7bcaaa Background Color

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

This div background color is #7bcaaa


#7bcaaa Border Color

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

This div border color is #7bcaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcaaa


Comments

No comments written yet.

Please login to write comment.