Color Hex Logo

#73eba5 Color Hex

#73EBA5
(115,235,165)
0 Favorites   0 Comments

Color spaces of #73eba5

RGB 115235165
HSL0.400.750.69
HSV145°51°92°
CMYK 0.510.000.30   0.08
XYZ43.570165.778145.9974
Yxy65.77810.28050.4234
Hunter Lab81.1037-46.038623.1467
CIE-Lab84.8831-49.315223.8685

#73eba5 color RGB value is (115,235,165).

#73eba5 hex color red value is 115, green value is 235 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #73eba5 hue: 0.40 , saturation: 0.75 and the lightness value of 73eba5 is 0.69.

The process color (four color CMYK) of #73eba5 color hex is 0.51, 0.00, 0.30, 0.08. Web safe color of #73eba5 is #66ff99. Color #73eba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101011 10100101
Octal 163 353 245
Decimal 115 235 165
Hex 73 EB A5

RGB Percentages of Color #73eba5

%22.33
%45.63
%32.04

CMYK Percentages of Color #73eba5

%51
%0
%30
%8

Triadic Colors of #73eba5

#73eba5 #a573eb #eba573

Analogous Colors of #73eba5

#73eba5 #73ebe1 #7deb73

Monochromatic Colors of #73eba5

#73eba5

Complementary Color

#73eba5 #eb73b9

#73eba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eba5 Color CSS Codes

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

#73eba5 Text Font Color

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

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


#73eba5 Background Color

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

This div background color is #73eba5


#73eba5 Border Color

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

This div border color is #73eba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eba5


Comments

No comments written yet.

Please login to write comment.