Color Hex Logo

#73fbdb Color Hex

#73FBDB
(115,251,219)
0 Favorites   0 Comments

Color spaces of #73fbdb

RGB 115251219
HSL0.460.940.72
HSV166°54°98°
CMYK 0.540.000.13   0.02
XYZ54.353677.753779.1611
Yxy77.75370.25730.3680
Hunter Lab88.1781-44.28298.4975
CIE-Lab90.6674-44.75554.0717

#73fbdb color RGB value is (115,251,219).

#73fbdb hex color red value is 115, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #73fbdb hue: 0.46 , saturation: 0.94 and the lightness value of 73fbdb is 0.72.

The process color (four color CMYK) of #73fbdb color hex is 0.54, 0.00, 0.13, 0.02. Web safe color of #73fbdb is #66ffcc. Color #73fbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111011 11011011
Octal 163 373 333
Decimal 115 251 219
Hex 73 FB DB

RGB Percentages of Color #73fbdb

%19.66
%42.91
%37.44

CMYK Percentages of Color #73fbdb

%54
%0
%13
%2

Triadic Colors of #73fbdb

#73fbdb #db73fb #fbdb73

Analogous Colors of #73fbdb

#73fbdb #73d7fb #73fb97

Monochromatic Colors of #73fbdb

#73fbdb

Complementary Color

#73fbdb #fb7393

#73fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fbdb Color CSS Codes

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

#73fbdb Text Font Color

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

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


#73fbdb Background Color

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

This div background color is #73fbdb


#73fbdb Border Color

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

This div border color is #73fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fbdb


Comments

No comments written yet.

Please login to write comment.