Color Hex Logo

#73dbad Color Hex

#73DBAD
(115,219,173)
0 Favorites   0 Comments

Color spaces of #73dbad

RGB 115219173
HSL0.430.590.65
HSV153°47°86°
CMYK 0.470.000.21   0.14
XYZ39.944657.325048.4947
Yxy57.32500.27400.3933
Hunter Lab75.7133-38.325715.0238
CIE-Lab80.3620-40.832313.4055

#73dbad color RGB value is (115,219,173).

#73dbad hex color red value is 115, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #73dbad hue: 0.43 , saturation: 0.59 and the lightness value of 73dbad is 0.65.

The process color (four color CMYK) of #73dbad color hex is 0.47, 0.00, 0.21, 0.14. Web safe color of #73dbad is #66cc99. Color #73dbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011011 10101101
Octal 163 333 255
Decimal 115 219 173
Hex 73 DB AD

RGB Percentages of Color #73dbad

%22.68
%43.20
%34.12

CMYK Percentages of Color #73dbad

%47
%0
%21
%14

Triadic Colors of #73dbad

#73dbad #ad73db #dbad73

Analogous Colors of #73dbad

#73dbad #73d5db #73db79

Monochromatic Colors of #73dbad

#73dbad

Complementary Color

#73dbad #db73a1

#73dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dbad Color CSS Codes

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

#73dbad Text Font Color

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

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


#73dbad Background Color

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

This div background color is #73dbad


#73dbad Border Color

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

This div border color is #73dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dbad


Comments

No comments written yet.

Please login to write comment.