Color Hex Logo

#73eeab Color Hex

#73EEAB
(115,238,171)
0 Favorites   0 Comments

Color spaces of #73eeab

RGB 115238171
HSL0.410.780.69
HSV147°52°93°
CMYK 0.520.000.28   0.07
XYZ44.995567.734249.2306
Yxy67.73420.27780.4182
Hunter Lab82.3008-46.436822.1445
CIE-Lab85.8734-49.424522.1390

#73eeab color RGB value is (115,238,171).

#73eeab hex color red value is 115, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #73eeab hue: 0.41 , saturation: 0.78 and the lightness value of 73eeab is 0.69.

The process color (four color CMYK) of #73eeab color hex is 0.52, 0.00, 0.28, 0.07. Web safe color of #73eeab is #66ff99. Color #73eeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101110 10101011
Octal 163 356 253
Decimal 115 238 171
Hex 73 EE AB

RGB Percentages of Color #73eeab

%21.95
%45.42
%32.63

CMYK Percentages of Color #73eeab

%52
%0
%28
%7

Triadic Colors of #73eeab

#73eeab #ab73ee #eeab73

Analogous Colors of #73eeab

#73eeab #73eee9 #79ee73

Monochromatic Colors of #73eeab

#73eeab

Complementary Color

#73eeab #ee73b6

#73eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eeab Color CSS Codes

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

#73eeab Text Font Color

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

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


#73eeab Background Color

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

This div background color is #73eeab


#73eeab Border Color

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

This div border color is #73eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eeab


Comments

No comments written yet.

Please login to write comment.