Color Hex Logo

#89bcde Color Hex

#89BCDE
(137,188,222)
0 Favorites   0 Comments

Color spaces of #89bcde

RGB 137188222
HSL0.570.560.70
HSV204°38°87°
CMYK 0.380.150.00   0.13
XYZ41.484646.558775.9075
Yxy46.55870.25300.2840
Hunter Lab68.2339-10.8857-18.1940
CIE-Lab73.9066-8.2547-22.3279

#89bcde color RGB value is (137,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111100 11011110
Octal 211 274 336
Decimal 137 188 222
Hex 89 BC DE

RGB Percentages of Color #89bcde

%25.05
%34.37
%40.59

CMYK Percentages of Color #89bcde

%38
%15
%0
%13

Triadic Colors of #89bcde

#89bcde #de89bc #bcde89

Analogous Colors of #89bcde

#89bcde #8992de #89ded6

Monochromatic Colors of #89bcde

#89bcde

Complementary Color

#89bcde #deab89

#89bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bcde Color CSS Codes

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

#89bcde Text Font Color

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

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


#89bcde Background Color

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

This div background color is #89bcde


#89bcde Border Color

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

This div border color is #89bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bcde


Comments

No comments written yet.

Please login to write comment.