Color Hex Logo

#73cbaa Color Hex

#73CBAA
(115,203,170)
0 Favorites   0 Comments

Color spaces of #73cbaa

RGB 115203170
HSL0.440.460.62
HSV158°43°80°
CMYK 0.430.000.16   0.20
XYZ35.681949.259045.6575
Yxy49.25900.27320.3772
Hunter Lab70.1848-32.074010.5592
CIE-Lab75.6122-34.18538.2547

#73cbaa color RGB value is (115,203,170).

#73cbaa hex color red value is 115, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #73cbaa hue: 0.44 , saturation: 0.46 and the lightness value of 73cbaa is 0.62.

The process color (four color CMYK) of #73cbaa color hex is 0.43, 0.00, 0.16, 0.20. Web safe color of #73cbaa is #66cc99. Color #73cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001011 10101010
Octal 163 313 252
Decimal 115 203 170
Hex 73 CB AA

RGB Percentages of Color #73cbaa

%23.57
%41.60
%34.84

CMYK Percentages of Color #73cbaa

%43
%0
%16
%20

Triadic Colors of #73cbaa

#73cbaa #aa73cb #cbaa73

Analogous Colors of #73cbaa

#73cbaa #73c0cb #73cb7e

Monochromatic Colors of #73cbaa

#73cbaa

Complementary Color

#73cbaa #cb7394

#73cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cbaa Color CSS Codes

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

#73cbaa Text Font Color

<p style="color:#73cbaa">Text here</p>

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


#73cbaa Background Color

<div style="background-color:#73cbaa">
Div content here</div>

This div background color is #73cbaa


#73cbaa Border Color

<div style="border:3px solid #73cbaa">
Div here</div>

This div border color is #73cbaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,203,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73cbaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73cbaa;
  -webkit-box-shadow: 1px 1px 3px 2px #73cbaa;
  box-shadow:         1px 1px 3px 2px #73cbaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,203,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 #73cbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cbaa


Comments

No comments written yet.

Please login to write comment.