Color Hex Logo

#73bfab Color Hex

#73BFAB
(115,191,171)
0 Favorites   0 Comments

Color spaces of #73bfab

RGB 115191171
HSL0.460.370.60
HSV164°40°75°
CMYK 0.400.000.10   0.25
XYZ33.051743.846745.2493
Yxy43.84670.27060.3590
Hunter Lab66.2168-26.78245.8359
CIE-Lab72.1259-28.24802.6914

#73bfab color RGB value is (115,191,171).

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

The process color (four color CMYK) of #73bfab color hex is 0.40, 0.00, 0.10, 0.25. Web safe color of #73bfab is #66cc99. Color #73bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111111 10101011
Octal 163 277 253
Decimal 115 191 171
Hex 73 BF AB

RGB Percentages of Color #73bfab

%24.11
%40.04
%35.85

CMYK Percentages of Color #73bfab

%40
%0
%10
%25

Triadic Colors of #73bfab

#73bfab #ab73bf #bfab73

Analogous Colors of #73bfab

#73bfab #73adbf #73bf85

Monochromatic Colors of #73bfab

#73bfab

Complementary Color

#73bfab #bf7387

#73bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bfab Color CSS Codes

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

#73bfab Text Font Color

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

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


#73bfab Background Color

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

This div background color is #73bfab


#73bfab Border Color

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

This div border color is #73bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bfab


Comments

No comments written yet.

Please login to write comment.