Color Hex Logo

#73bcab Color Hex

#73BCAB
(115,188,171)
0 Favorites   0 Comments

Color spaces of #73bcab

RGB 115188171
HSL0.460.350.59
HSV166°39°74°
CMYK 0.390.000.09   0.26
XYZ32.404142.551645.0335
Yxy42.55160.27010.3546
Hunter Lab65.2316-25.48464.7305
CIE-Lab71.2496-26.78221.4181

#73bcab color RGB value is (115,188,171).

#73bcab hex color red value is 115, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #73bcab hue: 0.46 , saturation: 0.35 and the lightness value of 73bcab is 0.59.

The process color (four color CMYK) of #73bcab color hex is 0.39, 0.00, 0.09, 0.26. Web safe color of #73bcab is #66cc99. Color #73bcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111100 10101011
Octal 163 274 253
Decimal 115 188 171
Hex 73 BC AB

RGB Percentages of Color #73bcab

%24.26
%39.66
%36.08

CMYK Percentages of Color #73bcab

%39
%0
%9
%26

Triadic Colors of #73bcab

#73bcab #ab73bc #bcab73

Analogous Colors of #73bcab

#73bcab #73a9bc #73bc87

Monochromatic Colors of #73bcab

#73bcab

Complementary Color

#73bcab #bc7384

#73bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bcab Color CSS Codes

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

#73bcab Text Font Color

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

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


#73bcab Background Color

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

This div background color is #73bcab


#73bcab Border Color

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

This div border color is #73bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bcab


Comments

No comments written yet.

Please login to write comment.