Color Hex Logo

#89bed5 Color Hex

#89BED5
(137,190,213)
0 Favorites   0 Comments

Color spaces of #89bed5

RGB 137190213
HSL0.550.480.69
HSV198°36°84°
CMYK 0.360.110.00   0.16
XYZ40.740246.949469.8657
Yxy46.94940.25860.2980
Hunter Lab68.5196-13.7774-12.4910
CIE-Lab74.1574-11.6179-17.0597

#89bed5 color RGB value is (137,190,213).

#89bed5 hex color red value is 137, green value is 190 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #89bed5 hue: 0.55 , saturation: 0.48 and the lightness value of 89bed5 is 0.69.

The process color (four color CMYK) of #89bed5 color hex is 0.36, 0.11, 0.00, 0.16. Web safe color of #89bed5 is #99cccc. Color #89bed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111110 11010101
Octal 211 276 325
Decimal 137 190 213
Hex 89 BE D5

RGB Percentages of Color #89bed5

%25.37
%35.19
%39.44

CMYK Percentages of Color #89bed5

%36
%11
%0
%16

Triadic Colors of #89bed5

#89bed5 #d589be #bed589

Analogous Colors of #89bed5

#89bed5 #8998d5 #89d5c6

Monochromatic Colors of #89bed5

#89bed5

Complementary Color

#89bed5 #d5a089

#89bed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bed5 Color CSS Codes

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

#89bed5 Text Font Color

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

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


#89bed5 Background Color

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

This div background color is #89bed5


#89bed5 Border Color

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

This div border color is #89bed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bed5


Comments

No comments written yet.

Please login to write comment.