Color Hex Logo

#89bead Color Hex

#89BEAD
(137,190,173)
0 Favorites   0 Comments

Color spaces of #89bead

RGB 137190173
HSL0.450.290.64
HSV161°28°75°
CMYK 0.280.000.09   0.25
XYZ36.272845.162446.3406
Yxy45.16240.28390.3535
Hunter Lab67.2030-21.25996.1580
CIE-Lab72.9987-20.94013.0059

#89bead color RGB value is (137,190,173).

#89bead hex color red value is 137, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #89bead hue: 0.45 , saturation: 0.29 and the lightness value of 89bead is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111110 10101101
Octal 211 276 255
Decimal 137 190 173
Hex 89 BE AD

RGB Percentages of Color #89bead

%27.40
%38.00
%34.60

CMYK Percentages of Color #89bead

%28
%0
%9
%25

Triadic Colors of #89bead

#89bead #ad89be #bead89

Analogous Colors of #89bead

#89bead #89b5be #89be93

Monochromatic Colors of #89bead

#89bead

Complementary Color

#89bead #be899a

#89bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bead Color CSS Codes

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

#89bead Text Font Color

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

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


#89bead Background Color

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

This div background color is #89bead


#89bead Border Color

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

This div border color is #89bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bead


Comments

No comments written yet.

Please login to write comment.