Color Hex Logo

#73ebad Color Hex

#73EBAD
(115,235,173)
0 Favorites   0 Comments

Color spaces of #73ebad

RGB 115235173
HSL0.410.750.69
HSV149°51°92°
CMYK 0.510.000.26   0.08
XYZ44.321466.078649.9536
Yxy66.07860.27640.4121
Hunter Lab81.2887-44.931020.4672
CIE-Lab85.0365-47.773119.9483

#73ebad color RGB value is (115,235,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101011 10101101
Octal 163 353 255
Decimal 115 235 173
Hex 73 EB AD

RGB Percentages of Color #73ebad

%21.99
%44.93
%33.08

CMYK Percentages of Color #73ebad

%51
%0
%26
%8

Triadic Colors of #73ebad

#73ebad #ad73eb #ebad73

Analogous Colors of #73ebad

#73ebad #73ebe9 #75eb73

Monochromatic Colors of #73ebad

#73ebad

Complementary Color

#73ebad #eb73b1

#73ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ebad Color CSS Codes

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

#73ebad Text Font Color

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

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


#73ebad Background Color

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

This div background color is #73ebad


#73ebad Border Color

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

This div border color is #73ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ebad


Comments

No comments written yet.

Please login to write comment.