Color Hex Logo

#889da5 Color Hex

#889DA5
(136,157,165)
0 Favorites   0 Comments

Color spaces of #889da5

RGB 136157165
HSL0.550.140.59
HSV197°18°65°
CMYK 0.180.050.00   0.35
XYZ29.001832.064840.2579
Yxy32.06480.28620.3165
Hunter Lab56.6258-7.6735-2.5140
CIE-Lab63.3964-5.6119-6.6565

#889da5 color RGB value is (136,157,165).

#889da5 hex color red value is 136, green value is 157 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #889da5 hue: 0.55 , saturation: 0.14 and the lightness value of 889da5 is 0.59.

The process color (four color CMYK) of #889da5 color hex is 0.18, 0.05, 0.00, 0.35. Web safe color of #889da5 is #999999. Color #889da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011101 10100101
Octal 210 235 245
Decimal 136 157 165
Hex 88 9D A5

RGB Percentages of Color #889da5

%29.69
%34.28
%36.03

CMYK Percentages of Color #889da5

%18
%5
%0
%35

Triadic Colors of #889da5

#889da5 #a5889d #9da588

Analogous Colors of #889da5

#889da5 #888fa5 #88a59f

Monochromatic Colors of #889da5

#889da5

Complementary Color

#889da5 #a59088

#889da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889da5 Color CSS Codes

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

#889da5 Text Font Color

<p style="color:#889da5">Text here</p>

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


#889da5 Background Color

<div style="background-color:#889da5">
Div content here</div>

This div background color is #889da5


#889da5 Border Color

<div style="border:3px solid #889da5">
Div here</div>

This div border color is #889da5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,157,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889da5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889da5;
  -webkit-box-shadow: 1px 1px 3px 2px #889da5;
  box-shadow:         1px 1px 3px 2px #889da5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,157,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889da5

#889da5 Color Palettes


Comments

No comments written yet.

Please login to write comment.