Color Hex Logo

#73beab Color Hex

#73BEAB
(115,190,171)
0 Favorites   0 Comments

Color spaces of #73beab

RGB 115190171
HSL0.460.370.60
HSV165°39°75°
CMYK 0.390.000.10   0.25
XYZ32.834443.412045.1769
Yxy43.41200.27040.3575
Hunter Lab65.8878-26.35035.4684
CIE-Lab71.8337-27.76082.2672

#73beab color RGB value is (115,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111110 10101011
Octal 163 276 253
Decimal 115 190 171
Hex 73 BE AB

RGB Percentages of Color #73beab

%24.16
%39.92
%35.92

CMYK Percentages of Color #73beab

%39
%0
%10
%25

Triadic Colors of #73beab

#73beab #ab73be #beab73

Analogous Colors of #73beab

#73beab #73acbe #73be86

Monochromatic Colors of #73beab

#73beab

Complementary Color

#73beab #be7386

#73beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#73beab Color CSS Codes

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

#73beab Text Font Color

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

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


#73beab Background Color

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

This div background color is #73beab


#73beab Border Color

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

This div border color is #73beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73beab


Comments

No comments written yet.

Please login to write comment.