Color Hex Logo

#89bcc9 Color Hex

#89BCC9
(137,188,201)
0 Favorites   0 Comments

Color spaces of #89bcc9

RGB 137188201
HSL0.530.370.66
HSV192°32°79°
CMYK 0.320.060.00   0.21
XYZ38.842445.501961.9939
Yxy45.50190.26540.3109
Hunter Lab67.4551-15.2615-7.2713
CIE-Lab73.2212-13.5295-11.9355

#89bcc9 color RGB value is (137,188,201).

#89bcc9 hex color red value is 137, green value is 188 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #89bcc9 hue: 0.53 , saturation: 0.37 and the lightness value of 89bcc9 is 0.66.

The process color (four color CMYK) of #89bcc9 color hex is 0.32, 0.06, 0.00, 0.21. Web safe color of #89bcc9 is #99cccc. Color #89bcc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111100 11001001
Octal 211 274 311
Decimal 137 188 201
Hex 89 BC C9

RGB Percentages of Color #89bcc9

%26.05
%35.74
%38.21

CMYK Percentages of Color #89bcc9

%32
%6
%0
%21

Triadic Colors of #89bcc9

#89bcc9 #c989bc #bcc989

Analogous Colors of #89bcc9

#89bcc9 #899cc9 #89c9b6

Monochromatic Colors of #89bcc9

#89bcc9

Complementary Color

#89bcc9 #c99689

#89bcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bcc9 Color CSS Codes

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

#89bcc9 Text Font Color

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

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


#89bcc9 Background Color

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

This div background color is #89bcc9


#89bcc9 Border Color

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

This div border color is #89bcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bcc9


Comments

No comments written yet.

Please login to write comment.