Color Hex Logo

#89bede Color Hex

#89BEDE
(137,190,222)
0 Favorites   0 Comments

Color spaces of #89bede

RGB 137190222
HSL0.560.560.70
HSV203°38°87°
CMYK 0.380.140.00   0.13
XYZ41.914847.419276.0509
Yxy47.41920.25340.2867
Hunter Lab68.8616-11.8581-17.2769
CIE-Lab74.4571-9.3210-21.4903

#89bede color RGB value is (137,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111110 11011110
Octal 211 276 336
Decimal 137 190 222
Hex 89 BE DE

RGB Percentages of Color #89bede

%24.95
%34.61
%40.44

CMYK Percentages of Color #89bede

%38
%14
%0
%13

Triadic Colors of #89bede

#89bede #de89be #bede89

Analogous Colors of #89bede

#89bede #8994de #89ded4

Monochromatic Colors of #89bede

#89bede

Complementary Color

#89bede #dea989

#89bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bede Color CSS Codes

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

#89bede Text Font Color

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

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


#89bede Background Color

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

This div background color is #89bede


#89bede Border Color

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

This div border color is #89bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bede


Comments

No comments written yet.

Please login to write comment.