Color Hex Logo

#89debd Color Hex

#89DEBD
(137,222,189)
0 Favorites   0 Comments

Color spaces of #89debd

RGB 137222189
HSL0.440.560.70
HSV157°38°87°
CMYK 0.380.000.15   0.13
XYZ45.623161.235057.5591
Yxy61.23500.27750.3724
Hunter Lab78.2528-32.873011.1660
CIE-Lab82.5049-33.10188.1219

#89debd color RGB value is (137,222,189).

#89debd hex color red value is 137, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #89debd hue: 0.44 , saturation: 0.56 and the lightness value of 89debd is 0.70.

The process color (four color CMYK) of #89debd color hex is 0.38, 0.00, 0.15, 0.13. Web safe color of #89debd is #99cccc. Color #89debd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011110 10111101
Octal 211 336 275
Decimal 137 222 189
Hex 89 DE BD

RGB Percentages of Color #89debd

%25.00
%40.51
%34.49

CMYK Percentages of Color #89debd

%38
%0
%15
%13

Triadic Colors of #89debd

#89debd #bd89de #debd89

Analogous Colors of #89debd

#89debd #89d5de #89de93

Monochromatic Colors of #89debd

#89debd

Complementary Color

#89debd #de89aa

#89debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89debd Color CSS Codes

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

#89debd Text Font Color

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

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


#89debd Background Color

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

This div background color is #89debd


#89debd Border Color

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

This div border color is #89debd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,222,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89debd


Comments

No comments written yet.

Please login to write comment.