Color Hex Logo

#73dabb Color Hex

#73DABB
(115,218,187)
0 Favorites   0 Comments

Color spaces of #73dabb

RGB 115218187
HSL0.450.580.65
HSV162°47°85°
CMYK 0.470.000.14   0.15
XYZ41.111357.375555.9215
Yxy57.37550.26630.3716
Hunter Lab75.7466-35.67619.2506
CIE-Lab80.3903-37.34286.0245

#73dabb color RGB value is (115,218,187).

#73dabb hex color red value is 115, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #73dabb hue: 0.45 , saturation: 0.58 and the lightness value of 73dabb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 10111011
Octal 163 332 273
Decimal 115 218 187
Hex 73 DA BB

RGB Percentages of Color #73dabb

%22.12
%41.92
%35.96

CMYK Percentages of Color #73dabb

%47
%0
%14
%15

Triadic Colors of #73dabb

#73dabb #bb73da #dabb73

Analogous Colors of #73dabb

#73dabb #73c6da #73da88

Monochromatic Colors of #73dabb

#73dabb

Complementary Color

#73dabb #da7392

#73dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dabb Color CSS Codes

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

#73dabb Text Font Color

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

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


#73dabb Background Color

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

This div background color is #73dabb


#73dabb Border Color

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

This div border color is #73dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dabb


Comments

No comments written yet.

Please login to write comment.