Color Hex Logo

#73bead Color Hex

#73BEAD
(115,190,173)
0 Favorites   0 Comments

Color spaces of #73bead

RGB 115190173
HSL0.460.370.60
HSV166°39°75°
CMYK 0.390.000.09   0.25
XYZ33.026543.488946.1887
Yxy43.48890.26920.3544
Hunter Lab65.9461-26.01104.6355
CIE-Lab71.8855-27.30131.2512

#73bead color RGB value is (115,190,173).

#73bead hex color red value is 115, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #73bead hue: 0.46 , saturation: 0.37 and the lightness value of 73bead is 0.60.

The process color (four color CMYK) of #73bead color hex is 0.39, 0.00, 0.09, 0.25. Web safe color of #73bead is #66cc99. Color #73bead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111110 10101101
Octal 163 276 255
Decimal 115 190 173
Hex 73 BE AD

RGB Percentages of Color #73bead

%24.06
%39.75
%36.19

CMYK Percentages of Color #73bead

%39
%0
%9
%25

Triadic Colors of #73bead

#73bead #ad73be #bead73

Analogous Colors of #73bead

#73bead #73aabe #73be88

Monochromatic Colors of #73bead

#73bead

Complementary Color

#73bead #be7384

#73bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bead Color CSS Codes

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

#73bead Text Font Color

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

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


#73bead Background Color

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

This div background color is #73bead


#73bead Border Color

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

This div border color is #73bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bead


Comments

No comments written yet.

Please login to write comment.